#logo {
	position: absolute;
	width: 12em;
	height: 100px;
	background-color: black;
	z-index: 1;
	border-bottom: 1.9em solid black;
}

#logo img {
	position: relative;
	top: 50%;
	margin-top: -50px;
	border: 0px;
	width:12em;
}

#header {
	position: absolute;
	margin-left: 12em;
	right: 0px;
	left: 0px;
	height: 100px;
}

#header a {
	float: right;
	text-decoration: none;
	margin: 0.2em 1em 0em 0em;
}

/*#header a {
	text-align: right;
	color: white;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	font-size: 80%;
}

#header a:hover {
	border-bottom: solid 2em #7DA3BB;
}*/

#navi-oben {
	margin-top: 100px;
	padding: 0.2em 1em 0.2em 14em;
	height: 1.5em;
	position: absolute;
}

#navi-oben a {
	font-size: 90%;
	text-decoration:none;
	font-weight:bold;
	padding-left: 5px;
	margin-left: 10px;	
}

#navi-oben :link:hover {
	text-decoration:none;
}

#obenundlinks {
	width: 100%;
	min-width: 790px;
	height: 6.9em;
	padding-right: 0px;
}

/*-----------Navi-Links-----------------*/

#navi-links {
	background-color: #260E00;
	margin: 0;
	margin-top: 6.5em;
	width: 12em;
	min-height: 700px;
	position: absolute;
	padding-top: 2em;
}

#navi-links li {
	list-style: none;
	margin-right: 5px;
	background-image: none;
	padding: 0 0 2px 0;
	text-align: right;
	font-size: 90%;
}
#navi-links :link, #navi-links :visited {
	font-weight: normal;
	line-height: 1.0;
	color: white;
	display: block;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	padding: 5px 10px 5px 5px;
	font-size: 125%;
}
#navi-links :link:hover, #navi-links :visited:hover {
	color: black;
	background-color: #FDF7E9;
	background-image: url(menu-hintergrund.jpg);
	background-repeat: repeat-y;
}

#navi-links :active, #navi-links :active:hover {
	background-color: black;
}

#navi-links ul {
	margin: 0;
	padding: 0;
}

#content {
	padding-top: 1.5em;
	margin-right: 1em;
	padding-left: 1em;
	border-left: solid #260E00 12em;
}

#content h1 {
	text-align: center;
	font-size: 150%;
}

#content h2 {
	font-size: 130%;
}

#content h3 {
	font-size: 110%;
	font-weight: bold;
}

#content img {
	border: 0px;
}

.center {
	text-align: center;
}

#footer {
	font-size: 85%;
}

#news {
	position: absolute;
	bottom: -0.5em;
	right: 1em;
	font-size: 85%;
}

body {
	background-color: #FDF7E9;
}

#content a {
	color: black;
	text-decoration: none;
	border-bottom: dotted black 1px;
	font-weight: bold;
}

#content a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed black;
}

h1 {
	/*border-bottom: 1px dashed black;*/
	font-size: 150%;
}

form label {
	width: 10em;
	float: left;
}
form br {
	clear: both;
}

