
a:link { font-weight:bold;text-decoration:none; color: #102020; }
a:hover { font-weight:bold;text-decoration:none; color: #102020; }
a:visited { font-weight:bold;text-decoration:none; color: #102020; }
a:active { font-weight:bold;text-decoration:none; color: #102020; }


body {
  color: black; background-color: "#FFFFFF";
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica;
padding:0 0 10px 0;
  text-align: justify;
  	position:relative;
	width:810px;
	left:50%;
	margin-left:-390px;
	overflow:auto;
	z-index:100;
}



ul#Navigation {
	width:120px;
	position:absolute;
	top:144px;
	right:0px;
    margin:0;
	font:normal 12px/16px Arial,Helvetica,sans-serif;
	color:#102020;
	}
ul#Navigation li {
  margin-bottom:8px;
}
ul#Navigation a {
color:#102020;
	font-weight:normal;
	font-size:12px;
}
ul#Navigation a:hover { color: #402020; border:1px solid #402020; border-right:none; border-left:none;}


h1#Kopfzeile {
	position:relative;
	width:810px;
	
	margin:0 auto;
  background-image:url(titel-hintergrund.JPG); background-repeat:no-repeat;
  font:bold 16px Verdana,Arial,Helvetica,sans-serif;
  text-align:right;
  
}


div#Inhalt {
	width:650px;
	font:normal 12px Arial,Helvetica,sans-serif;
	margin:0;
	padding-bottom:26px !important;
	padding-bottom:0;
	text-align:justify;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
div#Inhalt h1 {
  font-size: 16px;
  margin: 1em 0 1em;
}
div#Inhalt h2 {
  font-size: 13px;
  font-weight:bold;
  margin: 1em 0;
}
div#Inhalt p {
  font-size:12px;
  margin: 1em 0;
}
div#Inhalt h6 {
  font-size:10px;
  font-style:italic;
  color: #FFFFFF;
  font-weight:normal;
  margin:0;
}
div#Inhalt li {
  font-size:12px;
  margin:0;
}

div#Inhalt a:link { font-weight:bold;text-decoration:none; color: #102020; }
div#Inhalt a:hover { color: #402020; border:1px solid #402020; border-right:none; border-left:none;}
div#Inhalt a:visited {font-weight:bold;text-decoration:none; color: #102020; }
div#Inhalt a:active { font-weight:bold;text-decoration:none; color: #102020; }

p#Fusszeile {
    clear: both;
    font-size: 11px;
    margin: 1em 0 0; padding: 1em;
    text-align: center;
    border: 0;
}

