@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html { height: 100%;
	overflow: hidden;}

body {
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	overflow: hidden;
	height: 100%;
}
a {
	color: #000;
}
img {
	border: 0px;
	padding: 0;
	margin: 0;
	-ms-interpolation-mode:bicubic;
}
.seperator {
	height:1px;
	background-color:#000;
	color:#000;
	clear:both;
	border: 0;
	padding: 0;
	margin: 0;
	overflow:hidden
}

#bgimg {position: absolute; top:0px; left:0px; width:100%; height:100%; z-index: 0;}
#content_start {position: absolute; bottom:14%; left:0px; width:100%; overflow:hidden; z-index: 1;}
#content_kontakt {position: absolute; bottom:3%; left:0px; width:100%; overflow:hidden; z-index: 1;}
#border_top {height:33px; background:url(../bgimg/balken-top.png) repeat-x;position:relative;}
#border_bottom {height:33px; background:url(../bgimg/balken-bottom.png) repeat-x;position:relative;}
#content {background:url(../bgimg/content.png); padding: 20px 30px 20px 30px; overflow:hidden;z-index:2;}
#logozeile {overflow:hidden; width:100%; height:94px;margin-bottom:10px;}
#logo {overflow:hidden;width:304px;float:left;}
#kontakt {overflow:hidden;width:601px;float:right;padding-top:1px;}
#infozeile {overflow:hidden; width:100%;}
#info {overflow:hidden;float:left;margin-right:10px; margin-top:15px;}
#kontaktlink {overflow:hidden;float:right;text-align:right; margin-top:15px; white-space:nowrap;}

