h1 {
	font-size: 15px;
	color: #505050;
	font-weight: bold;
	margin-bottom: 10px;
	

}

h3 {
	font-size: 12px;
	color: #505050;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #505050;
	font-weight: bold;
	margin-bottom: 10px;
	

}

h4 {
	font-size: 11px;
	color: #505050;
	text-decoration: underline;
	margin-bottom: 5px;
	

}

h5 {
	font-size: 12px;
	margin-top: 10px;
}


p {
	line-height: 15px;
	margin: 7px 0px 7px 0px;
}

.pfeil {
	color: #ed1c24;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
}

.headline {
	background-image: url(../img/headline.jpg);
	height: 18px;
	padding: 3px 0px 0px 10px;
	
}

a:link, a:visited {
	
color: #ed1c24;

}

a:focus, a:hover, a:active {
	color: #616161;
}


strong {
	font-weight: bold;
}

.b {
	font-weight: bold;
}


p.red {
	color: #ed1c24;
}

.height {
	line-height: 18px;
}

.underline {
 text-decoration: underline;	
	
}


.right {
	text-align: right;

}

.float_left {
	float: left;
	margin: 20px 40px 20px 0px;
}


.clear {
	clear: both;
}


li {
	line-height: 18px;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
}

