* {
	margin: 0px;
	padding: 0px;
}
body {
         background: #ffffff url('../bilder/hintergrundlinks4.jpg') left repeat-y;
	font-family: 'times new roman', times, sans-serif;
}
#main {
	width: 100%;
         margin-left: auto;
	margin-right: auto;
}
#menuleiste {
         background: none;
         color: #000000;
         float: left;
         display: block;
         padding-left: 5px;
         padding-top: 20px;
         padding-right: 5px;
         padding-bottom: 20px;
         margin: auto;
         width: 12em;
         clear: none;
}
#menuleiste ul {
         list-style-type: none;
         margin-left: 15px;;
	padding-left: 0px;
}
#menuleiste li {
         padding-bottom: 8px;
         display: block;
}
#menuleiste a, #menuleiste a:link, #menuleiste a:visited, #menuleiste a:active {
         margin: 2px;
         display: block;
         left:0px;
         text-decoration:none;
  	color: #ffffff;
         background-color: #4e709f;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
         border-top: 2px solid #ffffff;
         border-left: 2px solid #ffffff;
         font-size: 1.0em;
	font-weight: bold;
	padding: 2px 8px;
         width: 7.5em;
}
#menuleiste a:hover {
	background-color: #385172;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #ffffff;
}
#menuleiste a.aktiv {
	background-color: #385172;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #ffffff;
         text-align: right;
}
#submenu ul {
         border-bottom: 2px solid #385172;
         padding: 3px 3px 2px 3px;
         margin-left: 20%;
         margin-bottom: 10px;
         margin-top: 10px;
         font-size: 1.0em;
         width: auto;
}
#submenu ul li {
         display:inline;
         list-style: none;
         margin: 0;
}
#submenu a, #submenu a:link, #submenu a:visited, #submenu a:active {
         padding: 3px 0.5em;
         margin-left: 3px;
         text-decoration:none;
         font-weight: bold;
         font-size: 1.0em;
  	color: #385172;
         background-color: #ffffff;
         border: 1px solid #385172;
         border-bottom: none;
}
#submenu a:hover {
         padding: 3px 0.5em;
         margin-left: 3px;
         text-decoration:none;
         font-weight: bold;
         font-size: 1.0em;
  	color: #ffffff;
         background-color: #4e709f;
         border: 1px solid #4e709f;
}
#submenu a.aktiv, #submenu a:link.aktiv, #submenu a:visited.aktiv, #submenu a:active.aktiv {
         padding: 3px 0.5em;
         margin-left: 3px;
         text-decoration:none;
         font-weight: bold;
         font-size: 1.0em;
  	color: #ffffff;
         background-color: #385172;
         border: 1px solid #4e709f;
}
#hauptinhalt {
         background: #ffffff;
	padding-top: 10px;
         padding-bottom: 10px;
         padding-right: 5px;
         padding-left: 0px;
         margin-left: 12em;
         margin-right: 2.0em;
         clear: none;
}
#hauptinhalt p {
         font-weight: lighter;
         font-size: 1.0em;
         padding-top: 1%;
         padding-left: 1em;
         text-align: justify;
}
#hauptinhalt p.unterbild {
         font-size: 0.8em;
         text-align: right;
         font-style: italic;
}
#hauptinhalt th {
	text-align: left;
         font-weight: bold;
}
#hauptinhalt a:link, a:visited, a:active {
	text-decoration: none;
         color: #385172;
         font-weight: bold;
}
#hauptinhalt a:hover {
	text-decoration: underline;
}
#hauptinhalt h3 {
	color: #000000;
         font-size: large;
         text-decoration: none;
}
#hauptinhalt blockquote {
	background: #fff8dc;
         font-family: Courier, 'Courier New', 'Lucida Console';
         font-style: italic;
         border: 1px solid black;
         margin-left: 1em;
         padding: 0.5em;
}
#hauptinhalt ul {
	padding-left: 5%;
}
#hauptinhalt ol {
	width: auto;
}
#hauptinhalt ol li {
         color: #385172;
         font-weight: bold;
}
#hauptinhalt ol li a{
         text-decoration: none;
         color: #385172;
         font-weight: bold;
}
#hauptinhalt ol li a:hover {
	text-decoration: underline;
}
#hauptinhalt dt {
	font-weight:bold;
         background-color:#FFFFFF;
         color:#000000;
}
#hauptinhalt .skipziel {
	color: #ffffff;
         width: 1px;
         height: 1px;
         font-size: xx-small;
}
#skip {
	color: #ffffff;
         width: 1px;
         height: 1px;
         font-size: xx-small;
         position: absolute;
         left: -1600em;
         top: -1000em;
}
#kopf {
         background: #385172 url('../bilder/hintergrundoben3.jpg') top repeat-x;
         color: #000000;
         clear: both;
         padding-top: 25px;
         padding-bottom: 5px;
         border-bottom: 15px solid #385172;
         margin: auto;
         display: block;
}
#kopf h1 {
	text-align: right;
         font-size: 3em;
         font-family: arial, verdana, helvitica;
         color: #ffffff;
         font-weight: bolder;
}
