@charset "utf-8";
/* GEIGENVOGEL.AT by nizon.org */

BODY {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	background:#000
}

P {
	margin:0px
}

IMG {
	border:none;
	}

A {
	text-decoration:none;
	color:#FFF
}

A:HOVER {
	text-decoration:underline;
	color:#FFF
}

H1 {
	margin:0px 0px 10px 0px;
	font-weight:normal;
	font-size:1.5em;
	/*text-shadow: 1px 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.DropShadow(offX=1,offY=1,color=ffffff);*/
}

H2 {
	margin:0px 0px 0px 0px;
	font-weight:normal;
	font-size:1.2em
}

H4 { 
	font-size:1.4em;
	font-weight:300;
	padding-bottom:10px;
	letter-spacing:0.15em; 
	color:#fff; 
	text-shadow:1px 1px 0 rgb(0,0,0)
}

#wrapper {
	width:100%;
	float:left;
}

#header {
	padding-left:25px;
	padding-top:28px;
	height:75px;
	background:#FFF
}

#menu {
	padding-left:25px;
	padding-top:15px;
	height:32px;
	background:#000;
	font-size:1.3em;
	letter-spacing:0.1em
}

#menu a {
	color:#666;
	text-decoration:none
}

#menu a:hover {
	color:#FFF;
	text-decoration:none
}

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

#menu li {
	display:inline;
	padding-right:25px;
	color:#FFF
}

#content {
	background:url(images/background.jpg);
	padding:25px;
	overflow:hidden;
	zoom:1;
}

#footer-wrap {
	width: 100%;
	height:210px;
	float: left;
	color:#FFF;
	background:url(images/vogelfooter.jpg) top left no-repeat;
	padding-top: 25px;
	font-size:1.1em
}

#footer-contacts {
	float:right;
	width:140px;
	margin-right:50px
}

#footer-contacts H2 {
	margin-bottom:5px;
	letter-spacing:0.1em
}

#footer-about {
	float:right;
	width:375px;
	margin-right:75px;
	text-align:justify
}

#footer-about H2 {
	margin-bottom:10px;
	letter-spacing:0.1em
}

.grau {
	color:#666;
	line-height:1.5em
}

.grau a {
	color:#666;
	line-height:1.5em
}

.grau a:hover {
	color:#CCC;
	line-height:1.5em
}

.bigItalic {
	font-style:italic;
	font-size: 1.35em;
	line-height: 30px;
}

#vogelbox {
	width:400px;
	height:401px;
	float:left
}

#box {
	width:400px;
	height:400px;
	float:left
}

#box_text {
	width:350px;
	float:left;
	font-size:1.3em;
	line-height:22px;
	padding: 25px;
	text-shadow: 1px 1px 0px #fff;
}

#box_text a {
	text-shadow: 1px 1px 0px #fff;
	color:#000;
	text-decoration:underline
}

#box_text a:hover {
	text-shadow: 1px 1px 0px #000;
	color:#FFF;
	text-decoration:none
}

.txtwhite {
	/*background-color:#FFF;*/
	/*color:#666;*/
	color:#000;
	padding-left: 3px;
	padding-right: 3px;
}

#box_text ul {
	list-style-type:none;
	padding:0px;
	margin:0px
}

#box_text li {
	display:inline;
}

#mailBox {
	background:#FFF; 
	padding-left:5px;
	padding-bottom:5px
}

fieldset {
	border:none
}

fieldset label {
	color:#666;
	display:block;
	margin-top:5px;
	font-size:0.9em;
}

.commentInput {
	font-family:Georgia, "Times New Roman", Times, serif;
	width:330px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:dashed #000 1px;
	font-size:1.2em;
	padding:2px
}

.commentInput:hover {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#000 solid 1px
}

.commentInput:focus {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#000 solid 1px
}

.commentButtons {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#FFF;
	border:1px solid #FFF;
	color:#666;
	margin-right:10px;
	margin-left:0px;
	font-size:1.2em
}

.commentButtons:hover {
	background:#000;
	color:#FFF;
	border:1px solid #000;
}

.required {
	color:#C00
}

.errorMessage {
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:10px
}

FIELDSET {
	padding:0px
}

/* -------------------- 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; }
