@charset "utf-8";

/*MAIN*/
#body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#345456;
	background-color:#FFFFFF;
}

/*HEAD*/

#wrapper {
	margin: 0 auto;
	width: 800px;
	height: auto;
	margin-top: 10px;
}

#slider {
	width:800px;
	height:204px;
}

#banner {
	margin-top:10px;
	width:800px;
	height:102px;
	background-image:url(img/banner_klein.png);
}

.pic {
	display: block;
	position: absolute;
}

/*MENU*/

#menu {
	margin-top:20px;
	width:800px;
	height: 25px;
	border-left: #345456 1px solid;
	border-right:  #345456 1px solid;
}

.menu-item > a {
	text-decoration:none;
	font-weight:bold;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#345456;
}

.menu-item > a:hover {
	color:#96a9a8;
}

.current_page_item > a {
	text-decoration:none;
	font-weight:bold;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#96a9a8;
}

/*INDEX*/

#content {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#345456;
	width:760px;
	padding:20px;
	border-left: #345456 1px solid;
	border-right:  #345456 1px solid;
}

.anmerkung {
	font-size:10px;
}

/*FOOT*/

#impressum {
	width:760px;
	height: auto;
	text-align:right;
	padding:20px;
	border-left:#345456 1px solid;
	border-right:#345456 1px solid;
}

#impressum > a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#96a9a8;
	text-decoration:none;
}
