html, body { background:#ffffff; }

div#logo{}

div#topMenu{}



/*Standard boxe */
div#boxcontent p
{
margin: 0;
padding: .1em .1em .1em .5em;
font-size: 1.0em;
font-weight: normal;
color:#696969;
}

div#boxcontent h1
{
margin: 0;
padding: .1em .1em .1em .5em;
font-size: 1.3em;
font-weight: bold;
color:#696969;
line-height:120%;
}

div#boxcontent h2
{
margin: 0;
padding: .3em .3em .3em .5em;
font-size: 1.0em;
font-weight: normal;
color:black;
line-height:140%;
}

/* TopMenu */
div#topMenu ul
{
list-style-type: none;
padding: 0;
margin: 0;
color: #ADADAD;
}

div#topMenu ul li 
{
display:inline; 
margin-top:0px;
}

#topMenu ul li a
{
text-decoration: none;
font-weight:bold;
font-size:0.8em;
display:inline; 
line-height:20px;
padding-left:5px;
padding-right:5px;
}

#topMenu ul li a:hover
{
color: #333333;
background-color:white
}

/*  MENU 1, level 1, normal state (NO) */
li.menu1-level1-no a{
color: #ADADAD;
}
/*  MENU 1, level 1, active state (ACT) */
li.menu1-level1-act a{
 color: #A56B36;
}

/* LeftMenu */
div#leftMenu ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#leftMenu ul li {margin-top:0px;}

#leftMenu ul li a
{
display: block;
text-decoration: none;
color: black;
width:100%;
line-height:20px;
padding-left:5px;
/*background-image: url(nav_base.jpg);
background-repeat: repeat-y;*/
}

#leftMenu ul li a:hover
{
color: black;
background: white;
/*background-image: url(nav_base2.jpg);
background-repeat: repeat-y;*/

}

