/* CSS Document */
html{
height:100%;
}
*{
margin:0px;
padding:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:16px;
}
body{
background-color:#c9e0eb;
height:100%;
}
#main_container{
position:absolute;
left:50%;
margin-left:-459px;
width:918px;
height:100%;
}
#back_left{
background-image:url(../pics/layout/back_left.jpg);
background-position:top;
background-repeat:no-repeat;
width:190px;
height:100%;
float:left;
/*border-right:1px solid #68604b;*/
}
#back_mitte{
background-image:url(../images/back_center.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#ecdebb;
width:144px;
min-height:100%;
float:left;
border-right:1px solid #ffffff;
border-left:1px solid #ffffff;
}
* html #back_mitte { height:100%; } /* nur für IE 5.5 - 6.x */
html + body #back_mitte { height:100%; } /* nur vom IE 5.0 */

#back_right{
background-image:url(../pics/layout/back_rechts.jpg);
background-position:top;
background-repeat:no-repeat;
height:100%;
width:158px;
float:left;
/*border-left:1px solid #ffffff;*/
}
#header{
height:129px;
width:566px;

}
#navi{
height:300px;
width:200px;
margin-top:21px;
float:left;
}
#content{
float:left;
width:322px;
margin-top:40px;
padding-left:22px;
padding-bottom:10px;
text-align:justify;
}
h1{
font-size:20px;
font-weight:bold;
margin-bottom:15px;
}
h2{
font-size:16px;
font-weight:bold;
margin-bottom:15px;
}