/* 65*/
.main_outer_oben{
	width: 755px;
	height: 65px;
	background-image: url(images/oben.png);
	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:#F7EAB9;
	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:1px ridge #800000; display: block;
	text-decoration: none;
	font-weight: bold;
	background-image: url('images/navi.gif');
	background-repeat: repeat;
	color: #000000;
	font-style: normal; padding-top:1px; padding-bottom:1px; padding-left:4px; padding-right:4px; background-color:#F7EAB9
		
}
* 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 {
	border-left:thin ridge #E3F0C8; border-right:thin ridge #669900; border-top:thin ridge #E3F0C8; border-bottom:thin ridge #669900; color: #F1DA7E;
	background-color: #D78A46;
	
}
li a#aktuell {                          /* aktuelle Rubrik kennzeichnen */
	color: #F1DA7E;
	background-color: #D78A46;
	
}
ul#Navigation li ul span {               /* aktuelle Unterseite kennzeichnen */
    background-color: #D78A46;
	
	
}
/* 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:#F7EAB9; 
	padding-bottom:0.4em
}

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