html, body {
   background: #000000;
   color: #FFFFFF;
   font-size:1em;
   margin:0px;
   padding:0px;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, a {
   font-family: arial, sans-serif;
}

h4 {
   padding-top: 20px;
}

div.x-page {
   min-width: 980px;
   margin: 0 auto; 
	padding: 0px 10px 0px 10px;
	font-size: 0.8em;
}

/*start x-header*/
div.x-header {

}

div.x-logo {
	background: #000000 url(images/sprite.png) repeat-x;
	background-position: 0px -1px;
	height: 80px;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
}

h1.x-logo {
	padding: 20px 0px 0px 20px;
   margin: 0px;
}
/*end x-header*/

/*start top navigation*/
div.x-nav {
	background: #CCCCDD url(images/sprite.png) repeat-x;
	background-position: 0px -85px;
	display:block;
	overflow: hidden;
	padding-left: 5px;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
}

a.x-nav:link, a.x-nav:visited, a.x-nav:active {
   color: #000000;
   padding: 4px 20px 4px 20px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
}

a.x-nav:hover {
   color: #FFFFFF;
   background: #A6A6B3 url(images/sprite.png) repeat-x;
   background-position: 0px -140px;
   padding: 4px 20px 4px 20px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
} 

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

li.x-nav {
	float:left;
}

ul.x-nav-dyn {
	background: #A6A6B3;
	border: 1px solid black;
	width: 150px;
	list-style: none;
	display: none;
	position: absolute;
	padding: 0; margin: 0;
}

li.x-nav:hover ul.x-nav-dyn {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

a.x-nav-dyn:link, a.x-nav-dyn:visited, a.x-nav-dyn:active {
   color: #000000;
   padding: 4px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
}

a.x-nav-dyn:hover {
   color: #FFFFFF;
   background: #A6A6B3 url(images/sprite.png) repeat-x;
   background-position: 0px -140px;
   padding: 4px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
   display:block;
} 
/*end top navigation */

/*start x-sub-nav*/
div.x-sub-nav {
	background: #A6A6B3;
	color: #000000;
   padding: 4px;
  	font-size: 1em;
	font-weight: bold;
   text-decoration: none;
}

div.x-sub-nav-title {
	float:left;
}

a.x-sub-nav:link, a.x-sub-nav:visited, a.x-sub-nav:active {
	color: #000000;
  	font-size: 1em;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
   text-decoration: none;
   display:block;
}

a.x-sub-nav:hover {
	color: #FFFFFF;
  	font-size: 1em;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
   text-decoration: none;
   display:block;
}
/*end x-sub-nav*/

/*start x-content*/
div.x-main {
	background: #222222 url(images/main.gif) repeat-x;
	padding: 15px 25px 15px 5px;
	min-height: 500px;
	border-left: 1px solid #555566;
	border-right: 1px solid #555566;
}

div.x-content {
	padding: 0px 0px 0px 15px;
}

div.head-clear {
	clear:both;
	height:10px;
	background: #000000;
	margin:0;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
}

a:link, a:visited, a:active {
   color: #CCCCDD;
}

a:hover {
   color: #FFFFFF;
} 

table {
	border-collapse: collapse;
}

th, td {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

img.x-thumb {
   border: none;
   vertical-align: middle;
}

div.x-thumb {
   line-height: 120px;
   width: 120px;
   height: 120px;
   float:left;
   padding:5px;
   margin:5px;
   text-align: center;
   border: 1px solid #555566;   
   background-color: #111111;
}
div.fleft {
	float:left;
}
div.flright {
	float:right;
}
div.cleft {
   clear:left;
}
div.clright {
   clear:right;
}
div.clboth {
   clear:both;
}

p.center {
	text-align:center;
}
/*end x-content*/

/*start footer*/
div.x-footer {
   background: #000000 url(images/sprite.png) repeat-x;
   background-position: 0px -200px;
   padding: 2px 4px 2px 4px;
   color: #CCCCCC;
   text-align: center;
   border-left: 1px solid #555566;
   border-right: 1px solid #555566;
   border-bottom: 1px solid #555566;
}

a.x-footer:link, a.x-footer:visited, a.x-footer:active {
   color: #CCCCCC;
   font-weight: bold;
   text-decoration: none;
}

a.x-footer:hover {
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
/*end footer*/

/*start preload*/
img.preload {
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
/*end preload*/

/* start lightbox */
#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: url(http://www.zoltan-project.de/images/view_back.png); width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 20px; }

#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(http://www.zoltan-project.de/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.zoltan-project.de/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background: url(http://www.zoltan-project.de/images/view_back.png); margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #CCCCDD; }
#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: #000000; }
/* end lightbox */

