@charset "utf-8";
/* CSS Document */

body {
	
	background-color:#000000;
	margin: 0;
	background-image:url(img/bg%20img%20Kopie.jpg);
	background-repeat: repeat-x
	background-position: center top;
   
}

#light {
	background-image: url(img/protos.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 821px;
}


.kontakt {
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#7B869D;
	display: block;
	position:absolute;
	left: 179px;
	top: 269px;
}
a:hover {
color:#91A3B0;
text-decoration:underline;
}

a:link, a:visited, a:active {
color:#7D97AA;
text-decoration:underline;
}

* {
margin:0;
padding:0;
}
