/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}


/* Container  */

#container {
	margin: 0 10px;
	background-color: #fff;
}

/* unsichtbare Container  */

#kopf, #titel, #kleinnav, #navi, #navi_wissen, .a-z, #lex_suchen, #formular_wissen, .breadcrumbs, #inhalt30, #inhalt40, img, #MenuPos, .invis
{
	display:none;
}

div#MenuPos {visibility: hidden;}


/* Inhalt */

#content {
	width:100%;
	background-color: #FFFFFF;
	text-align:left;
}    

#inhalt, #inhalt60, #inhalt70, #inhalt80 {
	width: 100%;
}



/* Text */

#content p {
	margin: 5px 10px 10px 10px;
	line-height:120%;
}

#content h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	color:#000000;
}

#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	color:#000000;

}

#content h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 15px 10px 5px 10px;
	color:#000000;
}

#content h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 15px 10px 0 10px;
	color:#000000;
}


a, a:hover, a:active, a:visited {
	color: #000;
	text-decoration: underline;
	}
	
.weiss, a.weiss, a.weiss:hover, a.weiss:active, a.weiss:visited  {color:#000;}
.rot, a.rot, a.rot:hover, a.rot:active, a.rot:visited {color:#000;}
.gelb, a.gelb, a.gelb:hover, a.gelb:active, a.gelb:visited {color:#000;}
.orange, a.orange, a.orange:hover, a.orange:active, a.orange:visited {color:#000;}
.gruen, a.gruen, a.gruen:hover, a.gruen:active, a.gruen:visited {color:#000;}
.lila, a.lila, a.lila:hover, a.lila:active, a.lila:visited {color:#000;}
.grau, a.grau, a.grau:hover, a.grau:active, a.grau:visited {color:#000;}
a.navigation, a.navigation:hover, a.navigation:active, a.navigation:visited {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}




/* Extras: Wissenslexikon */


#inhalt_wissen {
	width: 78%;
	background-color: #FFFFFF;
}

#content_wissen {
	width: 60%;
	float: left;
	text-align: left;
}

#teaser_wissen {
	float: right;
	width: 38%;
	text-align: left;
}

#aktuell_wissen {
	margin: 5px;
	padding: 0 5px 5px 0;
	border: 1px solid #ccc;
}

#aktuell_wissen p {
	padding-top: 5px;
}	


/* Fuss und Sonstiges */

#fuss {
	text-align: left;
	padding: 10px;
	background-color: transparent;
	font-size: 0.8em;
	color:#666666;
	border-top:1px solid #666;
	margin-top:10px;
}

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

.links {
	float: left;
	margin: 15px;
}

