BODY {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin: 0px;
}

td {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}

a { font-size: 13px; text-decoration: underline; color: #037BBF;}
a:hover { color: #333333; text-decoration: none;}

a.oben-menu {

font-size: 11px;
line-height: 13px;
text-decoration: none;
color: #FFFFFF;
padding-right: 10px;
padding-left: 10px;

}

a.oben-menu:hover {

color: #FFFFFF;
text-decoration: underline;

}


h1 {
	font-size:19px;
	line-height: 22px;
	font-weight: bold;
	color: #264571;
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	font-size:15px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

.footertext {

	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}



#container {

	width: 850px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

}

#headmenu {

	height: 28px;
	background-color: #FF0000;
	text-align: right;
	padding-top: 8px;
}

#headlogo {

	height: 119px;
	width: 850px;
	background-image: url(../images/headlogo.jpg);
}

#mainmenu {

	height: 36px;
	width: 850px;
	text-align: right;
	background-color: #FFFFFF;
}

#headbild {

	width: 850px;
	background-color: #FFFFFF;
}

#content {

	width: 850px;
	height: 100%;
	background-color: #FFFFFF;
}

#content-left {

	width: 330px;
	margin-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}

#content-right {

	width: 320px;
	margin-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: right;
}

#content-both {

	width: 680px;
	margin-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {

  	width: 850px;
	height: 178px;
  	margin: auto;
  	position:static;
  	bottom: 0px;
	background-image: url(../images/footer.jpg);
	background-color: #FFFFFF;
}


#footer-left {

  	width: 300px;
	margin-top: 40px;
	padding-left: 100px;
	text-align: left;
	float: left;
}

#footer-right {

  	width: 300px;
	margin-top: 40px;
	padding-right: 45px;
	text-align: right;
	float: right;
}

.clear {

	clear: both;
}