* {/* set all to 0 */
margin: 0;
padding: 0;
border:0; 
list-style:none; 
}


ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 	XHTML 1.0 Strict */
img {
	border: none;
}

body#all {
font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
background: #fff url(images/backbody.jpg) 0 0  repeat-x;
color: #000;
}
 

a {/* Links im Fliesstext */
height: 1%; /* damit der IE den ganzen Link aktiviert */
background-color: transparent;
color: #000;
}

a:hover {
background-color: transparent; 
color: #000;
}

h1 {
background: #fff;
}

h2 {
font: normal 1.8em Verdana, Arial, Helvetica, sans-serif;
padding: 15px 0 20px 40px;
color: #666;
}

h3 {
font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
padding: 15px 0 20px 40px;
color: #666;
}

h4 {
font: normal 1.3em Verdana, Arial, Helvetica, sans-serif;
padding: 15px 0 20px 40px;
color: #666;
}

h5 {
font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding: 15px 0 20px 40px;
color: #000;
}


/* Container mit ihren Inhalten */
#wrapper {/* umschliesst alles */
text-align: left;
max-width:960px;/* nur in Zusammenhang mit ie_hacks.css in ie wirksam */
min-height:500px;
margin: 0 auto 0 0 ;
background: #fff; 
color: #000;
border-right: 1px solid #ddd;
}

/* Header */
#header {
background: #fff;
color: #000;
}

/* Menue oben */
#menueoben { 
height: 32px;
color: #000;
font:normal 0.8em verdana, sans-serif;
}

#menueoben p {
float: right;
width: 390px; /* Opera braucht fuer Linkleisten in Absaetzen eine Breite, sonst setzt er die Links nicht nebeneinander */
padding-top: 10px;
}

#menueoben a {
display: block;
float: left; /* bringt die Links trotz Blockformatierung nebeneinander - und zwar in der richtigen Reihenfolge */
text-decoration: none;
margin-left: 16px;
padding: 2px 6px;
background: url(images/bglink.jpg) repeat-x;
color: #000; 
border-right: 1px solid #F6EC8E;
border-bottom: 1px solid #F6EC8E;
border-left: 1px solid #F6EC8E;
}

#menueoben a:hover {
background: #FCFBDD; 
color: #000; 
}
 
/* stärkere Kontraste beim Antabben: */ 
#menueoben a:focus, #menueoben a:active {
 color:#FCFBDD;
 font-weight:bold;
 border-top: 1px solid #F6EC8E;
 border-right: 7px solid #F6EC8E;
 border-bottom: 1px #F6EC8E;
 border-left: 1px solid #F6EC8E;
 background: #1E6BFA;
 }

/* Spalte links (Navigation) */

/* sorgt fuer die Ränder und Hintergrundfarbe des gesamten Navigationsmenues */	 
div#sidebar {
background: #FCFBDD;
}

#sidebar {
float:left;
width: 189px;
font: normal 0.8em verdana, sans-serif;
padding:0;
margin: 0;
background : #FCFBDD;
}

#sidebar h2 {
font : bold 1em verdana, sans-serif;
letter-spacing: 0.1em;
color:#666;
margin : 0;
padding :15px 5px 5px 15px;
border-bottom: 1px solid #F6EC8E;
background: url(images/bglink.jpg) repeat-x;
}

#sidebar .line {
padding :0 0 5px 0;
border-bottom: 1px solid #F6EC8E;
}

#sidebar p {
padding:10px 5px 10px 15px;
color:#000;
background: #FCFBDD;
}

#sidebar img {
margin-left:15px;
}



/* 2. Dynamische Navigation */

/* Listenformatierung */

#sidebar ul {
margin: 20px 0 30px;
padding:0 0 0 15px;
list-style:none;
line-height: 1.4em;
}

#sidebar li {
list-style:none;
display:inline;
}

#sidebar a {
text-decoration: underline;
display:block;
color:#000; 
margin:4px 0 0;
padding: 0 0 0 20px;
background: url(images/butpass.gif) 0 0.2em no-repeat;
}

#sidebar ul ul {
margin: 0 0 5px 18px;
line-height: 1.4em;
}

#sidebar a:visited {
color:#666;
}

#sidebar a.butpfad, #sidebar a:visited.butpfad {
background: url(images/butpfad.gif) 0 0.2em no-repeat;
}

#sidebar a:hover, #sidebar a:hover.butpfad  {
background: #fff url(images/buthover.gif) 0 0.2em no-repeat;
text-decoration:none;
border-bottom: #F6EC8E 1px solid;
}
 
/* stärkere Kontraste beim Antabben: */ 
#sidebar a:focus, #sidebar a:active {
 color:#FCFBDD;
 font-weight:bold;
 border-top: 1px solid #F6EC8E;
 border-right: 7px solid #F6EC8E;
 border-bottom: 1px #F6EC8E;
 border-left: 1px solid #F6EC8E;
 background: #1E6BFA;
 }

/* Klasse für die aktive Seite */

#sidebar .butakt        {
display : block;
font-weight:bold;
margin:5px 0 0;
padding: 0 0 0 20px;
background: #fff url(images/butakt.gif) 0 0.2em no-repeat;
border-top: #F6EC8E 1px solid;
border-bottom: #F6EC8E 1px solid;
}

/* Klasse für No-navigation */

#sidebar .nonavi a,
#sidebar .nonavi a:hover,
#sidebar .nonavi a:active,
#sidebar .nonavi a:focus {
display:inline;
color:#000; 
margin:0;
padding: 0;
background: none;
border: 0;
}

#sidebar .nonavi img {
margin:0;
padding:4px;
background: #fff;
border: 1px solid #ddd;
}

/* Content */
#content {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
font: normal 0.8em  Verdana, Arial, Helvetica, sans-serif;
padding: 0;
background: #fff ; 
color: #000; 
border-left: 189px solid #FCFBDD; /* mit linkem Rahmen in der Breite und BG-Color von menue2, damit die linke Spalte durchgeht bis zum Seitenende */
}

/* Beginn Regeln für Clearing im content */
.floatclear {
display:inline-block;
width:100%;
}
/* Hide from IE Mac \*/
* html .floatclear {
height:1%;
width:auto;
}
.floatclear {
display:table;
}
/* End hide from IE-mac */
/* Ende Regeln für Clearing im content */

/* Form-Antwort */
#content2 {
font: normal 0.8em  Verdana, Arial, Helvetica, sans-serif;
padding: 0;
background: #fff ; 
color: #000;
}

#content p,
#content2 p {
line-height: 150%;
padding: 0 40px 20px 40px;
}

#content p.line {
margin: 0 40px 30px 40px;
border-bottom: 1px solid #ddd;
}

.imp {
font-weight: bold;
}

.imp2 {
font-weight: bold;
border-bottom: 2px dotted #ff0000;
}

.imp3 {
font-style: italic;
color:#EEAB00; /* gold */
}

.imp4 {
font-weight: bold;
background: #ffcc00 ;/* hellgold */
}

.ok {
background: url(images/hakerl.gif) 1.5em 0 no-repeat;
}

#content .impall {
font-weight: bold;
font-size: 1.4em;
color: #ff0033; 
}

#content .impbonus {
font-weight: bold;
font-size: 1.4em;
color: #72a710; 
}

#content p.absatz {
margin-bottom: 20px;
}

#content a {
height: 1%; /* damit der IE den ganzen Link aktiviert */
text-decoration: none;
background-color: transparent;
color: #1E6BFA;
border-bottom: 1px solid #1E6BFA;
}

#content a:hover {
background-color: transparent; 
color: #1E6BFA;
border-bottom: 2px solid #1E6BFA;
}

#content .borderless a,
#content .borderless a:hover,
#content .borderless a:active,
#content .borderless a:focus {
border: 0;
}

#content .rahmen {
padding:6px;
background: #fff;
border: 1px solid #ddd;
}

#content .center {
text-align: center;
}

#content .bildunter {
font-size: 90%;
}

#content p.topper {
font-weight: bold;
font-size: 2em;
padding: 50px 20px 20px 40px;
text-align: right;
}

#content ul,
#content ol {
line-height: 130%;
padding: 0 60px 10px 60px;
}

#content li {
padding: 0 60px 10px 15px;
background: #fff url(images/list.gif) 0 0.4em no-repeat;
}

#content img.links   {
float: left;  
margin: 5px 20px 5px 40px;  
padding:4px;
background: #fff;
border: 1px solid #ddd;
}

#content img.rechts   {
float: right;  
margin: 5px 20px 5px 20px;  
padding:4px;
background: #fff;
border: 1px solid #ddd;
}

#content img.linksborderless   {
float: left;  
margin: 5px 20px 5px 40px;  
padding:4px;
background: #fff;
border: 0;
}

#content img.rechtsborderless   {
float: right;  
margin: 5px 20px 5px 20px;  
padding:4px;
background: #fff;
border: 0;
}

/* Bild rechts mit Bildunterschrift */
#content dl.bildunterrechts   {
float: right;  
margin-right: 20px;  
margin-left: 20px;  
text-align: center;
padding:4px;
background: #fff;
border: 1px solid #ddd;
}

#content p.links   {
float: left;  
width:15em; 
}

#content p.rechts   {
float: right;
width:15em;
margin-left: 1em;
padding-right: 5em;
padding-left: 1em;
border-left: 1px solid #ddd; 
}

/* Tabellenformatierung */
#content table,
#content2 table   {
width:90%;
margin: 10px 30px 20px 40px;
border: 1px solid #ddd;
background: #fff;
}

#content table caption  {
margin-top: 10px;
font-size: 1.4em;
color: #666;
}

#content table th  {
font-size: 1.5em;
color: #f4d02e;
background: #fff url(images/backbody.jpg) 0 -7em repeat-x;
}

#content table tr   {
background: #fff; 
}

#content table tr.alt   {
background: #fff url(images/bgcell.jpg) repeat-x; 
}

#content table th, table td   {
margin: 0;
padding: 8px 20px;
text-align: center;
vertical-align: bottom;
border-bottom: 1px solid #ddd;
}

#content table .name   {
text-align: left;
vertical-align: top;
padding-left: 50px;
}

#content table .name1   {
font-weight: bold;
text-align: left;
vertical-align: top;
}

#content table .name2   {
text-align: left;
vertical-align: top;
font-weight: bold;
border-bottom: 1px dotted #ddd;
}

#content table .name3   {
text-align: left;
vertical-align: top;
padding-left: 40px;
background: #fff url(images/list.gif) 1.8em 0.85em no-repeat;
}

#content table .nametopleft   {
font-size: 1.2em;
text-align: left;
vertical-align: bottom;
}

#content table .nametopcenter   {
font-size: 1.2em;
text-align: center;
vertical-align: bottom;
}

#content p.clearboth   {
clear: both;  
}

#content p.clearleft   {
clear: left;  
}

#content p.clearright   {
clear: right;  
}

/* Tooltipps */
#content a.tt { 
position: relative; 
z-index : 24; 
color : #000; 
text-decoration: none; 
cursor: help;
border-bottom: 1px dotted #1E6BFA;
}

#content a.tt:hover { 
z-index: 25; 
background-color: #EBEFFC; 
text-decoration : none; 
}

#content a.tt span { 
display: none; 
}

#content a.tt:hover span { 
display: block; 
position: absolute; 
top: 2em; 
left: 2em; 
width: 20em; 
border: 1px solid #707070; 
background-color: #FCFBDD;
color: #000000; 
text-align: left; 
padding: 2px; 
font-size: 11px; 
text-decoration: none; 
}	

#content .printer {
padding-right:40px;
background:#fff url(images/drucken.gif) 600px 0.3em no-repeat;
}	
	
button {
border:0;
background:none;
height:0px;
margin:0;
padding:0;
font-size:1em;
position:absolute;
}


/* ====================================================
+++++++++++++++Formatierung Formular+++++++++++++++++++
==================================================== */

form {
background: #fff url(images/backbody.jpg) 0 -8em repeat-x;
width: 500px; /* Breite des Formulars */
margin: 10px 0 0 40px;
padding: 10px 30px;
border: 1px solid #ddd;
}

fieldset {
border: 1px solid #ddd; 	
padding: 5px 100px;
} 

legend {
font-size: 120%;
font-weight: bold;
letter-spacing: 4px;
padding: 40px 0; 
} 

#input {
display: block; /* Beschriftung auf eigener Zeile */
}  

#vorname,
#name,
#strasse,
#postleitzahl,
#ort,
#land,
#telefon,
#fax,
#email,
textarea {
width: 300px;  /* Eingabefelfer gleich lang */ 
border: 1px solid #ddd;
margin-bottom: 1em;
}

textarea {
height: 7em; 
} 

#submit,
#reset {
color: #000; 
background: #fff;
font-weight: bold;
letter-spacing: 4px;
border: 3px double #ddd; 
margin-top: 10px;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
#submit:focus,
#submit:hover,
#reset:focus,
#reset:hover {
background: #F6EC8E;
} 

/* Boxbeginn */
.boxfloatright {
float: right;
padding: 5px 10px 5px 10px;
display: block;
}

.boxfloatleft {
float: left;
padding: 10px 10px 10px 40px;
display: block;
}

.boxfloatno {
padding: 50px 10px 10px 30px;
display: block;
}

.box {
width: 340px;
}

.boxfloatno .box {
width: 700px;
}

.ro {
	background:  url("images/box_ro.gif") top right no-repeat;
}

.lo {
	background:  url("images/box_lo.gif") top left no-repeat;
}

.ru {
	background:  url("images/box_ru.gif") bottom right no-repeat;
}

.lu {
	background:  url("images/box_lu.gif") bottom left no-repeat;
}

.boxinhalt {
	margin:0;
	padding:1.5em 0.5em 2.5em 0.5em;
}

.boxinhalt p {
	margin:0;
	padding:10px;
	font-weight: bold;
}

.boxinhalt h4 {
	margin: 0 5px 15px 5px;
	border-bottom: #ddd 1px solid;
}

/* Formatierung Bildergalerie */
#bildergalerie {
float: left;
width: 600px;
padding: 10px 0;
margin-left: 40px;
border: 2px solid #E7EAFE;
background: #fff url(images/backbody.jpg) 0 0  repeat-x;
}

#bildergalerie dl {
float: left;
width: 560px; /* nötig für den IE/Mac: 600px Gesamtbreite abzgl. 2x20px fuer die seitl. Raender */
margin: 10px 20px;
padding: 0;
display: inline; /* fixt den Bug der Randverdoppelung im IE/Win */
}

#bildergalerie dt {
float: right;
width: 282px; /* 600px Gesamtbreite abzgl. 2x20px seitl. Raender abzgl. Bildbreite abzgl. margin, padding, border des Bildes */
margin: 0;
padding-bottom: 10px;
font-size: 130%;
letter-spacing: 1px;
color: #627081;
}

#bildergalerie dd {
margin: 0;
padding: 0;
font-size: 85%;
line-height: 1.5em;
color: #666;
}

#bildergalerie p {
margin: 0;
padding: 0 0 10px 0;
}

#bildergalerie dd.img img {
float: left;
margin:0 8px 0 0;
padding: 4px;
border: 1px solid #ddd;
background: #fff;
}

/* umgekehrter Float eines Bildes in der Bildergalerie */

#bildergalerie .alt dt {
float: left;
}

#bildergalerie .alt dd.img img {
float: right;
margin:0 0 0 8px;
}

/* Footer */
#footer {
clear: both;
height: 29px;
background: #FCFBDD url(images/bgfooter.jpg) repeat-x; 
color: #000;
}

#footer p {
position: absolute; 
left: 320px;
padding: 8px 15px;
font-size: 70%;
letter-spacing: 2px;
} 

#footer a {
text-decoration: none;
background-color: transparent;
color: #1E6BFA;
border: 0 none;
}

#footer a:hover {
background-color: transparent;
color: #1E6BFA;
border-bottom: 2px solid #1E6BFA;
}

/* Ausgeblendetes */

.invis, 
.here, 
hr, 
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0px;
height: 0px;
overflow: hidden;
display: inline;
}
