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

* {
margin: 0;
padding: 0;
}

html, body {
height:100%;
}

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

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

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

/* Skip-Links fuer Tab-Navigation sichtbar schalten */
.skip:focus, .skip:active {
  position: static;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
}

.topnav {
display:none;
}

.topnav a {
display:none;
}


/* Container */

#wrapper {
position:relative;
margin: 0 20px 0 20px;
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;
}

#drucknavimg {
display:none;
}


#leiste1 {
display:none;
}

#titel {
display:none;
}


#leiste2 {
display:none;
}

#search {
display:none;
}


/* Container */

#container {
position:relative;
margin:0;
width:100%;
background-image:none;
}

#lzg-logo {
display:none;
}

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

#breadcrumb {
display:none;
}


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

#rechte_spalte {
display:none;
}

.infokasten {
display:none;
}

/* Navigation*/


#hauptnav {
display:none;
}


/* 	Text Formatierung */
img {
display: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: bold;
padding: 0 0 20px 0;
}

#textbereich h2 {
font-size:1.1em;
font-weight: bold;
color:#999999;
padding: 0 0 10px 0;
}

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

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

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

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

#textbereich li {
margin:10px;
}

#textbereich ul li ul {
padding-bottom:0;
}

#textbereich a, #textbereich a:visited {
text-decoration:none;
color: #000;
border-bottom: 1px solid #ccc;
}

#textbereich a:hover, #textbereich a:active, #textbereich a:focus {
color:#000;
border:none;
}

.partner {
display:none;
}


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

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

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

.klein {
font-size:0.9em;
}

.grau {
color:#999;
}

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;
}



