body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/back_url_neu.jpg) repeat-y 50% 0; /*wiederholt das Hintergrundbild mit den Spaltenfarben!*/
}

.contentheading {
	padding-top:15px;
	font-size:10pt;
	font-weight:bold;
}

#container {
	border:0px solid green;
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

#new_header {
	width:962px;
	height:140px;
	background-color: #fd9b01;
}

#left {
	float:left;
	width:204px;
	margin-top:0px;
}

#middle {
	float:left;
	width:21px;
}

#right {
	float:right;
	width:732px;
}


#MainBody {
border:0px solid blue;
float:left;
width:680px;
padding-left:10px;
font-size: 9pt;

}


/***   Menüformatierungen ********************************************/

.menu {
	border:0px solid #abab00;
	padding-left:8px;
	margin:0px;
	width:190px;
	font-size:13px;
	padding-top:15px;
}

/*muss vor allem für ie6 drin sein! sonst rand um icons*/
.menu img 
{
border:0px solid blue;
margin-right:5px;
}

/*die beiden nachfolgenden nehmen die default-Menüpunkte im Hauptmenü beim IE6 raus*/
ul.menu {/*unsorted Liste des Hauptmenüs*/
	border:0px solid yellow;
	list-style:none;
}

ul.menu li{/*Hauptmenülistenpunkte*/
	border:0px solid green;
	display:block;
	list-style: none; /*muss für ie6 drin bleiben!!*/
}

ul.menu li a span { /*wieder raus*/
	display:block;
	margin-left:17px; /*bei zweizeilig untereinander bündig, nicht IE6*/
}



/*dies ist die unsorted Liste der Untermenüs, jeweils das erste Untermenü*/
.menu ul{
	list-style-type:none; 
	padding-left: 7px;
	margin-left: 0px;/*für ie6 und ie7*/
	list-style: none;
}	

ul.menu li ul { /*Untermenü wg. IE6 drinbleiben, sonst wird Untermenü bei Auswahl zu weit nach rechts verschoben!!*/
	border:0px solid green;
	margin: 0;
	padding: 0;
	list-style: none;
}


/*Untermenütext*/
.menu ul li a span {
	display:block;
	margin-left:12px; /*bei zweizeilig untereinander bündig*/
}	

/*ist das gerade aktive Untermenü, muss beides 0 sein, der IE6 verschiebt sonst zu weit nach rechts!!*/
li#current ul {
	margin-left:0px;
	padding-left:0px;
}

/*ist ein Menüpunkt im gerade aktiven Untermenü, muss wg. IE6 drinbleiben, damit dort das Standardicon im Untermenü verschwindet*/
li#current ul li {
	list-style:none;
}

/*dies formatiert Icons in Haupt- und Untermenü, nicht im IE 6*/
.menu img {
	margin-right:5px;
	border:0px solid blue;
	}

.menu li{
	border:0px solid green;
	list-style-type:none; 
	padding:5px 0px;
	margin:0px;
	list-style: none;

}	

.menu ul li img{
	margin-right:0px;
}


/*Die folgenden Formatierungen bestimmen das Aussehen der Links. 
Zuerst werden die Links der obersten Ebene des Hauptmenüs konfiguriert, 
danach im gleichen Stil die allgemeinen Links:*/


a.mainlevel {
	text-decoration: none;
	font-weight:bold;
}

a.mainlevel:link {
	color: #000000;
}

a.mainlevel:visited {
	color: #9C1E43;
}

a.mainlevel:hover {
	color: #FFFFFF;
}

a.mainlevel:active {
	color: #800080;
}

a.sublevel {
	text-decoration: none;
	font-weight:normal;
}

a.sublevel:link {
	color: #4C4C4C;
}

a.sublevel:visited {
	color: #9C1E43;
}

a {
	text-decoration:none;
	color: #9C1E43;
	font-weight:bold;
}


