/* Styles fuer 2-Spalter Klassik, Variation */

* {
margin: 0;
padding: 0;
}

body {
background-color: #fff;
color: #000;
}

/* Container */

#wrapper {
position:relative;
margin: 0 20px 0 20px;
background-color: #FFFFFF;
text-align:left;
}

/* Kopf */

#header {
display:none;
}


.headerimg {
display:none;
}

#servicenav {
display:none;
}


#drucknav {
display:none;
}

#drucknavimg {
display:none;
}


/* Container */

#container {
margin:0;
width:100%;
font-family:"Lucida Sans Unicode", Helvetica, Arial, sans-serif;
background-image:none;
border:none;
}

#randdiv {
display:none;
}

/*Klickpfad*/

#breadcrumb {
display:none;
}



#content {
height:1%;
margin-left: 0;
background-image:none;
}

* html #content {
margin-left:-20px;
}


#textbereich {
margin:0;
}

#rechte_spalte {
display:none;
}

.infokasten {
display:none;
}



/* Navigation*/


#container_links {
display:none;
}

#hauptnav {
display:none;
}




/* 	Text Formatierung */
img {
	border: 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:1.1em;
padding:20px 20px 0 30px;
font-weight: bold;
color:#999;
}

#textbereich h3 {
font-size:1em;
font-weight:bold;
color:#ccc;
padding:20px 20px 0 30px;
}

#textbereich p {
font-size:0.9em;
line-height:130%;
padding:20px 20px 0 30px;
}

#textbereich ul, #textbereich ol {
line-height: 130%;
padding:20px 20px 0 50px;
font-size:0.9em;
}

#textbereich ul {
list-style-image:none;
list-style-type:circle;
}

#textbereich li {
margin:5px 0;
}

#textbereich a, #rechte_spalte a {
text-decoration:underline;
color: #333;
border:none;
}

#textbereich a:hover, #rechte_spalte a:hover {
color:#333;
border:none;
}

/* ---- */
.invis {
display: none;
}

.rechts {
float:right;
margin:5px;
}