body {
	margin: 12px 0 0 0;
	padding: 0; 
	font-size: 11px; 
	font-family:  "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height:140%;
}

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

*html a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

a:hover {
	color: #333333;
}

div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 706px;
    padding: 0.5em;
    border: 2px solid silver;
  }
  
div#innen {
  	width: 600px;
	margin: 0 auto;
 }

div#formeinleitung {
  	width: 450px;
	margin: 3em auto 2em auto;
	text-align:justify;
 }
 
#navigation {
	border-bottom: 1px dashed silver;  
	width: 47em;
	text-align:center;
    margin: 0 auto;
}

#navigation a {
	font-size: 13px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	border-bottom: none;
}

#navigation a.aktuell {
	text-decoration:none;
	color:white;
	background-color: #999999;
	font-weight:bold;
	border-bottom: none;
}

#navigation a:hover {
    color: white; 
    background-color: #999999;
}

#s1 a, #s2 a {
	color:#999999;
	text-decoration:none;
	font-weight: normal;
	border-bottom: none;
}

#s1 a.akt, #s2 a.akt {
	font-weight: bold;
}

#s1 a:hover, #s2 a:hover {
	color: #666666;
}
haupttext {
	text-align:justify;
}

.show {
	display: block;
	color:#999999;
	text-align:center;
}

.hide {
	display: none;
	text-align:center;
}

.cancel {
width: 100%;
font-size: 1px;
margin: -3px 0 0 0;
}

form {
	position: relative;
	padding-left: 7em;
	padding-top: .6em;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

#reflist {
	position: relative;
	top: 1.6em;
	left: 6em;
	line-height:180%;
	font-size: 12px;
}

#footer {
	border-top: 1px dashed silver;  
	width: 47em;
	text-align:center;
	padding-bottom: 2em;
    margin: 0 auto;
}

#footer  a{
	text-decoration:none;
	font-weight: normal;
	border-bottom:none;
	color: #666666;
}

#footer  a:hover{
	color: #333333;
}

ul {
	padding-left: 2px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 15px;
}