html, body {
    height: 100%;
    background-color:#4F4C4C;
    color: #4f4c4c;
    font-family: Verdana, Sans-Serif, Helvectica, Arial;     
}

.yui-g {
    margin-top: 15px;
    margin-left: 25px;
    width: 90%;
}

.yui-b {
    margin-top: 15px;
    margin-right: 25px;
}

a:link {color: #F78F0F; text-decoration: underline; }
a:active {color: #F78F0F; text-decoration: underline; }
a:visited {color: #F78F0F; text-decoration: underline; }

#content ul { padding-left: 15px; }
#content li { list-style-type: disc;}


#banner {
  height:128px; background-image:url('header.png')
}

#menubar {
  height:27px;background-image:url('menubar.png');
}

#ft {
  height:44px; background-image:url('bg_footer.png'); 
}

.hd {
    padding-left:15px;
}

/* ----  CSS MENU ---- */

/*
#menu {
    
    font-size: 16px;
    float: left;
}*/

#menu {
width: 100%;
padding-top: 3px;
font-size: 14px;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 12em;*/
float: left;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding-bottom: 3px;
padding-left: 5px;
}

#menu h2 {
}

#menu a {
color: #4f4c4c;
text-decoration: none;
background-image: url('bg_menu_middle.png');
margin-left: 10px;
padding-left: 10px;
padding-top: 2px;
font-size: 14px;
height: 1.5em;
width: 190px;
}

#menu a:hover {
color: #F78F0F;
/*background: #fff;*/
}

#menu h2 > a {
 background: none;
 font-size: 14px;
 padding: 0;
 margin: 0;
 width: auto;
}

#menu h2 > a:hover {
 color: #4f4c4c;
 background: none;
 font-size: 14px;
 padding: 0;
 margin: 0;
 width: auto;
}


#menu li {position: relative;}

#menu li .bottom {
  background-image:url('bg_menu_bottom.png'); height:1em; margin-left:10px;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/* ---- CSS MENU ---- */

p {
    padding-top: 10px;
    padding-bottom: 10px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #F78F0F
}

h2 {
    font-size: 16px;
    /*font-weight: bold;*/
}

h3 {
    padding-top: 5px;
    font-weight: bold;
}

.heading {
    background-image : url('separator_right.png');
    background-repeat: no-repeat;
    padding-top: 2px;
    height: 7px;
    width: 154px;
}

img {
     margin: 4px;
}

img.floatleft { 
    float: left; 
    margin: 4px; 
}
img.floatright { 
    float: right; 
    margin: 4px; 
}

div.hr {
  margin-top: 15px;
  height: 15px;
  background: #fff url('separator_left.png') no-repeat scroll center;
}

div.hr hr {
  display: none;
}

/* da_newsletter */

DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR TD.tx-danewslettersubscription-pi1-descr P {margin-bottom: 10px;}
DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD {background-color: #ffffff;}
DIV.tx-danewslettersubscription-pi1 TABLE TR.tx-danewslettersubscription-pi1-form-row TD.tx-danewslettersubscription-pi1-form-header {background-color: #ffffff;}
DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD {background-color: #ffffff;;}
DIV.tx-danewslettersubscription-pi1 DIV.tx-danewslettersubscription-pi1-listrow TABLE TR.tx-danewslettersubscription-pi1-listrow-header TD P {font-weight: bold;}


