@charset "utf-8";

* { margin:0px; padding:0px; }

body {
font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background:url(../img/bg_body.gif);
background-position:left top;
background-repeat:repeat-x;
background-color:#d8dce2;
overflow-y:scroll;
}

/* ################  Diverses ######################### */

img {
border:0px;
padding:0px;
margin:0px;
display:block;
}

h1 {
font-size:16px;
font-weight:bold;
/* color:#636b76; */
color:#fa7d19;
background-color:inherit;
margin-bottom:10px;
}

h2 {
font-size:14px;
font-weight:normal;
color:#636b76;
background:url(../img/h2headline.png);
background-color:inherit;
background-position:left center;
background-repeat:no-repeat;
margin:20px 0px 7px 0px;
padding-left:18px;
}

.clear {
clear: both;
}

#flowplayerContainer {
width:560px;
height:314px;
margin-bottom:40px;
}

#MainContent2 ul {
line-height:18px;
margin:0px 0px 30px 15px;
}

/* Download Button */
.Download a {
width:80px;
height:17px;
background:url(../img/bt_download.gif) 0px -17px no-repeat;
padding:0px;
margin-left:20px;
margin-top:2px;
display:block;
float:left;
}
	     
	.Download a:hover {
	background-position: 0px 0px;
	text-decoration: none;
	}

.DownloadResume a {
width:80px;
height:17px;
background:url(../img/bt_download_resume.gif) 0px -17px no-repeat;
padding:0px;
margin-left:20px;
margin-top:2px;
display:block;
float:left;
}
	     
	.DownloadResume a:hover {
	background-position: 0px 0px;
	text-decoration: none;
	}



/* ################  Showreel ######################### */

.ShowReelTextContainer {
height:126px;
position:relative;
left:0px;
top:0px;
margin:0px 0px 17px 0px;
}

.ShowReelTextInside {
position:absolute;
bottom:0px;
}	

#MainContentImgShowReel {
width:235px;
float:left;	
}

	#MainContentImgShowReel img {
	margin:0px 0px 20px 0px;
	}
	

/* ################  Texte und Links ######################### */

a:link, a:visited {
font-weight:bold;
color:#fa7d19;
background-color:inherit;
text-decoration:none;
}

a:hover {
font-weight:bold;
color:#fa7d19;
background-color:inherit;
text-decoration:underline;
}

a.FooterLink, a.FooterLink:link, a.FooterLink:visited {
font-weight:normal;
color:#636b76;
background-color:inherit;
text-decoration:none;
margin:0px 3px 0px 3px;
}

a.FooterLink:hover {
font-weight:normal;
color:#000000;
background-color:inherit;
text-decoration:underline;
}

p {
line-height:18px;
padding-bottom:15px;
}

p.ShowReelText {
line-height:18px;
padding-bottom:0px;
}


/* ################  Grundlayout  ######################### */

#PageContainer {
width:960px;
margin-left:auto;
margin-right:auto;
overflow:hidden;
/* border:1px solid green; */
}

/* margin-top = Platz fuer Header */
#MainContainer {
width:914px;
color:inherit;
background:url(../img/bg_maincontent.gif);
background-position:left top;
background-repeat:repeat-y;
background-color:#ffffff;
margin:165px 23px 0px 23px;
padding:0px 0px 0px 0px;
}

		#Left {
			width:27px;
			height:407px;
			background:url(../img/bg_left.gif);
			background-repeat:no-repeat;
			background-position:left top;
			float:left;
			overflow:hidden;
		}

		#Right {
			width:27px;
			height:407px;
			background:url(../img/bg_right.gif);
			background-repeat:no-repeat;
			background-position:left top;
			float:left;
			overflow:hidden;
		}

		#Middle {
			width:800px;
			min-height:407px;
			background:url(../img/bg_middle.gif);
			background-repeat:repeat-x;
			background-position:left top;
			padding:40px 30px 0px 30px;
			float:left;
			}
		
			#SubMenuContainer {
				width:180px;
				float:left;
				}
		
			#MainContent {
				width:620px;
				float:right;	
				}
				
			#MainContent2 {
				width:550px;	
				}
				
				#MainContentImg {
					width:235px;
					float:left;	
					}
					
					#MainContentImg img {
						margin:0px 0px 3px 0px;
						}
					
					.ImgCaption {
						width:218px;
						font-style:italic;
						color:#636b76;
						background-color:inherit;
						margin:0px 0px 15px 0px;
						}
						
					.PreCaption {
						color:#fa7d19;
						background-color:inherit;
						}
					
				#MainContentText {
					width:385px;
					float:right;	
					}



#HeaderContainer {
width:880px;
height:125px;
overflow:hidden;
background:url(../img/reflex.jpg);
background-position:left top;
background-repeat:no-repeat;
padding:28px 40px 0px 40px;
position:absolute;
top:0px;
z-index:2;
}

	#HeaderLeft {
	width:355px;
	float:left;
	}
	
	#HeaderRight {
	width:460px;
	margin-top:51px;
	float:right;
	}
	
	#HeaderRightStartpage {
	width:230px;
	margin-top:51px;
	float:right;
	}

#FooterContainer {
width:880px;
background:url(../img/bg_footer.gif);
background-position:left top;
background-repeat:no-repeat;
padding:0px 17px 0px 17px;
margin:0px 23px 20px 23px;
}

	#FooterTop {
	width:60px;
	height:14px;
	margin:0px 0px 20px 0px;
	padding-left:820px;
	}
	

	#FooterLeft a {
	width:105px;
	height:19px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	overflow:hidden;
	color:#fa7d19;
	background:url("../img/bg_menu.gif") 0px 0px no-repeat;
	background-color:inherit;
	display:block;
	padding-top:3px;
	float:left;
	}
	
		#FooterLeft a:hover {
		background-position: 0px -44px;	
		}
		
	
	#FooterRight {
	width:auto;
	text-align:right;
	color:#636b76;
	background-color:inherit;
	float:right;
	}

/* ################  mainmenu  ######################### */

ul#mainmenu {
	padding:0px;
	margin:0px;
}

	ul#mainmenu a {
		text-decoration:none;
		display:block;
	}

	ul#mainmenu a:visited {
		text-decoration:none;
	}

	ul#mainmenu a:hover {
		text-decoration:none;
	}

	ul#mainmenu li {
		width:105px;
		height:22px;
		overflow:hidden;
		font-size:14px;
		text-align:center;
		list-style:none;
		margin-left:10px;
	}



li.mainnormal {
	width:105px;
	height:22px;
	color:#fa7d19;
	font-weight:bold; 
	background-color:inherit;
	font-weight:normal;
	float:left;
}

	
	li.mainnormal a:link, li.mainnormal a:visited {
		width:105px;
		height:22px;
		color:#fa7d19; 
		font-weight:bold;
		background: url("../img/bg_menu.gif") 0px 0px no-repeat;
		background-color:inherit;
		float:left;
	}

	
	li.mainnormal a:hover {
		width:105px;
		height:22px;
		color:#fa7d19; 
		font-weight:bold;
		background: url("../img/bg_menu.gif") 0px -44px no-repeat;
		background-color:inherit;
		float:left;
	}




li.mainactive {
	width:105px;
	height:22px;
	color:#FFFFFF;
	background-color:inherit;
	font-weight:bold;
	float:left;
}

	li.mainactive a:link, li.mainactive a:visited {
		width:105px;
		height:22px;
		color:#FFFFFF; 
		font-weight:bold;
		background: url("../img/bg_menu.gif") 0px -22px no-repeat;
		background-color:inherit;
		float:left;
	}

	li.mainactive a:hover {
		width:105px;
		height:22px;
		color:#FFFFFF; 
		font-weight:bold;
		background: url("../img/bg_menu.gif") 0px -22px no-repeat;
		background-color:inherit;
		float:left;
	}


.paddingmain {
	padding-top:3px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}



/* ################  submenu  ######################### */


ul#submenu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

	ul#submenu a {
		text-decoration:none;
		display:block;
	}

	ul#submenu a:visited {
		text-decoration:none;
	}

	ul#submenu a:hover {
		text-decoration:none;
	}

	ul#submenu li {
		width:150px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		list-style:none;
	}



li.subnormal {
	font-weight:normal;
	color:#636b76;
	background-color:inherit;
	font-weight:normal;
}

	li.subnormal a:link, li.subnormal a:visited {
		font-weight:normal;
		color:#636b76;
		background: url("../img/link.png") 0px -98px no-repeat;
		background-color:inherit;
	}

	li.subnormal a:hover {
		font-weight:normal;
		color:#000000;
		background:url("../img/link.png") 0px -49px no-repeat;
		background-color:inherit;
	}
	
	

li.subactive {
	font-weight:bold;
	color:#000000;
	background-color:inherit;
}

	li.subactive a:link, li.subactive a:visited {
		font-weight:bold;
		color:#000000;
		background:url("../img/link.png") 0px 0px no-repeat;
		background-color:inherit;
	}

	li.subactive a:hover {
		font-weight:bold;
		color:#000000;
		background:url("../img/link.png") 0px 0px no-repeat;
		background-color:inherit;
	}
	

.paddingsub {
	padding:0px 0px 6px 25px;
}




/* ################  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; 
border-top:3px solid #fa7d19; 
border-left:3px solid #fa7d19; 
border-right:3px solid #fa7d19; 
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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
background-color: #fff; 
border-bottom:3px solid #fa7d19; 
border-left:3px solid #fa7d19; 
border-right:3px solid #fa7d19; 
margin: 0 auto; 
line-height: 1.4em; 
overflow: auto; 
width: 100%	; 
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-style:italic; color:#fa7d19;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color:#aaaaaa; }			
#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; }



/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:transparent;
	color:#fff;
	/* opacity:0.8;  Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:0px 0px 18px 15px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */
 
	


#slider {
	position:relative;
	margin:18px 0px 0px 118px;
	background:#ffffff url(../img/loading.gif) no-repeat 50% 50%;
	/* -moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;  */
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a img{
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:44%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}