/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
.slogan{
	color: #888888;
}
.ueberschrift { 
	margin-top: 5px;
	padding-bottom: 17px;
/*	margin-bottom: 40px;*/
	font-size: 1.96em;
	color: #4B4B4B;
/*	font-weight: bold;*/
}
.fett{
	font-weight: bold;
}
.warnung{
	font-weight: bold;
	color: #FF0000;
}
.rot{
	color:#FF0000;
}
.zitat{
	font-variant: small-caps;
}
.small{
	font-size: 0.82em;
}
.copy{
	font-size:0.62em;
	text-decoration: none;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #B22222;
	}
a:hover, a:focus {
	color: #000;
}
#losung{
	color:#666;	
}



