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


body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
}

.background {
	background-image:url(../img/bg_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position:fixed;
	width: 2500px;
	height: 1016px;
}

.kontakt{
	position: absolute;
	width: 500px;
	height: 500px;
	left: 80px;
	top: 300px;
}
#logo {
	position: absolute;
	width: 200px;
	height: 80px;
	top: 210px;
	left: 80px;
	z-index: 100;
}

#headline {
	font-weight: bold;
	margin-bottom: 10px;
}

a:link { line-height: 70px; font-weight:bold; color: #CCCCCC; text-decoration:none; margin-top: 10px;} 
a:visited { line-height: 70px; font-weight:bold; color: #FFFFFF; text-decoration:none;}
a:focus { line-height: 70px; font-weight:bold; color:#FFFFFF; text-decoration:underline;}
a:hover { line-height: 70px; font-weight:bold; color: #FFFFFF; text-decoration:underline;}
a:active { line-height: 70px; font-weight:bold; color: #CCCCCC; text-decoration:underline;} 
