body {
	font-family: 'Magra', sans-serif;
	font-size: 1.2em;
	font-style: normal;
	color: #333;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color:#fff;
}

body, html
{
	height:100%;
	width:99%;
	margin:0;
	padding:0;
	background-color: #ded800;
}

#balken
{
	background-attachment:fixed;
	background-color:#444;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
	position:fixed;
	top: 180px;
	width: 100%;
	text-align:center;
}


#slogan
{
	height: 150px;
	text-align:center;
	position:fixed;
	top: 80px;
	width: 100%;
} 


#kontakt
{
	height: 80px;
	position:fixed;
	top: 675px;
	width: 100%;
	text-align:center;
} 



#copy {
	border:0;
	position: absolute;
	width: 100%;
	font-size:8pt;
	color: #999;
	z-index:4;
	top:610px;
	left:20%;
}


