body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
* {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;



}
h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #009;
}


.textfarbe {
	font-weight: bold;
	color: #393;
	font-family: Arial, Helvetica, sans-serif;

}



#wrapper {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	left: 7px;
	top: 4px;



}


#kopf {
	position: fixed;
	padding-top: 10px;
	background-color: #FFF;
}
#logo {
	float: left;
	height: 30px;
	width: 180px;
	background-color: #FFF;
}
.Logo  a{
	font-size: 24px;
	font-weight: bolder;
	color: #333;
}
#navigation {
	float: left;
	width: 780px;
	font-size: 14px;
	font-weight: bolder;
	background-color: #FFF;
	height: 30px;
	
}
#navigation li{
	display: inline;
	margin-left: 40px;
}
#navigation ul {
	margin-left: 200px;
	margin-top: 7px;
}

#inhalt {
	clear: both;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #000;
	padding-top: 20px;
}
#fuss {
	border-top-width: thick;
	border-top-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation a{
	text-decoration: none;
}
#navigation a:link {
	color: #000;
}
#navigation a:visited {
	color: #000;
}
#navigation a:hover {
	color: #0066CC;
}
#navigation a:active {
	color: #0066CC;
}
#kopf #navigation .blau   {
	color: #00F;
}
.zentrieren {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.pfeile {
	font-size: 18px;
	font-weight: bold;
}
