﻿#kopf{
float:none;
clear:both;
width:900px;
height:70px;
margin-left:auto;
margin-right:auto;
background-color:#020BA4;
}

#zwischenraum{
clear:both;
width:900px;
height:20px;
margin-left:auto;
margin-right:auto;
}

#navigation{
float:none;
clear:both;
width:900px;
height:20px;
margin-left:auto;
margin-right:auto;
background-color:#020BA4;
}

#inhalt{
float:none;
clear:both;
width:900px;
margin-left:auto;
margin-right:auto;
}

#copyright{
float:none;
clear:both;
width:900px;
height:20px;
margin-left:auto;
margin-right:auto;
}

#fuss{
float:none;
clear:both;
width:900px;
height:70px;
margin-left:auto;
margin-right:auto;
background-color:#020BA4;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:active {
	background-color:#020BA4;
	color:#EFEFEF;
	border:none;
	width:16%;
	display:block;
	float:left;
	margin-left:1%;
	margin-right:1%;
	text-decoration:none;
	font-weight:bold;
	color:#EFEFEF;
	border-top:1px solid #020BA4;
	border-right:1px solid #020BA4;
	border-left:1px solid #020BA4;
}


