/* Grunddefinitionen */

html{
	min-height: 101%;
}

body{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #d5d9d7;
}

#container{
	background: #ffffff;
  	width: 1000px;
	margin: 0 auto;
	padding: 5px;
	border: none;
}

#oben{
	width: 100%;
	background: url(../bilder/hg-head.jpg) no-repeat;
	height: 135px;
	padding-top: 2px;
}

#mitte{
	width: 100%;
	margin: 0pt;
	padding-top: 0px;
	float: left;
	background: #0099ff;
}

#footer{
	width: 100%;
	margin: 0px;
	float: left;
	background: #ffffcc;
}	

#nav{
	width: 175px;
	height: auto;
	background: #666633;
	margin: 0px;
	float: left;

}	

#content{
	width: 460px;
	height: auto;
	background: #03ac1b;
	margin: 0px;
	float: left;
}	

#nav2{
	width: 165px;
	height: auto;
	background: #ff7e00;
	margin: 0px;
	float: right;
}	


/*  Styling   */






