/* Hier werden die Einstellungen für die Layers im Menü gesetzt. 
Nur so ist die Justierung im Zentrum unabhängig von der Fenstergröße zu realisieren.*/
body > div {
	position:absolute  !important;
	left: 50% !important;
}



/*Korrekturen für alle anderen DIVs*/
body #seitenkopf {
	position: relative !important;
	left: 0 !important;
}

body #menu {
	position: relative !important;
	left: 0 !important;
}


body #container {
	position: relative !important;
	left: 0 !important;
}

body #footer {
	position: relative !important;
	left: 0 !important;
}
/*Korrekturen für alle anderen DIVs ENDE*/


#menu {
	padding-bottom: 5px;
	position: relative;
	text-align: left;
    clear: both;
    border-top: 3px solid #d8024a;
    /*background: #f7f1d3;*/
    background-color: #cacaca;
    height: 40px;
	z-index: 0;
}

.topnavi-l2-wrap {
	background-color: #ED7C42;
    text-align: left;
    margin-top: 3px;
	margin-bottom: 8px;
    position: relative;
    left: 50%;
	width: 803px;
	height: 14px;
  z-index: 2;
	overflow: hidden;
}

#studien-label {
	display: inline;
	font-weight: bold;
	color: #ed7c42;
	margin-left: 4px;
	position: relative;
}

a#studien-link {
	color: #ed7c42;
	text-decoration: none;
	font-size: 17px !important;
}

a#studien-link:hover {
	text-decoration: underline;
}

#top-navi-inner {
	/*display: inline;*/
	position: absolute; 
	bottom: 20px;
	left: 50%;
	margin-left: -311px;
	width: 803px;
	z-index: 9999;
}


.topnavi-item-act,
.topnavi-item-last-act,
.topnavi-item-last,
.topnavi-item {
	z-index: 999999;
	text-decoration: none;
    position: relative;
	font-size: 13px !important;
	color: #797875;	
	border-right: 1px solid #ed7c42;
	padding-right: 4px;
	padding-left: 4px;	
}

.topnavi-l2-wrap a.topnavi-item-last-act, 
.topnavi-l2-wrap a.topnavi-item-act,
.topnavi-l2-wrap .topnavi-item-last, 
.topnavi-l2-wrap .topnavi-item {
	color: white;
	top: -1px;
	font-size: 12px !important;
}


.topnavi-l2-wrap .topnavi-item-last-act, 
.topnavi-l2-wrap .topnavi-item-act,
.topnavi-l2-wrap .topnavi-item {
	border-right: 1px solid white;
}




.topnavi-item-last-act,
.topnavi-item-act,
a.topnavi-item-last:hover,
a.topnavi-item:hover {
	background-color: #ED7C42;
	color: white;
	text-decoration: none;	
}


.topnavi-l2-wrap .topnavi-item-last-act, 
.topnavi-l2-wrap .topnavi-item-act,
.topnavi-l2-wrap a.topnavi-item-last:hover, 
.topnavi-l2-wrap a.topnavi-item:hover {
	background-color: #D8024A;
} 



.topnavi-item-last {
	border-right: 0;
}



#top-navi-inner.osc_edition {
	bottom: 0px;
	left: 44%;
}

