@charset "utf-8";
/* CSS Document */
#image{
	position:relative;
	width:920px;
	height:650px;

}
#search{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	position:absolute;
	top:30px;
	left:705px;
	width:220px;
	height:30px;
	z-index:10;
}
#upper{
	position:absolute;
	top:300px;
	width:920px;
	height:23px;
	margin:0px;
	background-color:#FFF;
	filter: alpha(opacity=70);
	background-color:rgba(255, 255, 255, 0.70);
	border-bottom:2px solid #DF0005;
}

#menu{
	position:absolute;
	top:opx;
	width:920px;
	height:35px;
	margin:0px;
	z-index:26;
}
#navigation_frame{
	float:left;
	height:24px;
	width:700px;
	color:#000;
	z-index:27;
}
ul#navigation {
    margin: 0; 
	padding: 0;
}

ul#navigation li {
    list-style: none;
    float: left;  
    position: relative;
    margin: 0px; 
	padding: 0px;
  }
*html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -5px;
  }
*:first-child+html ul#navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -10px;
  }


*html ul#navigation a, * html ul#navigation span {
    w\idth: 100x;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  
ul#navigation a:hover, ul#navigation span, li a#aktuell { /*Hover*/
    color:#000; 
	background-color:#FFF;
	filter: alpha(opacity=55);
	background-color:rgba(255, 255, 255, 0.55);
}

#submenu_background{
	position:absolute;
	top:0px;
	left:573px;
	height:293px;
	width:113px;
	border-left:2px solid #DF0005;
	border-right:2px solid #DF0005;
	background-color:#000;
	filter: alpha(opacity=45);
	background-color:rgba(0, 0, 0, 0.35);
}
#submenu{
	position:absolute;
	top:0px;
	left:-40px;
	width:114px;
	height:301px;
}
ul#sub_navigation li {
    list-style: none;
    float: left;  
    position: relative;
    margin: 0px; 
	padding: 0px;
}
*html ul#sub_navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -5px;
}
*:first-child+html ul#sub_navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -10px;
}
ul#sub_navigation a, ul#sub_navigation span {
    display: block;
    width: 113px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 5px 0px;
	text-align:center;
    text-decoration: none; 
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
    color:#FFF;
	z-index:28;
}
*html ul#sub_navigation a, * html ul#sub_navigation span {
    w\idth: 100x;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}  
ul#sub_navigation a:hover, ul#sub_navigation span, li a#aktuell { /*Hover*/
    color:#000; 
	background-color:#FFF;
	filter: alpha(opacity=55);
	background-color:rgba(255, 255, 255, 0.55);
}
#text{
	position:absolute;
	top:10px;
	left:10px;
	width:360px;
	height:181px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#text h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#text p{
	line-height:17px;
}
#text2{
	position:absolute;
	top:160px;
	left:10px;
	width:360px;
	height:181px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#picture{
	position:absolute;
	top:10px;
	left:610px;
	height:281px;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
