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

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../images/background.png) repeat-x #f3f3f3 top center;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin: 0 0 15px 0;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	margin: 0 0 15px 0;
}
div#container{
	margin: 0 auto;
	padding: 0;
	width: 906px;
}
div#content{
	width: 906px;
	float: left;
	background: url(../images/content_repeat.png) repeat-y;
}
div#contentoverlay{
	background: url(../images/background_content.jpg) no-repeat top center;
	float: left;
	width: 906px;
}
div#contenttop{
	background: url(../images/content_top.png) no-repeat top center; 
	width: 906px;
	height: 16px;
	margin: 25px 0 0 0;
}
div#linkscontent{
	width: 320px;
	float: left;
	padding: 45px 0 45px 45px;
	margin: 0 auto;
	text-align: center;
}
.topimage{
	margin: 0 0 80px 0;
}
.subimage{
	margin: 0 0 40px 0;
}
div#rechtscontent{
	width: 445px;
	float: left;
	padding: 45px;
}
.heading{
	font-weight:bold;
}
div#contentfooter{
	width: 906px;
	background: url(../images/content_footer.png) no-repeat;
	height: 8px;
	float: left;
}
div#footer{
	color: #7b7b7b;
	width: 900px;
	float: left;
	padding: 3px;
	margin: 5px 0 40px 0;
}
div#footer a{
	color: #7b7b7b;
	text-decoration: none;
	font-weight: bold;
}
div#footer a:hover{
	color: #7b7b7b;
	text-decoration: underline;
}
div#linksfooter{
	float: left;
	width: 450px;
}
div#rechtsfooter{
	float: right;
	width: 450px;
	text-align: right;
}
