/*### Allgemein ###*/

body {
	background-color: #000000;
	margin: 0px;
}

td {
	font-family: tahoma;
	font-size: 11px;
}

/*### DIV Container ###*/

#header {
	width: 800px;
	height: 246px;
}

#nav {
	width: 800px;
	height: 20px;
	background-color: #ffffff;
	text-align: right;
}

#content_back {
	width: 800px;
	background-image: url(../gfx/content_back.gif);
	background-repeat: no-repeat;
	background-color: #99904A;
	border: 0px solid #000000;
}

#content {
	width: 700px;
	background-color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	margin: 30px 0px 30px 70px;
}


/*### Klassen ###*/

.nav {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.nav:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F70000;
	text-decoration: underline;
}

.content_text {
	padding: 20px;
}

.news_headline {
	font-size: 14px;
	font-weight: bold;
}

#footer {
	font-family: tahoma;
	font-size: 10px;
	color: #f6f6f6;
	width: 800px;
	text-align: right;
}