@charset "utf-8";
/* CSS Document */


body{
margin:0px;
padding:0px;
background-image:url(../images/bg_site.gif);
background-position:center 117px;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
}

h2{
font-size:16px;
margin:0px;
padding:0px 0px 13px 0px;;
color:#033466;}

a{
color:#e95e11;
}

#container{
width:820px;
height:auto;
margin:0px auto 0px auto;
}

#header{
height:117px;
}

#subheader{
clear:both;
background-color:#ccd6e0;
background-image:url(../images/bg_subheader.gif);
height:98px;
}

#menue{
float:left;
font-size:15px;
font-weight:bold;
padding-top:62px;
padding-left:25px;
}

#menue a{
color:#4f7194;
margin-right:15px;
text-decoration:none;
}

#menue a:hover{
text-decoration:underline;
}

#content{
background-image:url(../images/bg_content.gif);
background-repeat:repeat-y;
border-bottom:1px solid #dde4eb;
padding: 35px 25px 25px 25px;
}

#content_all{
width:768px;
}

#content_left{
float:left;
width:435px;
}

#content_right{
width:284px;
float:right;
}

.box_blau{
width:258px;
height:50px;
background-image:url(../images/box_blau.gif);
padding:18px 13px 13px 13px;
}

.box_weis{
width:258px;
height:59px;
background-image:url(../images/box_weis.gif);
padding:13px;
}

#footer{
color:#033466;
height:19px;
width:753px;
background-image:url(../images/bg_footer.gif);
background-repeat:no-repeat;
padding:11px;
margin-top:30px;
}


#footer a{
color:#033466;
font-size:11px;
text-decoration:none;
}

.head{
font-weight:bold;
padding-bottom:8px;}


.list_sparten{
margin:5px 0px 20px 0px;
padding:0px;
border:1px solid #dfe2e8;
}

.list_sparten_hell{
list-style:circle inside;
padding:3px 0px 3px 10px;
}

.list_sparten_dunkel{
list-style:circle inside;
background-color:#f4f5f7;
padding:3px 0px 3px 10px;
}




