/* JANIS GONSER | ONLINE MEDIA */

body
{
	background-image: url(images/BG.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a img 
{
	border: none;
}
a:link
{
	color: #827622;
	text-decoration: none;
}
a:visited
{
	color: #827622;
	text-decoration: none;
}
a:hover
{
	color: #827622;
	text-decoration: underline;
}
div.content
{
	background-image: url(images/BGContent.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 2px 0 20px 0;
	width: 780px;
}
div.footer
{
	background-image: url(images/Footer.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 9px 0 21px 50px;
	text-align: left;
	width: 750px;

}
form
{
	display: none
}
h1
{
	background-image: url(images/Header.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0 auto;
	text-indent: -5000px;
	width: 780px;
	
}
#deutsch h1
{
	background-image: url(images/HeaderDeutsch.png);
	background-position: center;
	background-repeat: no-repeat;
}
h2
{
	background-image: url(images/BGContent.png);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 2px 30px;
	width: 720px;
}
h3
{
	color: white;
	margin: 0 auto 2px auto;
	padding: 5px 0 5px 40px;
	width: 740px;
}
h3#work
{
	background-color: #827622;
}
h3#about
{
	background-color: #AC9C2D;
}
h3#contact
{
	background-color: #CDBC41;
	margin-bottom: 20px;
}
h4
{
	background-image: url(images/Signature.png);
	background-repeat: no-repeat;
	height: 31px;
	margin: 40px 0 10px 50px;
	padding: 0;
	text-indent: -5000px;
	width: 210px;
}
input
{
	width: 275px;
	margin: 0 0 0 50px;
}
input#FormButton
{
	border: solid 1px #CDBC41;
	border-bottom: solid 2px #827622;
	border-right: solid 2px #827622;
	display: block;
	margin: 85px 0 -20px 660px;
	width: 70px;
}
label
{
	display: block;
	margin: 10px 0 0 50px;
}
label#comments
{
	display: block;
	margin: -92px 0 0 370px;	
	text-align: left;
}
p
{
	margin: 20px 0;
	padding: 0 50px;
}
p.contact
{
	margin: 0;
	padding: 0 50px;
	width: 600px;
}
span#language
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 2px 20px 5px 0;
	text-align: right;
	width: 760px;
}
textarea
{
	float: right;
	margin: 0 50px 0 0;
	height: 69px;
	width: 355px;
}
ul
{
	list-style-type: none;
}
ul#ExamplesList
{
	margin: 20px 25px;
	padding: 0;
}
ul#ExamplesList li
{
	display: inline;
	margin: 0 0 0 7px;
	padding: 0;
}
ul#ExamplesList li img
{
	color: white;
	margin: 0;
	padding: 0;
}
ul#ExamplesList li img a:link
{
	color: white;
	border-bottom: none;
	text-decoration: none;
}
ul#ExamplesList li img a:visited
{
	color: white;
	border-bottom: none;
	text-decoration: none;
}
ul#news
{
	background-image: none;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 0.8em;
	margin: 0;
	padding: 0 40px;
}
#deutsch ul#news
{
	background-image: none;
}
ul#news li
{
	border-bottom: solid 1px #aaaaaa;
	padding: 6px 0;
	width: 700px;
}
ul#news li#item2
{
	margin-left: 0;
	width: 700px;
}
ul#news li#item3
{
	margin-left: 0;
	width: 700px;

}
ul#news li#item4
{
	margin-left: 0;
	width: 700px;
}
ul#news li#item5
{
	margin-left: 0;
	width: 700px;
}
ul#news li#currentread
{
	border-bottom: none;
	margin-left: 0;
	width: 700px;
}
ul#navigation
{
	display: none;
}
/* === LightBox === */
#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(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.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 */
	}	