@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
}
#main{
	margin-left:auto;
	margin-right:auto;
	width: 958px;
	padding:0px;
	border-right:8px solid #FFFFFF;
	border-left:8px solid #FFFFFF;
	border-bottom:8px solid #FFFFFF;	
	background:url(../layout/background_main.gif) repeat-y;
	text-align:left;
}
/*
 *
 */
#header{
	margin-left:auto;
	margin-right:auto;
	width:966px;
	height:130px;
	border-left:8px solid #FFFFFF;
}
/*
 *
 */
#navi_left{
	float: left; 
	/* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width:180px; 
	height:100%;
}
/*
 *
 */
#content{
	float:left;
	margin-left:8px;
}
/*
 *
 */
#bar_right {
	float:left;
	width:210px;
	color:#FFFFFF;
	padding:0px;
	margin-left:8px;
	padding-bottom:8px;
} 
/*
 *
 */
#contact{
	margin:0px;
	height:97px; /* 97px + 43px padding-top in main.css = 140px height */
	border-bottom:8px #FFFFFF solid;
}
/*
 *
 */
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
/*
 *
 */
#footer{
	text-align:center;
	font-size:10px;
}
#footer a{
	color:#000000;
	text-decoration:underline;
}
