body {
	margin: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333;
	background-image: none;
	background-repeat: repeat-y;
	background-position: top left;
}

@page { 
	size: A4;
	margin: 2cm 2cm 2cm 2cm;
	-fs-flow-top: "header";
	-fs-flow-bottom: "footer";
	-fs-flow-left: "left";
	-fs-flow-right: "right";
	padding: 0px;
	padding-bottom: 0.5cm;
	page-break-inside: avoid;
}


a img {
	border: 0px;
}

div.block {
	margin-right: 60px;
}
div.seite {
	page-break-after:always; 
	margin-bottom: 50px;
}

div#head {
	background-image: url('../images/bgtop.gif');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: right;
	padding-right: 30px;
}


div#footer {
	border-top: 1px solid #363636;
	padding-top: 4px;
	text-align: center;
	font-size: 11px;
}

h1 {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-weight: bold;
	color: #3f6895;
	font-size: 15px;
	border-bottom: 1px solid #e4392c;
	background-image: url('../images/h1-bullet.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	width: 100%;
}


h2 {
	margin: 0px;
	padding: 0px;
	color: #3f6895;
	font-weight: bold;
	font-size: 12px; 
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

