* {
	margin: 0 auto;
	padding: 0px;
}
body	{
	background-color:#FFFFFF;
	text-align:center;
	color: #787878;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}
img {
	border:none;
}
h1,h2{
	color:#46505a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color:#46505a;
	text-decoration:none;
}
a:hover {
	color:#8c8c8c
}
a:focus{
	outline: none;
}
#navigation_container{
	width:550px;
	height:67px;
	position:relative;
	text-align:left;
	z-index:1;
}
#navigation{
	width:550px;
}
#balken{
	width:100%;
	height:330px;
	position:absolute;
	top:67px;
	left:0;
}
#balken_anzeige{
	width:100%;
	height:330px;
	background-color:#e6e6e6;
	position:absolute;
	top:0;
	left:0;
}
#flash{
	width:100%;
	height: 440px;
	position:relative;
}
#content_container{
	width:550px;
	height:auto;
	position:relative;
	top:360px;
}
#content_container_flash{
	width:550px;
	height:auto;
	position:relative;
	top:430px;
}
.content_spalte{
	width:255px;
	height:auto;
	float:left;
	text-align:left;
}
.headline{
	width:auto;
	height:14px;
}
.content_spalte p{
	margin-top: 13px;
	margin-bottom:20px;
}
#logo_small{
	width: 77px;
	height: 50px;
	background-image:url(../img/logo_small.gif);
	position:absolute;
	top:9px;
	right:12px;
}
