html, body
{
text-align: center;
background-color: #E2EAFF;
background-image: url(../images/body_background.jpg);
background-repeat: repeat-x;
height: 100.1%;
font-family: Tahoma;
font-size: 0.9em;
color: rgb(40,34,84) ;
line-height: 1.5em;
}

#kopfbalken{
    margin: 0 auto;
    width: 900px;
    height: 317px;
    background-image: url(../images/kopfbalken_background.png);
    background-repeat: no-repeat;
    background-position:50% 50%;
    border-left: 5px solid rgb(40,34,84);
    border-right: 5px solid rgb(40,34,84);
}

#koerper_aussen{
         width: 900px;
         height: auto;
         margin: 0 auto;
         border-right: 5px solid rgb(40,34,84);
}

#navicontainer{
    width: 170px;
    height: auto;
    border-left: 5px solid rgb(40,34,84);
    margin-top: 20px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#navibox{
     width: 160px;
    height: auto;
    margin: 5px 5px;
    text-align: left;    
}

#infocontainer{
    width: 170px;
    height: 150px;
    border-left: 5px solid rgb(40,34,84);
    margin-top: 20px;
}
    
#adresse{
 width: 160px;
 height: auto;
 margin: 5px 5px;
text-align: left;
}
    


#inhaltscontainer{
    width: 700px;
    height: 400px;
    margin: 20px 0 0 200px;
    
    background-image: url(../images/startseite.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    
}

.clearfix:after {
    content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
	} 
 
.clearfix {
	display: inline-block;
}

strong{
    font-weight: bold;
}