*{
padding:0px;
margin:0px;
border:0px;
}

html,body{
background-color:#172B53;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:88%;
}

a{
text-decoration:none;
}


/* SEITENKOPF */

#head{
float:left;
padding-top:21px;
padding-bottom:21px;
width:100%;
background-color:#001236;
border-bottom:1px solid #fff;
}

.left-right{
float:left;
width:23%;
background-repeat:no-repeat;
height:149px;
}

.center{
width:59.98%;
}

.logo{
text-align:center;
}

.logo img{
padding-top:50px;
}

.bilderleiste span{
float:left;
width:24.9%;
height:149px;
background-repeat:no-repeat;
}

#bild1{
background-image:url("../img/bilderleiste/bild_1.jpg");
}

#bild2{
background-image:url("../img/bilderleiste/bild_2.jpg");
}

#bild3{
background-image:url("../img/bilderleiste/bild_3.jpg");
}

#bild4{
background-image:url("../img/bilderleiste/bild_4.jpg");
border-right:1px solid #fff;
}

/* HORIZONTALE NAVI-LEISTE */

#leiste{
border-bottom:1px solid #fff;
padding-left:22%;
color:#fff;
line-height:150%;
background-color:#172B53;
}

#leiste a{
color:#fff;
}

#leiste span{
margin-left:30px;
}

#dekorationsleiste{
width:100%;
float:left;
border-bottom:1px solid #fff;
background-color:#001236;
height:17px;
}


/* NAVIGATION */
#bg_navi{
float:left;
background-image:url("../img/gfx/bg_navi.gif");
background-repeat:repeat-y;
width:100%;
}

.navigation{
float:left;
padding-top:20px;
font-weight:bold;
}

.navigation a{
color:#fff;
}

.navigation ol{
padding-left:20px;
list-style-type:none;
}

.navigation li{
border-top:1px solid #001236;
padding-top:5px;
padding-bottom:5px;
}

.navigation ol ol li{
border:none;
}

/* CONTENT */
.content{
height:inherit;
background-color:#E8E9EA;
line-height:160%;
padding-bottom:50px;
}

*+html .content{
height:auto; /* Korrektur fuer den IE 7 */

}

p,h1,h2{
padding-left:20px;
padding-right:20px;
}

p{
margin-bottom:20px;
}

h1{
margin-top:20px;
font-size:100%;
color:#6F7BA0;
font-size:110%;
margin-bottom:20px;
}

h2{
font-size:100%;
}

.active{
color:#172B53 !important;
}

#ol-end{
border-bottom: 1px solid #001236;
}

.content ul{
margin-left:40px;
margin-bottom:20px;
}

.content a{
color:#172B53;
}