* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Georgia, Times New Roman, Times sans serif;
	font-size: 15px;
	padding: 0px 0px 48px 0px;
	color: #56575A;
}

a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #000000;
}

/* PNG-Filter für IE 6 */
/*
img, input {
   behavior: url("fixie6pngtranspareny.htc");
}
*/

/*
div, img {
	display: block;
}
*/
table {
	border-collapse: collapse;
}

h1{
	font-size: 17px;
	font-style: italic;
	margin: 0px 0px 6px 0px;
}

/* Layout-Container */
div#container{
	margin: 0px auto;
	width: 780px;
}

div#contentContainerRight, div#contentContainerLeft, div#contentContainerTotalyLeft, div#contentContainerTotalyRight {
	width: 580px;
	position: relative;
	z-index: 32;
}

div#contentContainer, div#contentContainerRight, div#contentContainerTotalyRight {
	margin: 0px 200px 0px 0px;
}

div#contentContainerLeft, div#contentContainerTotalyLeft {
	margin: 0px 0px 0px 200px;
}

div#header{
/*	position: absolute;
	top: 0px;
	left: 0px;
	height:100px; */
	z-index: 6;
}

div#content{
	padding: 32px 0px 0px 31px;
	position: relative;
	z-index: 10; 
}

#titleImageLeft, #titleImageRight, #titleImageTotalyRight, #titleImageTotalyLeft {
	/* width: 576px; */		/* breitestes Bild ist Richtbreite */
	position:fixed;
	bottom: 0px;
	z-index: 0;
	background-color: transparent;
}

#titleImageRight img, #titleImageTotalyRight img {
	display: block;
	float: right;
}

#titleImageLeft img, #titleImageTotalyLeft img {
	display: block;
	float: left;
	background-color: transparent;
}

#titleImageLeft {
	text-align: left;
	right: 70%;
}

#titleImageRight {
	text-align: right;
	left: 43%;
	_left: 42%	/* IE 6*/
}

#titleImageTotalyRight {
	right: 0%;
}

#titleImageTotalyLeft {
	left: 0%;
}

.text{
	color: #56575A;
}

.Work h1, .Work #sidebar a, .Work a.specialLink {
	color: #E0CA93;
}

.Gallery h1, .Gallery #sidebar a, .Gallery a.specialLink {
	color: #EEAD5D;
}

.Showreel h1, .Showreel #sidebar a, .Showreel a.specialLink {
	color: #EC7C35;
}

.Audio h1, .Audio #sidebar a, .Audio a.specialLink {
	color: #D02E13;
}

.Dates h1, .Dates #sidebar a, .Dates a.specialLink {
	color: #A31315;
}

.Contact h1, .Contact #sidebar a, .Contact a.specialLink {
	color: #5D1314;
}

/* Sidebar */
#sidebar a, a.specialLink {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 20px;
	line-height: 17px;
	margin: 0px 0px 6px 0px;
}

.Work #sidebar a, .Work a.specialLink {
	background-image: url('../img/linkmarker/work.gif');
}

.Gallery #sidebar a, .Gallery a.specialLink {
	background-image: url('../img/linkmarker/gallery.gif');
}

.Showreel #sidebar a, .Showreel a.specialLink {
	background-image: url('../img/linkmarker/showreel.gif');
}

.Showreel #sidebar a {
	display: block;
}

.Audio #sidebar a, .Audio a.specialLink {
	background-image: url('../img/linkmarker/audio.gif');
}

.Dates #sidebar a, .Dates a.specialLink {
	background-image: url('../img/linkmarker/dates.gif');
}

.Contact #sidebar a, .Contact a.specialLink {
	background-image: url('../img/linkmarker/contact.gif');
}

/*
 * Gallery
 */

.galleryPhotographer {

}

.galleryImagesContainer {

}
.galleryImage {
	float: left;
	width: 102px;
	height: 102px;
	overflow: hidden;
	margin: 0px 12px 12px 0px;
}

/*
 * Dates
 */

.datesContainer{
	margin-bottom: 15px;
}

.dates{
	font-size: 17px;
	font-style: italic;
	color: #CE141D;
	/*font-weight: bold;*/
}

.datesTitle{

}

.datesLocation{

}

.datesLink{

}

.teaser{
	font-size: 15px;
	margin-right: 5px;
}


.dateOverview{
	font-size: 15px;
}

div#dateDetails{
}

.projectTitle1{
	font-size: 15px;
}

.projectTitle2{
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}

.projectTitle3{
	font-size: 15px;
}

.projectDetails{
	font-size: 15px;

}

/* Audio */
.audioImage {
	float: left;
	width: 200px;
}

.audioText {
	float: right;
	width: 340px;
}

/* Helfer */
.spacer{
	height: 15px;
}

.bigSpacer {
	height: 36px;
}

.megaSpacer {
	height: 120px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*
 * Gallery: Lite-Box
 */
#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(../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(../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;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ }
#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: #FFFFFF;
	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 */
	}
