/* CSS Document */

html {
 height: 101%;
}
body {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #e2e2e2;
   font-family: Tahoma, Arial, Verdana, sans-serif;
}

form {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}


#header {
    background-image: url(../images/header.gif);
    background-repeat:no-repeat;
    background-color: #fff;
    height: 220px;
    padding-left: 70px;
    font-weight: bold;
    color: #2e529a;
    text-align: left;
}

#nav_bg {
    background-image: url(../images/mbg.gif);
    background-repeat:repeat;
    background-color: #fff;
    height: 300px;
    width: 60px;
    color: #fff;
    
}

#nav_2 {
    background-image: url(../images/mbg_1.gif);
    background-repeat:no-repeat;
    background-color: #fff;
    color: #fff;
    width: 50px;
    height: 25px;
}

#navi {
    width: 400px;
    height: 90px;
    float: left;
    margin-left: 30px;
    margin-top: 50px;
}

#mu {
    background-image: url(../images/mu.gif);
    background-repeat:no-repeat;
    background-color: #fff;
    height: 60px;
    width: 50px;
}

.content {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    background-color: #fff;
    font-size: 10pt;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
}

#content_li {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 10pt;
    color: #fff;
    padding-right: 20px;
    padding-top: 12px;
}

#a:link, #a:visited, #a:active{ 
	font-size: 8pt;
	font-weight: normal;
	text-decoration:none; 
	color:#003366;
}

#a:hover{ 
	font-size: 8pt; 
	font-weight: normal;
	text-decoration:none;
	color:#666;
}

.a1:link, .a1:visited, .a1:active{ 
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none; 
	color:#003366;
}

.a1:hover{ 
	font-size: 8pt; 
	font-weight: bold;
	text-decoration:none;
	color:#666;
}

#unten {
    padding: 5px;
    background-color: #2d4ca4;
    color: #fff;
    font-size: 8pt;
}


#navlist
{
margin: 0 15px 0 0;
padding: 0 0 20px 4px;
border-bottom: 1px solid #000;
font-size: 9pt;
}

#navlist ul, #navlist li
{
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
display: inline;
list-style-type: none;

}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: normal;
margin: 0 10px 4px 0px;
text-decoration: none;
color: #666;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #2e529a;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
