/* Grunddefinitionen */

html{
	min-height: 101%;
}

body{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background:#FC0; 
}

titel{
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color:#FC0;
	text-align: center;
}
.uberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #F60;
	text-align: center;
	font-weight: bold;
}
.footlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-variant: normal;
	text-align: center;
	font-weight: bolder;
	border: thin outset #F60;
}



#container{
	background: #ededed;
	width: 950px;
	height: 500px;
  	margin: 0 auto;
	padding: 0px;
}

#oben{
	width: 100%;
	background: #000000; 
	height: 150px;
	padding-top: 2px;
}	

#mitte{
	width: 100%;
	margin: 0pt;
	padding-top: 0px;
	float: left;
	background: #FC0; 
}	

#footer{
	width: 100%;
	margin: 0px;
	float: left;
	background: #ffffff;
	text-align: center;
}	

#linkesmenu{
	width: 110px;
	height: 500px;
	background: #666633 url(../pics/left.png) repeat-y;
	margin: 0px;
	float: left;
}	

#content{
	width: 730px;
	height: 500px;
	margin: 0px;
	float: left;
	background:#FC0;
}	

#rechtmenu{
	width: 110px;
	height: 500px;
	background: #666633 url(../pics/right.png) repeat-y;
	margin: 0px;
	float: right;
}	
