/* Styles fuer 2-Spalter Klassik, Variation */

* {
margin: 0;
padding: 0;
}

html, body {
height:100%;
}

body {
background-color: #fff;
color: #000;
font-family:Lucida Sans Unicode, Arial, Helvetica, sans-serif;
font-size:100.01%;
text-align:center;
}



/* 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;
}

#leiste1 {
display:none;
}

#drucknavimg {
display:none;
}

#leiste2 {
display:none;
}

/* Container */

#container {
position:relative;
margin:0;
width:100%;
background-image:none;
}

#lzg-logo {
display:none;
}

#mp-logo {
display:none;
}


#content {
height:1%;
margin-left: 0;
background-image:none;
}

#breadcrumb {
display:none;
}


#textbereich {
margin: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.2em;
color: #666;
font-weight: bold;
padding: 50px 20px 0 30px;
}

#textbereich h2 {
font-size:1em;
font-weight: bold;
color:#999;
padding: 20px 20px 0 30px;
}

#textbereich h3 {
font-size:1em;
font-weight:bold;
color:#ccc;
padding: 20px 20px 0 30px;
}

#textbereich p {
line-height:130%;
padding:20px 20px 0 30px;
}

#textbereich ul, #textbereich ol {
line-height: 130%;
padding:20px 20px 0 50px;
}

#textbereich ul {
list-style-image:none;
list-style-type:circle;
}

#textbereich li {
margin:0 0 10px 0;
}

#textbereich a, #textbereich a:visited {
text-decoration:underline;
color: #333;
border:none;
}

#textbereich a:hover, #textbereich a:active, #textbereich a:focus {
color:#333;
border:none;
}


/* Formular */

fieldset {
margin-left:30px;
}

legend {
color:#333;
font-weight:bold;
font-size:1.1em;
padding:0 20px 20px 20px;
}


/* Tabelle */

table {
border: 1px solid #ccc;
border-collapse:collapse;
margin:0 20px 20px 30px;
font-size:0.9em;
}
	
td {
border: 1px solid #ccc;
padding: 4px 6px;
}

th {
color: #333;
font-weight: bold;
padding: 4px 6px;
border: 1px solid #ccc;
}


/* ---- */
.invis {
display: none;
}

.rechts {
float:right;
margin:5px;
}

.links {
float:left;
margin-right:5px;
}

.klein {
font-size:0.9em;
}

.grau {
color:#999;
}

.marker {
font-weight:bold;
color:#000;
}

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;
}


/* Typo3-Formatierungen */


.csc-textpic-caption {
font-size:0.75em;
font-family: "Lucida Sans Unicode", Arial,sans-serif;
font-weight:normal;
color:#666;
width:250px;
}

div.csc-textpic-clear {
clear:none;
}

div.csc-textpic csc-textpic-intext-left,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap
 {
padding-left:30px;
}


