/* Styles fuer 2-Spalter Klassik, Variation */

* {
margin: 0;
padding: 0;
}

html, body {
height:100%;
}

body {
background-color: #fff;
color: #000;
font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
font-size:100%;
text-align:center;
}

/**
 *
 * Skip-Links und versteckte Inhalte
 */

/* Klassen fuer unsichtbare Elemente im Basislayout */
.skip {
display:none;
}


.topnav {
display:none;}


/* Container */

#wrapper {
position:relative;
margin: 0 auto 0 auto;
width:90%;
background-color: #FFFFFF;
text-align:left;
}

/* 3pixel-bug ie6: gefloatete container nicht nebeneinander */
#static {
	height:1px;
	width:1px;
	position:absolute;
	top:-100px;
	left:-100px;
}



/* Kopf */

#header {
display:none;
}


#logo {
display:none;
}

#servicenav {
display:none;
}


#leiste1 {
display:none;
}

#drucknavimg {
display:none;
}


#leiste2 {
display:none;
}

/* Container */

#container {
position:relative;
margin:0;
zoom:1; /* für IE6 hasLayout */
width:100%;
background-image:none;
}

#lzg-logo {
display:none;
}

#content {
height:1%;
margin: 0;
padding:0;
background-image:none;
}

#textbereich {
margin-right:0;
font-size:0.9em;
}

#rechte_spalte {
display:none;
}


.infokasten {
display:none;
}


/* Navigation*/

 /* IE CSS Hack by vbdesigns.de */
* html #hauptnav { 
display:none; 
} 

* html #content {
margin:0 0 0 197px;
}

/* ---- */


#hauptnav {
display:none;
}



/* 	Text Formatierung */
img, img a {
	border: none;
}

/* 	Um die unterschiedlichen Standard-Abstaende fuer versch. Broweser zu ueberschreiben */
ul, ol, li {
	padding: 0;
	margin: 0;
}

#textbereich h1 {
font-size:1.3em;
color: #333;
font-weight: normal;
padding: 10px 0 10px 30px;
}

#textbereich h2 {
font-size:1.1em;
font-weight: normal;
color:#333;
padding: 20px 0 10px 30px;
}

#textbereich h3 {
font-size:1em;
font-weight:bold;
color:#000;
padding: 15px 0 10px 30px;
}

#textbereich p {
line-height:130%;
padding:10px 20px 10px 30px;
}

#textbereich ul, #textbereich ol {
line-height: 130%;
padding: 0 0 10px 50px;
}

#textbereich ul li ul, #textbereich ol li ol {
padding-top: 0;
}

#textbereich ul {
list-style-image: none;
list-style-type:circle;
}

#textbereich ul li {
margin:5px 0 5px 0;
}

#textbereich ul ul li, #textbereich ul ul ul li {
margin:5px 0;
} 

#textbereich a, #rechte_spalte a {
color: #333;
}

#textbereich a:hover, #textbereich a:active, #textbereich a:focus,
#rechte_spalte a:hover, #rechte_spalte a:active, #rechte_spalte a:focus {
color:#333;
}


#breadcrumb {
display:none;
}



/* Formular */

fieldset {
margin-left:30px;
}

legend {
color:#1e90ff;
font-weight:bold;
font-size:1.1em;
padding:0 20px 20px 20px;
}

/* ---- */
.invis {
display: none;
}

.rechts {
float:right;
margin:5px;
}

.links {
float:left;
margin-right:5px;
}

.klein, .small {
font-size:0.9em;
}

.marker {
font-weight:bold;
color:#1E90ff;
}

.fussnote {
margin-top:30px;
font-size:0.9em;
color:#999999;
}

hr {
background-color:#ddd; /* Mozilla 1.4 */
color:#ddd; /* IE 6 */
border: #ddd; /* Opera 7.11 */
height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
margin: 0 0 10px 30px;
}
