@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	
	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7c8080;
	
	background-color:#ffffff;
}

*html body {
	text-align:center;
}

img {
	border:none;
}	

#header {
	position:relative;
	height:125px;
}

#logo {
	width:940px;
	
	text-align:center;
	position:absolute;
	top:5px;
	bottom:5px;
}

#text {
	width:940px;

	position:absolute;
	bottom:10px;
	text-align:center;
}

#container {
	position:relative;
	top:5%;
	width:940px;
		
	margin:0px auto;
	
	text-align:left;
}

#impressum {
	text-align:center;
}

#impressum p {
	margin:2px;
}

.left{
	float: left;
	font-size: 14pt;
}

.right{
	font-size: 14pt;
	float: right;
}