body {
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	border: 0px;
	color:#CCCCCC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#Container_Alles {
    width: 900px;	
	margin: auto;
	top: auto;
}

div#Box_Oben {
	height: 280px;
	width: 900px;
}

div#Logo {
	left: 1000px;
	top: 400px;
	border: thin none;
	color: #FFFFFF;
	margin-left: 5px;
	margin-top: 40px;
}
div#Box_Inhalt {
	width: 900px;
	/*height: 150px; */
	margin: auto;
	top: auto;
}
div#Navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	padding: 93px 0px 0px;
	border: 0px;
}
div#Inhalt_Links {
	width: 440px;
	border: thin none #FFFFFF;
	float: left;
}
div#Inhalt_Rechts {
	border: thin none #FFFFFF;
	left: 0px;
	width: 440px;
	float: right;
}
.h1_red {
/*    color: #990033; */
	color:#C2803D; 
	font-weight: bold;
	font-size: 16px;
}


.h2_red {
	color:#C2803D;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}



a {
	text-decoration: none;
	color:#CCCCCC;
}

a:hover {
    text-decoration:none;
	color:#C2803D;
}


.text {
	color: #CCCCCC;
}

.CD-Cover {
	border: thin solid;
	border-color:#999999;
}
.text-tabelle {
	font-size: 12px;
	line-height: 1.8;
	background-color: #000000;
}

.text-tabelle-GRAU {
    font-size: 12px;
	line-height: 1.8;
	background-color: #111111;
}
div#Footer {
	width: 890px;
	font-size: 10px;
	font-weight: bold;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}