/* 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: #333333;
color: #000;
}

/* 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:  #E8EAFF; 
color: #330066;   /* #555; */
/*border-bottom: 1px solid #330066;  /* Unterstreichung des Links; Linienstırke & Farbe */
}

a:hover {
	/*background-color: transparent; */
	color: #660033
	text-decoration:underline;
	border-bottom: 1px solid #e00; 
	/*line-height: normal; */
}
a:visited{
	color:#330066;
}

a.external:link, a.external:visited {
	/*color: #570057; */
	height: 1%; /* damit der IE den ganzen Link aktiviert */
	background-color:  #E8EAFF; 
	background: url(file: http://www.kartaeuserkantorei.de/gifs/extlink.gif) no-repeat left;
	padding-left: 18px;
}

/* Container mit ihren Inhalten: Das ist der Hauptteil = rechte Spalte*/
#wrapper {
	text-align: left;
	width: 80%;
	margin: 0 auto;
	background-color: #C8CCFF;
}

/* Header */
#header {
padding: 10px 10px 10px 10px;

/*IE-Hack für min-height, welches der IE nicht umsetzt, damit wird gewährleistet, dass */
/* der Grundrahmen, wenn der Content wenig vertikale Ausdehnung hat, eine minimale Höhe von 420 px hat */
min-height:543px;
height:auto !important;
height:513px;

background-color: #C8CCFF;
color: #9999FF;
border-bottom: 8px none #970000;
}
h1 {/* vorbehalten fuer Titel|Banner */
padding: 5px 10px;
background-color: #FFCC99;
color: #000;
border: 1px solid #000;
}

/* Menues */
/* Menı 1 = horizontales Menı unter der Kopfzeile */
/* Menı 2 = Menı der Linken Spalte */

#menue1 {
height: 40px;
background-color: #ff9965;
color: #000;
border-top: 1px solid #000;
border-bottom: 3 px solid #000;
}
#menue1 p {
float: right;  /*richtet die Menıboxen nach rechts aus */
width: 580px; /* Opera braucht fuer Linkleisten in Absaetzen eine Breite, sonst setzt er die Links nicht nebeneinander */
}

#menue1 a {
display: block;
float: left; /* bringt die Links trotz Blockformatierung nebeneinander - und zwar in der richtigen Reihenfolge */
margin-left: 16px;
padding: 2px 6px;
background-color: #FFFFFF;   /* #d36b6b; */
color: #2D0059;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
#menue1 a:hover {
background-color: #970000;
color: #FFFFFF;
}

#menue2 {
	float: left;
	width: 200px;
	background-color: #006699;
	color: #fff;
	margin-top: 10px;
}
#menue2 p {
padding-bottom: 5px;
}
#menue2 a {
	display: block;
	margin: 2px 5px;
	padding: 3px 7px;
	background-color: #CCCCFF;
	color: #000000;
	border: 1px solid #000;
	font-size: 0.9em;
}
#menue2 a:hover {
background-color: #333333;
color: #EAEAFF;
}

#menue2 a.aktive_seite {
background-color: #333333;
color: #EAEAFF;
}


/* Content */
#content {
	padding: 10px 0;
	background-color: #F0F0FF;
	color: #000000;
	border-left: 200px solid #006699;
	border-bottom-width: thin;
}
#content p {
line-height: 150%;
padding: 0 60px 10px 40px;
}
#content p.topper {
	padding: 10px 60px 20px 40px;
	background-color: #C8CCFF;
}
#content ul {
line-height: 150%;
padding: 0 50px 10px 55px;
border:1
}
h2, h3, h4  {
	padding: 15px 0 10px 40px;
	color: #006699;
}
h2 {
padding: 25px 0 15px 40px;
}
h4 {
padding:15px 15px  10px 40px;
}
h5 {
	padding:10px 0 10px 40px;
	color: #006699;
}
/* Footer */
#footer {
clear: both;
height: 34px;
background-color: #333333;
color: #ccc;
border-top: 6px solid #777;
}
#footer p {
position: absolute;
left: 7%;
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}
#bilder {
padding: 5px 5px 5px 5px;
margin-left:35px;
margin-right:10px;
float:left;
background-color: transparent;
}
#bilder_none {
padding: 5px 10px 5px 35px;
margin: 5px 10px 5px 10px; 
float:none;
background-color: transparent;
}

#bilder_links {
float:left;
padding:5px 15px 10px 40px;
background-color: transparent;
}

#bilder_rechts{
float:right;
/* width:87px;height:110px; */
padding:0px 35px 20px 15px;
background-color: transparent;
}

#Bildunterschrift {
font-size: 0.65em;
}

#table{
padding:0px; 0px; 30px; 0px;
}

#formular{
display:inline;
font-size: 80%;
}

.defbreite {border:1px solid black;}
.label {width: 40%;text-align: right;vertical-align:top;padding-top: 3px;padding-right: 5px;}
.pflichtfeld {border:2px solid red;}

