/* Stylesheet fuer paderSolutions.de
Copyright 2009 - Thomas Fricke
Eusterholz, Fricke GbR
*/

/*Global*/
body {
	background-image:url(images/alu_background.jpg);
	background-attachment: fixed;
	min-height: 100%;
	color: #313131;
	font-family: Helvetica,sans-serif,Arial;
	font-size: 10pt
	}

/*Ueberschriften*/
h1,h2,h3,h4,h5 { font-family: Helvetica; font-weight: bold}
h1 { color: #000000; font-size: 17pt}
h2 { color: #000000; font-size: 15pt}
h3 { color: #24a7df; font-size: 14pt}
h4 { color: #000000; font-size: 12pt; text-align: right}
h5 { color: #535353; font-size: 10pt; margin: 0; padding: 3px;}
h6 { color: #535353; font-size: 8pt; margin: 0; padding: 3px;}


/*Struktur*/
div#wrapper {
	min-height: 100%;
	width: 800px;
	z-index: 1;
	right: 50%;
	left: 50%;
	margin-left: -400px;
	position: absolute;
	display: inline-block;
	}

/*Header*/
div#header { background-image:url(images/alu_background.jpg); }
 .logo {
 	text-indent: -7000px;
 	background:url(images/header.jpg) no-repeat;
 	width: 800px;
 	height: 76px;
 	margin: 0;
 	padding: 0
	}

/*Navigation*/
div#nav {
	background:url(images/topnav.jpg) no-repeat;
	width: 800px;
	max-height: 30px;
	min-height: 30px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	display: inline-block;
	}

 .nav-content {
 	color: #ffffff;
 	font-family: Sansation, sans-serif;
 	font-size: 14px;
 	font-weight: bold;
 	margin-top: 6px;
 	float: left;
 	padding-right: 13px;
	}
	
 .nav-content a:link, .nav-content a:visited { text-decoration:none; color: #ffffff}
 .nav-content a:hover { text-decoration:none; color: #ffffff}
			   
 
/*Inhalt*/
div#content {
	background-image:url(images/content_bg.jpg);
	min-height: 100%;
	width: 760px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	border: 0;
	display: inline-block;
	}

.referenz {
	font-size: 9pt;
	padding-left: 5px;
	}

.referenz li {
	list-style: none;
	padding: 1px 0 3px 10px;
	}
	
	
a, a:link, a:visited { text-decoration:none; color: #24a7df}
a, a:hover { text-decoration:none; color:#24a7df}

img {
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	}

	
hr {
	color: #535353;
	background-color: #535353;
	height: 2px;
	padding: 3px;
	margin: 10px;
	}

table {
	border: 1px;
	border-color: #535353;
	border-style: solid;
	border-collapse: collapse;
	}

th {
	background-color: #dddddd;
	border: 1px;
	border-color: #535353;
	border-style: solid;
	width: 100px;
	}
	
tr {
	border: 1px;
	border-color: #535353;
	border-style: solid;
	}

td {
	border: 1px;
	border-color: #535353;
	border-style: solid;
	padding-left: 4px;
	text-align: center;
	}
	
.alignleft { float: left;  margin: 0 1em 1em 0;}
.alignright { float: right; margin: 0 0 1em 1em;}
.aligncenter { display: block;}


/*Footer*/
div#footer {
	text-indent: -7000px;
	background:url(images/footer.jpg) no-repeat;
	width: 800px;
	height: 150px;
	}


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