body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	color: #990000;
	margin: 0px;
	background-image: url(../medien/background.gif);
	background-repeat: repeat-y;
}
#head {
	position: absolute;
	height: 160px;
	left: 160px;
	top: 0px;
	width: 900px;
	background-color: #dedede;
	background-image: url(../medien/blumenwiese.jpg);
	background-repeat: repeat-x;
}
#linkespalte {
	width: 160px;
	top: 50px;
	position: relative;
	background-color: #990000;
}
/* BEGIN Navigation */
 #navlist
{
	padding: 0px 0px 1px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dedede;
	border-bottom-color: #dedede;
}

#navlist li
{
	list-style: none;
	margin: 0px;
	border-top: 1px solid #990000;
	text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #dedede;
background: #dedede;
text-decoration: none;
}

#navlist li a:link { color: #990000; }
#navlist li a:visited { color: #666666; }

#navlist li a:hover
{
	color: #dedede;
	background: #990000;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #990000;
}

/* END Navigation */
.adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #dedede;
	margin-left: 10px;
}
#linkespalte a {
	color: #dedede;
	text-decoration: underline;
}
#zitat {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #dedede;
	font-weight: bold;
	font-style: italic;
	width: 180px;
	letter-spacing: 0.1em;
	line-height: 1em;
	right: 20%;
	top: 20px;
}
#inhalt {
	position: absolute;
	left: 200px;
	top: 200px;
	width: 75%;
}
h1 {
	font-size: 1.4em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 0.25em;
	display: inline;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
.linkfocus {
	background-image: url(../medien/marker.gif);
	background-position: 120px;
	background-repeat: no-repeat;
}
table {
	border: 2px solid #990000;
	background-color: #dedede;
}
