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

* {
	padding:0;
	margin:0;
	}
	
body {
	color:#042c5c;
	font:0.8em Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
	}
	
h1 a {
	width:238px;
	height:265px;
	position:absolute;
	top:183px;
	left:349px;
	background:url(../images/bg-logo-index.jpg) no-repeat;
	}
	
	h1 a:hover {
		background-position:-9999px 0;
		}
		
a {
	color:#042c5c;
	}
	
.no-text {
	display:block;
	font-size:1px;
	color:#fff;
	text-indent:-9999px;
	}
	
#container {
	width:980px;
	height:710px;
	margin:0 auto;
	background:url(../images/bg-container-index.jpg) no-repeat;
	position:relative;
	}
	
a#weiter {
	width:189px;
	height:36px;
	background:url(../images/bg-weiter-zur-website.jpg) no-repeat;
	position:absolute;
	top:488px;
	left:373px;
	}
	
	a#weiter:hover {
		background-position:-9999px 0;
			}
	
#container p {
	float:left;
	text-transform:uppercase;
	margin:0 30px 0 0;
	}
	
	#kontaktdaten {
		position:absolute;
		top:621px;
		left:120px;
		}
