BODY {
	background-color: #000000;
 	text-align:center;
	background-image: url(startseite-background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;

	margin: 0px;
}

td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
}

A, A:active, A:visited { font-size: 14px; text-decoration: underline; color: #FFFFFF;}
A:hover { color: #CCCCCC; text-decoration: none;}


A.main-menu, A.main-menu:visited, A.main-menu:active {

font-size: 27px;
line-height: 32px;
padding-right: 20px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
text-shadow: 4px 4px 4px #000000;

}

A.main-menu:hover {

color: #FFCD0C;
text-decoration: none;
text-shadow: none;

}








h1 {
	font-size:20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 4px 4px 4px #000000;
}


#container {

	width: 791px;
	margin-left: auto;
	margin-right: auto;
}

#content {

	width: 791px;
	height: 569px;
	text-align: left;
	background-image: url(startseite-main-background.jpg);
}

#inner-content {

	width: 550px;
	margin-left: 40px;
	padding-top: 110px;

}






#footer {

  	width: 818px;
	height: 271px;
	float: left;
	background-image: url(../images/footer.jpg);
}


#clear {

	clear: both;
}