/* CSS Document */
* {margin:0; padding:0}
/*anchor tags main*/
a, a:active, a:visited {text-decoration:none; color:#666867;}
a:hover {text-decoration:underline; color:#666867;}
/*end anchor tags main*/	

/*headlines*/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666867;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666867;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#666867;
}
#headline h1 {
	font-size:1.5em;
	font-weight:bold;
}
#headline {
	padding:40px 51px 0 51px;
}

/*end headlines*/
body {
	background-color:#fafaf9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:normal;
	line-height:normal;
}
#gesamt {
	width:924px;
	background-color:transparent;
	background-repeat:repeat-y;
}
#container101 {
	width:580px;
	color:#666867;
	font-family:Arial, Helvetica, sans-serif;
	padding:20px 0 0 51px;
}
#container101 h2 {font-size:1em;}
#lexikon {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color:#666867;	
}
.lexkategorie {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color:#666867;	
	/*abstandhalter*/margin:15px 20px;
} 
.lexkategorie a, .lexkategorie a:active, .lexkategorie a:visited {
	color:#666867;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}
.lexkategorie a:hover {
	color:#666867;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
}
.print {display:none}

