* {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html, body {
	height: 100%;
}
body {
	font-size: 12px;
	background: #DDD;
}
#page {
	height: 100%;
	min-height: 100%;
	background: url(/images/bg_body.jpg) repeat-y;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 1px solid #070B26;
}
body>#page {
	height: auto;
}

#header {
	height: 140px;
	width: 780px;
	background-color: #2F3C69;
	position: relative;
	background-image: url(/images/header_hochtaunus.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}
#header h1 {
	font-size: 26px;
	margin: 0 0 0 10px;
	padding: 2px 0;
}
#header h1 a {
	color: #A3B3FC;
	text-decoration: none;
	text-transform: none;
}
#header h1 span {
	color: #FFF;
	font-size: 18px;
}
#header #spdlink {
	position: absolute;
	top: 0px;
	left: 715px;
}
#header #menu {
	position: absolute;
	top: 115px;
	left: 0px;
	height: 25px;
	width: 780px;
	background: url(/images/bg_menu.gif);
}
#header #menu ul {
	margin: 0 0 0 10px;
}
#header #menu li {
	float: left;
	list-style: none;
	display: block;
}
#header #menu a {
	border-top: 5px solid #2F3C69;
	float: left;
	display: block;
	height: 18px;
	padding: 2px 5px 0 5px;
	margin: 0 3px;
	color: #FFF;
	text-decoration: none;
}
#header #menu a.highlight {
	border-top: 5px solid #CC0000;
}
#header #menu a:hover {
	border-top: 5px solid #E2240A;
}
#suche {
	position: absolute;
	left: 520px;
	top: 10px;
	width: 200px;	
}
#suchfeld {
	width: 110px;
}

#submenu {
	position: absolute;
	left: 0px;
	top: 140px;
}
#submenu ul {
	margin: 20px 10px;	
}
#submenu li {
	list-style: none;
}
#submenu li a {
	text-decoration: none;
	background: #FFF;
	margin: 2px 0;
	display: block;
	padding: 2px 5px;
	border-bottom: 2px solid #CCC;
}
#submenu li a:hover { 
	border-bottom: 2px solid #E2240A;
}
#submenu li a.highlight{ 
	border-bottom: 2px solid #CC0000;
}

#content {
	margin: 20px 0 20px 160px;
	width: 420px;
}
#right {
	position: absolute;
	left: 600px;
	width: 160px;
	top: 150px;
} 
#pager {
	position: absolute;
	left: 610px;
	width: 140px;
	top: 160px;
	background-color: #C8DAEA;
	padding: 10px;
	line-height: 140%;
}
h1 {
	font-size: 15px;
	color: #E2240A;
	text-transform: uppercase;
	margin: 8px 0;
}
h2 {
	font-size: 15px;
	color: #2F3C69;
	margin: 8px 0;
}
h3 {
	font-size: 13px;
	color: #666;
	margin: 8px 0;
	border-bottom: 1px solid #666;
}
p {
	margin: 8px 0;
	line-height: 140%;
}
#version {
	font-size: 80%;
	color: #666;
}
#content ul {
	padding: 0 0 0 30px;
	list-style: square;
}
#content label {
	display: block;
	width: 40%;
	float: left;
	margin: 5px 0 0 0;
}
#content input {
	padding: 1px;
	width: 220px;
	margin: 5px 0 0 0;
	font-size: 100%;
}
#content textarea {
	width: 220px;
	height: 250px;
	margin: 5px 0 0 0;
	font-size: 100%;
}
#content #submit {
	margin-left: 40%;
}
#login {
	position: absolute;
	top: 122px;
	left: 520px;
	text-align: right;
	width: 250px;
	
	color: #FFF;
}
#login a {
	color: #2F3C69;
	text-decoration: none;
}	
.clear-floats {
	clear: both;
}
div.box {
	border-left: 3px solid #E2240A;
	padding: 0 0 0 5px;
	margin-bottom: 15px;
}
div.box p.version {
	margin: 0;
	font-weight: bold;
	color: #999;
}
div.box h2 {
	margin-top: 0;
}
span.highlight {
	background-color: #FFCC33;
}
div.rbox {
	margin: 10px;
	background: #FFF;
	padding: 5px;
	width: 150px;
}
div.rbox h3 {
	font-size: 100%;
	color: #2F3C69;
	border-bottom: 1px solid #2F3C69;

}
div.rbox li {
	margin: 2px 0 2px 15px;
}
