a:link{color: #ffbc01; font-weight: bold;}
a:visited{color: #ffbc01; font-weight: bold;}
a:hover{color: #ffbc01; font-weight: bold;}
a:active{color: #000000; font-weight: bold;}

body{
	font-family: Arial, helvetica;
}

#header{
	position: absolute;
	left: 0px;
	top: 0px;

	width: 100%;
	height: 126px;
	background-image: url("headerbackground.png");
	border-bottom: 2px #000 solid;
	z-index: -55;
}

#container{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 990px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

#container #titel{
	margin-top: 90px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}

#container #footer{
	margin-top: 400px;
	font-size: 10px;
	text-align: right;
	float: right;
}

.textblock{
	width: 460px;

}