@charset "utf-8";
/* CSS Document */
#image{
	position:relative;
	width:920px;
	height:630px;
	
}
#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=80);
	background-color:rgba(255, 255, 255, 0.80);
	border-bottom:2px solid #DF0005;
}


*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);
}

#text{
	position:absolute;
	top:10px;
	left:15px;
	width:375px;
	height:281px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:black;
}
#text h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#text p{
	line-height:17px;
}
#picture{
	position:absolute;
	top:40px;
	left:400px;
	height:281px;
	width:510px;
}
#number{
	position:absolute;
	top:73px;
	left:492px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:98;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	width: 520px;
	margin-left:90px;
}
#gallery ul { 
	list-style: none; 
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
	border: 2px solid transparent;
	border-width: 2px 2px 2px;
}
#gallery ul a:hover img {
	border: 2px solid #DF0005;
	border-width: 2px 2px 2px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
