@charset "UTF-8";

/* Body */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}


/* Header */

#stripes {
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 100%;
	position: absolute;
	top: 20px;
	visibility: visible;
	z-index: 1;
	float: left;
	overflow: hidden;
}

#logo {
	background-image: url(img/logo_print.gif);
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 141px;
	position: absolute;
	left: 60px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	visibility: visible;
	z-index: 100;
	background-repeat: no-repeat;
	float: none;
	overflow: hidden;
}




/* Hauptspalte */

#mainCol {
	width: 500px;
	position: absolute;
	visibility: visible;
	left: 73px;
	top: 90px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: left;
	float: left;
}
#imprint {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
}

