/* MAIN CONTENT */

body {
	margin:0 0 0 0;
	padding:0;
	background-color: #C0CED9;
	font: 12px Arial, Helvetica, sans-serif;
}

#content {
	font: 12px Arial, Helvetica, sans-serif;
}

#content a {
	color: #2C5B85;
	text-decoration: none;
}

#content a:hover {
	color: #2C5B85;
	text-decoration: underline;
}

#bluefooter {
	color: #C0CED9;
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
}

#bluefooter a {
	text-decoration: none;
	color: #C0CED9;
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
}

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

#searchlink {
	color: #2C5B85;
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
}

#searchlink a {
	text-decoration: none;
	color: #2C5B85;
	font-weight: bold;
	font: 12px Arial, Helvetica, sans-serif;
}

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

#lightbluefooter {
	color: #2C5B85;
	font: 12px Arial, Helvetica, sans-serif;
}

#lightbluefooter a {
	color: #2C5B85;
	font: 12px Arial, Helvetica, sans-serif;
}

#sideheadline {
	font-size: 14px;
	color: #ffffff;
	background-color: #92ABC1;
	padding: 6px 10px 6px 12px;
	margin-left: -10px;
	margin_right: -10px;
	font-weight: bold;
}

#sidecontent {
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin_right: 10px;
}

#sidecontent a {
	color: #2C5B85;
	text-decoration: none;
}

#sidecontent a:hover {
	color: #2C5B85;
	text-decoration: underline;
}

#sidecontent2 {
	font: 12px Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin_right: 10px;
}

#sidecontent2 a {
	color: #2C5B85;
	text-decoration: none;
}

#sidecontent2 a:hover {
	color: #2C5B85;
	text-decoration: underline;
}

#dropdown {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2C5B85;
}

#searchmain {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2C5B85;
}

/** DROPDOWN MENU **/

.menu {
  padding-bottom:50px;
  z-index:100;
}

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

.menu ul li {                     
  float:left;
  position:relative;
}

.menu ul li a, 
.menu ul li a:visited {           
  display: inline; 
  color:#000000; 
  text-decoration:none; 
  width: 100%;
  height:20px;                    
  background:#D5DCE6; 
  padding-left:10px; 
  line-height:29px;               
}

.menu ul li ul {
  display: none;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:20px;
  margin-top: 1px;
  left:0; 
  width:150px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
	background-color:white;
	-moz-opacity:0.85; -khtml-opacity:0.85; opacity:0.85;
	filter:alpha(opacity=85);  
  line-height:1.2em; 
  padding:5px 10px; 
  width:129px

}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:129px;
}

.menu ul li:hover ul li a.drop,       
.menu ul li a:hover ul li a.drop {
}

.menu ul li:hover ul li a:hover,      
.menu ul li a:hover ul li a:hover {
  background: #ffffff; 
  color:#000000;
  text-decoration: underline;

}

.menu ul li:hover ul li:hover ul,     
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:150px;
}

.menu ul li:hover ul li:hover ul.left, 
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}

/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

.jaosg_galerie{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
}

.jaosg_thumbnail {
	margin:5px;
	padding: 15px 5px 5px 5px;
	float: left;
	height: 120px;
	width: 120px;
	text-align: center;
	vertical-align:middle;
	border: 1px dashed #333;
	background-color: #eeeeee;
	text-decoration: none;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(http://shk-duisburg.de/files/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(http://shk-duisburg.de/files/images/prev.gif) left 15% no-repeat; }
#nextLink { right: 0; float: right; background: url(http://shk-duisburg.de/files/images/next.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(http://shk-duisburg.de/files/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://shk-duisburg.de/files/images/next.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




