/* 65*/
.main_outer_oben{
	width: 755px;
	height: 65px;
/*	background-image: url(images/oben.png); désactive mic */
	background-repeat: no-repeat;
		
}	

/* navigation dynamisch*/
div#Rahmen {
	width: 80em; /* width: 65.8em;*/
	border: 1px none red;
	background-position: center center;
	padding-bottom: 1em;
	float: left;
	padding-left: 0.5em;
	
}
/* Korrektur fuer IE 5.x */
* html div#Rahmen {                  
    width: 80em; /* width: 52.7em;*/
    w\idth: 80em; /* w\idth: 69.1em;*/
	
}
div#Rahmen div {
	float: left;
		
}
ul#Navigation {
	margin: 0;
	padding: 0;
	text-align: center;
	
}
ul#Navigation li {
	list-style: none;
	float: left;
	width: 8.6em;
	position: relative;
    margin: 0.4em;
	padding: 0;
	
}
* html ul#Navigation li {             /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
	
}
*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
	
}
ul#Navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1.7em;
	left: -0.4em;
	background-color:#FFE8FC;
	float: left	
	
}
* html ul#Navigation li ul {           /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
	
}
 ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
	
}
/* Mic navig bord  c940c1 padding-left:1em; padding-right:1em; */
ul#Navigation a, ul#Navigation span {
	border-left:thin ridge #c940c1; border-right:thin ridge #E3F0C8; border-top:thin ridge #c940c1; border-bottom:thin ridge #E3F0C8; display: block;
	text-decoration: none;
	font-weight: bold;
/*	background-image: url('images/navi.gif'); désactive Mic*/
	background-repeat: repeat;
	color: #000000;
	font-style: normal; padding-top:0.2em; padding-bottom:0.2em
		
}
* html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
	
}
ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
	color: #c940c1;
	background-color: #E3F0C8;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #E3F0C8;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #E3F0C8;
}
li a#aktuell {                          /* aktuelle Rubrik kennzeichnen */
	color: #3B4B0D;
	background-color: #E3F0C8;
	
}
ul#Navigation li ul span {               /* aktuelle Unterseite kennzeichnen */
    background-color: #E3F0C8;
	
	
}
/* Erweiterung zur dynamischen Ein-/Ausblendung */
 ul#Navigation li>ul {
    display: none; top: 1.6em;
	
}
ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
	
}

  /* Workaround fuer den IE 7 */
*:first-child+html ul#Navigation ul {
    background-color:#FFE8FC; 
	padding-bottom:0.4em
}

  /* Mic image */
.loadsnaps_column {
	float: left;
	width: 49.9%;
	vertical-align: middle;
	text-align: center;
}
.text_head1, .text_head1:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.text_head2, .text_head2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #0000AF;
}
