/*

	clickraum: Template 07-2008
	
*/

* { margin: 0; padding: 0; }

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color:#444;
	overflow: scroll;
	background-image: url('bilder/grundgrau.gif');
}
a { color: #6A9BB3; background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; }

h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
	padding: 5px 0px;
	font-weight: normal;
	line-height: 1.3em;
}




h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #6A9BB3;
	margin-bottom: 15px;
	padding: 5px 0px;
	font-weight: normal;
	line-height: 1.3em;
	border-top: none;
	border-right: none;
	border-bottom: thin dotted #CCCCCC;
	border-left: none;
}


h3 { color: #666666; background: inherit; font-size: 1.2em; margin: 0 0 10px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
#logo {
	position: absolute;
	top: -50px;
	left: 407px;
	font-size: 0.8em;
	/*margin: 0 0 0 30px;*/
	/*background-image: url(bilder/grundgrau.gif);*/
}

#menu {
	float: right; 
	padding: 3px 30px;
	font-size: 0.8em;
	
 
		
}
#menu li { float: left; }
	#menu li a { margin: 0 0 0 30px;}
	#menu li a.current { background: inherit; color: #444; }
	
#subheader { clear: both; padding: 8px 10px; height: 27px; line-height: 20px; margin: 0 0 25px 0; background: #ffffff; color: #808080; }
	#subheader a { background: inherit; color: #444; }

#breadcrumbs { float: left; padding: 0 0 0 10px;  }

#search { float: right; padding: 0px 15px; }
#search p { padding: 0; margin: 0; }

.wrap { margin: 0px auto; width: 900px; background: #ffffff; }


#left { float: left; width: 220px; padding:5px 0 0 20px; font-size: 1.2em;}
#right { float: left; width: 490px; margin: 0 0 10px 0; padding: 0px 75px; }

#right h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #444;
	margin-bottom: 15px;
	padding: 5px 0px;
	font-weight: normal;
	line-height: 1.3em;
}
	
#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 20px; background: #E6E2BF url(bilder/bg_footer.jpg);}
#rss { float: right; text-align: right; background: #E6E2BF url(bilder/bg_footer.jpg); }
	#rss li { float: left; margin: 0 0 0 10px; }

/* sNews */
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #E6E2BF; color: #000; }
input { padding: 2px; }
textarea { width: 420px; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { background: #f4f4f4; color: #808080; padding: 10px; margin: 0 0 10px 0; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }

/*

	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-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) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#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; }

