/* das Menue mit mehreren Ebenen */
.jquerycssmenu
{	font: normal 1.0em Verdana;
	width:860px;
	background-color:#012152;
	margin:5px 0px 0px 18px;
}

.jquerycssmenu ul
{	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li
{	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a
{	display: block;
	padding: 5px 15px 4px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}

.jquerycssmenu ul li a:hover
{
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul
{	font-size:0.8em;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding-top:0px;
	border-width:0px 2px;
	border-style:solid;
	border-color:#ffffff;
}





/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li
{	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul
{	top: 0;
	font-size:1.0em;
}

.jquerycssmenu a
{	cursor:pointer;
}


/* Sub level menu links style */
.jquerycssmenu ul li ul li a
{	width: 160px; /*width of sub menus*/
	background-image:url('../img/second_menu.png');
	color: #ffffff;
	margin: 0;
	border-bottom:2px solid #ffffff;
	line-height:30px; padding-left:5px; padding-right:5px; padding-top:4px; padding-bottom:4px
}

.jquerycssmenu ul li ul li a:hover
{ /*sub menus hover style*/
	color:#ffffff;
	background-image:url('../img/second_menu_hover.png');
}


.jquerycssmenu ul li ul li ul li a
{	width: 160px; /*width of sub menus*/
	background-image:url('../img/second_menu.png');
	color: #ffffff;
	margin: 0;
	border-bottom:2px solid #ffffff;
	line-height:30px; padding-left:5px; padding-right:5px; padding-top:4px; padding-bottom:4px
}

.jquerycssmenu ul li ul li ul li a:hover
{	color:#ffffff;
}


/* hier meine aenderung damit es auch ohne javascript lauffaehig ist */


.jquerycssmenu ul li:hover ul
{	visibility: visible;
	display:block;
}


.jquerycssmenu ul li ul li ul, .jquerycssmenu ul li:hover ul li ul
{	visibility: hidden;
	display:none;
	left:170px;
}

.jquerycssmenu ul li ul li:hover ul
{	visibility: visible;
	display:block;
}


/* hier sind festen Werte, definiert,
   um jedem Browser zu erklaeren, was ich gerne haette
*/

table, body, html, ul, h1, h2, h3, h4, h5, p, form
{	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, sans-serif;
	outline:none;
}


.center
{	text-align:center;
}

html
{	height:100%;
}


body
{	background-color:#e3e3e3;
	font-size:1em;
	font-family:Verdana, arial, sans-serif;
	overflow-y:scroll;
}

img
{	border-width:0px;
}

.clear
{	clear:both;
}

.my_clear
{	font-size:1px;
	height:1px;
	overflow:hidden;
	clear:both;
}

/* die positionierung und der hintergrund des layouts */
#container
{	width:903px;
	background-image:url('../img/container.png');
	margin:0px auto;
	position:relative;
	overflow:hidden
}


/* der erste Header mit dem Logo und der sprachwahl */
#header
{	width:903px;
	height:106px;
	background-color:#e3e3e3;
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	background-position: left bottom;
	position:relative
}

/* das verlinkte Logo */
#home
{	position:absolute;
	left:2px;
	top:16px;
	width:129px;
	height:64px;
	background-image:url('../img/logo.png');
}

/* die Sprachauswahl */
.language
{	position:absolute;
	right:10px;
	top:61px;
}

#header a,
#header a:link,
#header a:visited,
#header a:active
{	color:#434343;
	font-size:0.7em;
	text-decoration:none;
	font-weight:bold;
}

#header a:hover
{	text-decoration:underline;
}


/* der zweite Header in dem wahlweise ein Bild oder eine Flashanimation eingefügt werden kann */
#second_header
{	height:200px;
	width:860px;
	margin:0px 0px 0px 18px;
	overflow:hidden;
}

/* der contentbereich  hier habe ich eine mindeshöhe von 400px eingebaut 
  die tags für h1,h2,a,p und ul sind bereits vordefiniert die zeilenhöhe kann über line-height: geaendert werden */
#main
{	min-height:400px;
	padding:35px 32px 35px 32px;
	color:#707070;
	line-height:1.4em;
}

* html #main
{	height:400px;
}

#main h1
{	font-family:Georgia, verdana, arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	color:#424242;
	line-height:1.4em;
}

#main h2
{	font-family:Georgia, verdana, arial, sans-serif;
	font-weight:bold;
	font-size:1.0em;
	color:#424242;
	line-height:1.2em;
}

#main p
{	font-size:12px;
	padding:10px 0px;
	font-size:0.9em;
}

#main ul
{	list-style-position:outside;
	margin:0px 30px;
	padding:6px 0px 10px 0px;
	font-size:0.9em;
}

#main ul li
{	margin:4px 0px 0px 0px;
}	

#main a,
#main a:link,
#main a:visited,
#main a:active
{	color:#707070;
	text-decoration:underline;
}

#main a:hover
{	text-decoration:none;
}


/* der footer */
#footer
{	background-image:url('../img/footer.png');
	background-repeat:no-repeat;
	background-color:#e3e3e3;
	color:#000000;
	font-size:0.7em;
	font-weight:bold; padding-left:5px; padding-right:5px; padding-top:17px; padding-bottom:10px
}

/* Lightbox dazu gepackt fs */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url('data:image/gif;base64,AAAA'); /* Trick IE into showing hover */ display: block }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../images/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }