@import url("index.css");
/* CSS screen */

#container {
	text-align: center;
	width: 900px;
	margin-top: 9px;
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header{
	background-color: #0066FF;
	background: url(../image/header.jpg) no_repeat;
	width: 900px;
	height:169px;
	
}

#content{
	width:900px;
}
#links{
	width:100px;
	float:left;
}
.navi{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;
	font-size:16px;
	background-color: #0066FF;
	height:20px;
	padding-left:5px;
	text-decoration:none;
}
.navi1{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif; color:#FFFFFF;
	font-size:16px;
	background-color: #0066FF;
	height:20px;
	padding-right:5px;
	text-decoration:none;
}
#mitte{
	width:600px;
	float:left;
}
.gründung{
	float:left;
	width:190px;
	padding: 5px;
}
#rechts{
	width:200px;
	float:left;
}
#footer{
	clear:both;
	width:900px;
	height:20px;
	background-color: #0066FF;
}
