@charset "UTF-8";
/* CSS Document */


.untertitel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	text-align: left;
}

.fett {
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.balken-grau {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../images/balken-210-grau.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 200px;
	margin: 30px 0 0 0;
	padding: 3px 0 0 10px;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:26px;
	text-transform:none;
	text-align:center;
	font-weight:lighter;
}

h2 { 
padding:0; 
margin:0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
line-height: 20px; 
font-weight: bold;
	text-transform: uppercase;
}

h3 { 
padding:0; 
margin:0;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight:normal;
line-height: 20px; 
text-align:left;
}




hr {
	margin-top: 7px;
	margin-bottom: 7px;
	color: #999;
	height: 1px;
	border: 0;
	background-color: #999;
}

