body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(img/bg_bottom.png);
	font-family:Helvetica;
	font-size:15px;
	color:#333;
}
#background	{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background_top	{
	position:relative;
	width:100%;
	height:92px;
	background-image:url(img/background_oben.png);
	background-color:#333;
	border-bottom:1px solid #C8C6C4;
}
#background_middle	{
	position:relative;
	width:100%;
	height:33px;
	background-color:#333;
	text-align:center;
	overflow:visible;
}
#nav {
	position:relative;
	margin:auto;
	width:900px;
}
a.nav {
	display:block;
	color:#F7F7F7;
	float:left;
	width:130px;
	border-right:1px solid #C8C6C4;
	height:33px;
	line-height:33px;
	text-decoration:none;
}
a.active	{
	background-color:#003366;
	font-weight:bold;
}
div.content	{
	position:relative;
	width:900px;
	height:530px;
	background-color:#FFF;
	margin:auto;
}
div.footer	{
	position:relative;
	width:900px;
	margin:auto;
	color:#9C9892;
	text-align:center;
	margin-bottom:50px;
	margin-top:10px;
	font-size:12px;
}
#impressum	{
	color:#9C9892;
	text-decoration:none;
	font-weight:bold;
}
#logo	{
	position:relative;
	right:-185px;
	top:-80px;
	z-index:10;
	border:none;
	float:left;
}
ul	{
	list-style-image: url(img/li.png);
}
li	{
	margin-bottom:10px;
}
h3	{
	font-size:17px;
	font-weight:normal;
}
h4	{
	font-size:15px;
	font-weight:normal;
	margin-bottom:10px;
}