body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}
#container {
	background-image: url(../images/site/background.jpg);
	height: 1040px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
#header {
	float: left;
	width: 1024px;
	height: 330px;
}
#nav {
	height: 165px;
	width: 580px;
	float: left;
	margin-left: 210px;
}

#content {
	float: left;
	height: 430px;
	width: 655px;
	margin-left: 180px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#content2 {
	float: left;
	height: 430px;
	width: 655px;
	background-repeat: repeat;
	background-attachment: scroll;
	overflow: auto;
	background-image: url(../images/site/content_bg.png);
	text-align: justify;
	scrollbar-dlight-color: #7D7E94;
	scrollbar-track-color: #7D7E94;
}
}


#container #content #content2 table a {
	color: #000;
}
#container #content #content2 #content2_headline {
	font-weight: bold;
}
#spacer5px {
	height: 5px;
	width: 100%;
}
#spacer30px {
	height: 30px;
	width: 100%;
}

#kontakt {
	text-align: center;
}

#headline {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#news_left {
	float: left;
	height: 300px;
	width: 49%;
}
#news_right {
	float: right;
	height: 300px;
	width: 49%;
}



#footer {
	float: left;
	height: 70px;
	width: 700px;
	margin-left: 160px;
}
