body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #349dc4;
}
p {
	margin: 12px 0px 12px 0px;
}
p.first {
	margin: 0px 0px 12px 0px;
}
h1 {
	color: white;
	font-size: 14px;
	line-height: 18px;
	margin: 2px 0px 2px 0px;
}
h3 {
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	margin: 2px 0px 2px 0px;
	border-bottom: 1px solid black;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.clearer {
	clear: both;
}
a, a:link, a:visited {
	color: #e7a922;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #f31411;
	text-decoration:underline;
	border: none;
}
p.angaben {
	margin: 5px 0px 5px 15px;
}