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

* {
	padding:0px;
	margin:0px;
}

body {
	background-image:url(../images/bg.png);
	background-repeat:repeat;
}

* { 
	padding: 0;
	margin: 0;
}

/* DIV-CONTAINER */

#wrapper {
	position:relative;
	top: 70px;
	width: 905px;
	height:520;
}

#main {
	position:absolute;
	background-image:url(../images/bg_content.png);
	background-repeat:no-repeat;
	width: 820px;
	height: 520px;
	top: 0px;
	left: 0px;
}

#logo {
	position:absolute;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width: 407px;
	height: 103px;
	top: 40px;
	left: 206px;
}

#content {
	position:absolute;
	width: 640px;
	height: 300px;
	top: 215px;
	left: 110px;
	text-align:left;
}

#content_2 {
	position:absolute;
	width: 640px;
	height: 100px;
	top: 415px;
	left: 110px;
	text-align:left;
}

#kontakt {
	position:absolute;
	background-image:url(../images/bg_kontakt.png);
	background-repeat:no-repeat;
	width: 195px;
	height: 300px;
	top:115px;
	left: 810px;
}

#kontakt_content {
	position:absolute;
	width: 120px;
	height: 160px;
	top: 57px;
	left: 20px;
	text-align:left;
}

#impressum {
	position:absolute;
	text-align:right;
	width: 70px;
	height: 20px;
	top: 488px;
	right: 18px;
}

/* TEXTE */

h1 {
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	line-height:1.2;
	font-weight:normal;
	color:#ffffff;
}

p {
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:1.5;
}
	
.text_kontakt {
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:1.5;
}	

.text_kontakt a:link, .text_kontakt a:visited, .text_kontakt a:focus {
	color:#666666;
	text-decoration: none;
}

.text_kontakt a:hover, .text_kontakt a:active {
	color:#999999;
	text-decoration: none;
}

p a:link, p a:visited, p a:focus, p a:hover, p a:active {
	color:#ffffff;
	text-decoration: none;
}	