@charset "utf-8";

/***********************************
Datei: screen.css
URL: www.kevinrupprecht.de
***********************************
Autor: Kevin Rupprecht
Zuletzt bearbeitet: 10.05.2010
***********************************/

/* Browser Reset */
* {
	margin: 0;
	padding: 0;
	border: none;
}
*:focus {
	outline: none;
}

/* HTML Standard Elements */

body {
	background-color: #CCCCCC;
	background-image: url(../images/background.jpg);
	background-position:center;
	background-repeat: repeat-y;
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a, a:link, a:visited {
	color: #333333;
	text-decoration:none;
}
a:active, a:hover {
	color: #666666;
}

h1 {
padding-bottom: 26px;
}

h3 {
width:330px;
height:194px;
background-image: url(../images/thumb-background.jpg);
background-position:center;
background-repeat:no-repeat;
padding-top: 21px;
float:left;
}

h5 {
font-size:12px;
text-transform:uppercase;
font-weight:bold;
margin-bottom: 2.1em; 
}

ul { margin-left: 0.7em; padding-left: 0.7em;
margin-top: 1.5em; margin-bottom: 2.2em; }

p { margin-bottom: 2.2em; }

/* Seiteninhalt */

#content{
width:990px;
margin:0 auto;
}

/* Top */

#header {
width:990px;
padding: 40px 0 0;
}

/* Main */

#main{
}

#info {
text-align:left;
padding:20px 26px;
width:443px;
float:left;
}
#galerie-left {
text-align:left;
padding:0 26px 20px;
width:443px;
float:left;
}
#galerie-right {
text-align:right;
padding:0 26px 20px;
width:443px;
float:left;
}

/* Bottom */

#bottom {
width:990px;
padding: 0 0 40px;
}

.hidden {
visibility: hidden;
display: none;
}

/* 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 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 20px; 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; }
