@charset "utf-8";
/* CSS Document */
body{
margin:10px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#222222;
}
#layoutholder{
margin:0 auto;
width:880px;
min-height:500px;
}
#head{
height:220px;
width:880px;
border-bottom:1px dashed #222222;
}#naviholder{
float:left;
width:150px;
margin:20px 0 0 5px;
line-height:15px;
}
#naviholder a{
color:#fff;
text-decoration:none;
}
#naviholder a:hover{
color:#fff;
font-weight:bold;
}
#navi1,#navi2,#navi3,#navi4,#navi5,#navi6,#navi7,#navi8{
padding:10px 0 0 10px;
height:25px;

}
#navi1{
background:#003366;
}
#navi2{
background:#00cc00;
}
#navi3{
background:#ff6600;
}
#navi4{
background:#cc0000;
}
#navi5{
background:#660033;
}
#navi6{
background:#666633;
}
#navi7{
background:#cc3333;
}
#navi8{
background:#7bd1d3;
}
#main{
line-height:15px;
}
#footer{ 
border-top:1px dashed #222222;
width:880px;
padding:10px 0 0 0;
text-align:left;
clear:both;
}
#footer a{
color:#222222;
}
#footer a:hover{
font-weight:bold;
color:#222222;
}
.h1,titel{
color:#222222;
font-size:18px;
font-weight:bold;
}
.h2,subtitel{
color:#ffffff;
font-weight:bold;
font-size:14px;
}
#banner{
padding:3px;
background:#cccccc;
color:#222222;
font-size:14px;
text-align:center;
font-weight:bold;
}