@charset "utf-8";
/* CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	margin:0.5em;
	quotes: "" "";
	text-align:center;
	font-style:italic;
}
/* --------------------------------------------------- */
body {
	font-size:1em;
	font-family:Georgia, Palatino, "Times New Roman", Times, serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color:#000000;
	background-color:#F8F6E2;
}
#content {
	text-align:justify;
}
#content a:link, a:visited {
	color:#947825;
}
#content a:hover, a:active a:focus {
	color:#333333;
}
#content a:active {
	position:relative;
	top:0.1em;
}
strong {
	font-weight:bold;
}
em, cite {
	padding-left:0.2em;
	font-style:italic;
}
hr {
	border:none;
	border-bottom:2px solid #947825;
	margin:0.8em 0;
}
address {
	margin:0.4em;
	padding:0.3em;
	font-style:italic;
	border-left:0.2em solid #947825;
}
h1 {
	margin:1em 0.2em;
	font-size:1.6em;
}
h2 {
	margin:0.8em 0.2em;
	font-size:1.4em;
}
h3 {
	margin:0.8em 0.2em;
	font-size:1.3em;
}
h4 {
	margin:0.8em 0.2em;
	font-size:1.2em;
}
h5, h6, h7, h8, h9, h10 {
	margin:0.8em 0.2em;
	font-size:1.1em;
}
p {
	margin:0.2em 0.2em;
	padding:0.1em 0.1em;
}
ul, ul li, ol {
	padding:0.2em;
}
img {
	border:0.2em solid #947825;
	padding:0.2em;
	margin:0.5em;
}
img.left {
	float:left;
}
ul {
	list-style:circle;
	margin:0.5em;
}
ul li {
	padding:0.2em;
}
/* --------------------------------------------------- */
#container {
	margin:0 auto;
	width:650px;/*width:75%;
	min-width:650px;
	max-width:1200px;*/
}
#header {
	margin:0 auto;
	height:200px;
	width:100%;
	background-image: url(../Bilder/Header_02.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#header h1 {
	display:none;
}
#navi {
	width:100%;
	border-bottom:3px solid #947825;
}
#navi ul {
	text-align:center;
	list-style:none;
	margin:0;
}
#navi ul li {
	display:inline;
	margin:0 0.8em;
	font-size:1.1em;
}
#navi ul li a:link, #navi ul li a:visited {
	text-decoration:none;
	color:#947825;
}
#navi ul li:hover, #navi ul li.active {
	background-color:#947825;
}
#navi ul li.active a:link, #navi ul li.active a:visited {
	color:#FFFFFF;
}
#navi ul li:hover a:link, #navi ul li:hover a:visited {
	color:#FFFFFF;
}
#footer {
	width:100%;
	background-color:#947825;
	border:2px solid #947825;
	margin-top:2em;
}
#footer ul {
	text-align:center;
	margin:0;
}
#footer ul li {
	display:inline;
	font-size:1em;
	color:#FFFFFF;
}
#footer ul li a:link, #footer ul li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
#footer ul li:hover {
	background-color:#F8F6E2;
}
#footer ul li:hover a:link, #footer ul li:hover a:visited {
	color:#000000;
	text-decoration:underline;
}
#navi a:active, #footer a:active {
	position:relative;
	top:0.1em;
}
