/* Styles fuer 2-Spalter Klassik */

* {/* set all to 0 */
margin: 0;
padding: 0;
}

/* Allg. Hintergrund = rechts und links der 2 Spalten */
body#all {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 15px 0;
background-color: #596f88;
color: black;
}

/* Text und Links allgemein */
p, li{
font-size: 80%;
}

/* Links im Hauptteil */
a {
height: 1%; /* damit der IE den ganzen Link aktiviert */
text-decoration: none;
background-color: transparent;
color: #330066;     /* #555; */
/*border-bottom: 1px solid #330066;  /* Unterstreichung des Links; Linienstärke & Farbe */
}
a:hover {
	background-color: transparent;
	color: #f00;
	border-bottom: 1px solid #e00;
	line-height: normal;
}
a:visited{
	color:#330066;
}

/* Container mit ihren Inhalten: Das ist der Hauptteil = rechte Spalte*/
#wrapper {/* umschliest alles */
text-align: left;
width: 86%;
margin: 0 auto;
background-color: white;
/*color: #000;
border: 1px solid #000;*/
}

/* Header */
#header {
padding: 10px 10px;
background-color: #b1bebe;
color: #000;
border-bottom: 8px solid #596f88;
}
h1 {/* vorbehalten fuer Titel|Banner */
font-family:Times New Roman;
padding: 5px 10px;
background-color: transparent;
display:inline;
color: #000;

}


#menue { /* links von content floatendes Menue */
float: left;
width: 200px;
background-color: #b1bebe; /* #A7E2EF;  /* #a00; */
color: #fff;
}
#menue p {
padding-bottom: 10px;
}
#menue a {
display: block;
margin: 10px 10px;
padding: 3px 5px;
background-color: #b1bebe; /* #888; */
color: black;
border: 1px dotted;
}
#menue a.aktive_seite {
background-color: white;
font-weight:bold;
color: black;
}
#menue a:hover {
background-color: #596f88;
color: #00004F;
}

/* Content */
#content {/* mit linkem Rahmen in der Breite und BG-Color von menue */
padding: 10px 0px;
background-color: white;
color: black;
border-left: 200px solid #b1bebe;
}
#content p {
line-height: 150%;
padding: 0px 60px 10px 40px;
}
#content p.topper {
padding: 10px 60px 20px 40px;
}
#content ul {
line-height: 150%;
padding: 0px 50px 10px 60px;

}

h2 {
padding: 25px 0px 15px 40px;
font-size: 115%;
}

h3 {
margin: 25px 40px 5px 40px;
padding: 5px 5px 5px 0px;
font-size: 95%;
border-top: 1px dotted ;
border-bottom: 1px dotted ;
}

h4 {
padding: 15px 0px 10px 40px;
}
.formulare {
border:1px solid;
border-collapse:collapse;
margin-left:40px;
margin-right:2px;
font-size:90%;
}
.formulare td{
border:1px solid;
padding:8px;
font-size:95%;
}
.formulare th{
border:1px solid;
padding:5px;
text-align:center;
}
.formulare a{
height: 1%; /* damit der IE den ganzen Link aktiviert */
text-decoration: none;
background-color: transparent;
color: darkblue;     /* #555; */
}
#formulare_klein {
font-size:80%;
}
/* Footer */
#footer {
clear: both;
height: 34px;
background-color: #b1bebe;
color: black;
border-top: 6px solid #596f88;
}
#footer p {
position: absolute;
left: 7%;
padding: 8px 15px;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}

