body, td {
	font-family: Lucida Grande, Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 0px;
}
body {
	text-align: justify;
	background: #a05810 url(Bilder/HINTERGRUND.jpg) repeat;
}
table.dataTable td {
	border-bottom: 1px solid #C5823E;
}

h1{
	font-family: Lucida Grande, Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:500;
	color: #fff;
}

h2{
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	line-height:10px;
}
h3{
	font-family: Lucida Grande, Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	line-height: 1.3em;
}

#container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#HORIZONT {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 210px;
	background: transparent url(Bilder/HORIZONT.jpg) repeat-x center top;
	z-index: 1;
}

#Notenzeile {
	position:absolute;
	top: 288px;
	left: 0px;
	width: 100%;
	height: 20px;
	background: transparent url(Bilder/notenzeile.jpg) repeat-x center top;
	z-index: 2;
}


/*============================================ Großer-KONTAINER =======================================*/

 #MAIN {
	position: relative;
	margin: 0px auto 0px; /* top * left => "LAYOUT ZENTRIEREN"  */
	width: 985px;
	height: auto;
	z-index: 10;
}

#content {
/*
	position: absolute;
	top: 320px;
	left: 0px;
	bottom: 30px;
	z-index: 50;
*/
	width: 965px;
	height: auto;
	margin-bottom: 40px;
}

#ebene_rechts{
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: auto;
	z-index:60;
	float: right;
	margin-top: 40px;
}
#ebene_links{
	position: relative;
	float: left;
	width: 265px;
	height: auto;
	z-index:70;
	float:left;
}

#ebene_links_kontakt{
	position: relative;
	float: left;
	width: 370px;
	height: auto;
	z-index:70;
	float:left;
}
#ebene_rechts_kontakt{
	position: relative;
	top: 0px;
	left: 0px;
	width: 550px;
	height: auto;
	z-index:60;
	float: right;
	margin-top: 40px;
}

/* ############## Ebene CSs ################# */

#ebene_mitte_cd{
	position: relative;
	float: right;
	width: 900px;
	height: auto;
	z-index:70;
	margin-top: 40px;
}
#cd3{
	position: relative;
	float: right;
	width: 160px;
	height: 160px;
	background: transparent url(Bilder/cd3.jpg);
	margin-top: -25px;
}
#cd2{
	position: relative;
	float: right;
	width: 160px;
	height: 160px;
	background: transparent url(Bilder/cd2.jpg);
	margin-top: -25px;
}
#cd1{
	position: relative;
	float: right;
	width: 160px;
	height: 160px;
	background: transparent url(Bilder/cd1.jpg);
	margin-top: -25px;
}



#HEADER_bild {
/*
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 20;
*/
	width: 781px;
	height: 279px;
	float: right; 

}

#LOGO {
/*
	position: absolute;
	top: 26px;
	left: 10px;
	z-index: 30;
*/
	height: 170px;
	width: 136px;
	margin-top: 15px;
	float: left;
}


/*============================================ MENÜ =======================================*/
#menue {
/*
	position: absolute;
	top: 290px;
	left: 200px;
	z-index: 40;
*/
    margin-left: 265px;
	margin-top: 10px;
	width: 620px;
	height: 20px;
	cursor: default;
}

a, .menu_aktiv{
	font-family:Lucida Grande, Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}
a:link {
	color: #ffee75;
}
a:active{
	color:#ffee75;
	text-decoration:none;
	font-weight:bold;
}
a:visited{
	color:#ffee75;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#ffee75;
	text-decoration:underline;
	font-weight:bold;
}

.menu_aktiv { 
	color: #fff;
	cursor: default;
}

a.menu_aktiv:link,
a.menu:active,
a.menu:visited {
	color: #ffee75;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a.menu_aktiv:hover {
	color:#fff;
}

/*============================================ ENDE MENÜ =======================================*/

#FussNotenzeile {
/*	
	bottom: 0px;
	left: 0px;
	z-index: 80;
*/
	position: relative;
	width: 100%;
	height: 20px;
	background: transparent url(Bilder/notenzeile.jpg) repeat-x center;
	text-align: center;
	margin-bottom: 50px;
}
#FussNotenzeile,
#FussNotenzeile a {
	font-size: 12px;
}



.clearDiv {
    clear: both;
}   
