h3 { font-size:12px;}

p.menu { line:25px;}
div.jqZoomTitle
{
	z-index:10000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
}



.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.5;
		opacity: 0.5;
		filter: alpha(opacity = 50);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

* html .preload{
	
	width:90px;
	height:43px;

}

.jqZoomWindow
{
	
	background-color: #FFF;
}

.zoom_ieframe
{
}




.next, .prev{
	cursor:pointer;
}
#screen{
	position:relative;
	height:500px;
	width:785px;
	
}
	#screen .next, #screen .prev{
	position:absolute;
	top:540px;
	z-index: 9;
	}
	#screen .prev{
	left:18px;
	}
	#screen .next{
	right:25px;
	}
	#navigation{
		width:600px;
		text-align:center;
		margin-left:62px;
	}
		#navigation ul{
			margin-left:55px !important;
			margin-left:35px;
		}
			#navigation li{
				float:left;
				margin:0 20px;
				padding:10px 20px;
				background-color:#EEE;
			}
				#navigation a{
					color:#933;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;

	width:785px;
	height:523px;
	clear:left;

}
	
	#sections ul{
		width:3660px;
	}
	
		#sections li{
			float:left;
			
		}
			#sections li.fallen{
				margin-top:369px;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#sections h2{
				color:#993333;
				margin:20px 0pt;
			}
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}

* {
	margin:0;
	padding:0;
	list-style:none;
}

body {
	margin: 0px;
	font: 11px/1.7em "Lucida Grande", Arial, Verdana, Helvetica, serif;
	color: #CCC;
}

h1 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}
#logoholder {
	position:fixed;
	left: 103px;
	top: 3px;
	width: 275px;
	height: 183px;
	z-index:1;
		
}

#holder {
width: 785px;
margin-left:200px;
/* margin-right:auto; */
margin-top: 0px;
/*background-color: #999;*/
background-image:url(../images/bg.jpg);
color:#FFF;
}

A:link {
text-decoration:none;
color: #FFF;
cursor:pointer;
}

A:active {
text-decoration:none;
color:#FFF;
cursor:pointer;
}

A:visited {
text-decoration:none;
color:#FFF;
cursor:pointer;
}

A:hover {
	text-decoration:none;
	color: #CCC;

}

.blackadress A:link {text-decoration: none; color:#06C;}
.blackadress A:visited {text-decoration: none; color:#06C;}
.blackadress A:active {text-decoration: none; color:#06C;}
.blackadress A:hover {text-decoration: none; color:#666;}

.container {

	width: 785px;
	height: 100%;
	margin-left: auto; 
	margin-right: auto;
}

body > div#menu {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
  }

.bildershow { 
position:absolute;
left:15px
}

.bildcontainer {
	
	width: 990px;
	height: 1600px;
	position:relative;

	}


#menu {
	position: fixed;
	top: 120px;
	left: 0px;
	width: 174px;
	height:313px;
	z-index: 444;
	padding: 25px;
	text-align:left;
	color: #FFF;
	

  }

#logo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 180px;
  height:150px;
  z-index: 999;
  vertical-align:middle;
  padding-left:20px;
  }



.impressum {
	position: absolute;
	left: 0px;
	top: 30px;
	color:#333;
	text-align: left;
	background-color: #eeeeee;
	layer-background-color: #ddd;
	border: 1px none #000000;
	padding:10px;
	width: 163;
	height:254px;
	z-index: 6;
}

.textfield {
	color:#333;
	background-color:#d4d4d4;
	position: absolute;
	text-align:left;
	padding: 25px;
	z-index:1;
	width: 121px;
	height: 400;
		}
	
.textfield_name {
	color:#333;
	background-color: #666;
	position: absolute;
	text-align:left;
	padding: 10px;
	padding-right:0px;
	z-index:6;
	width: 22px;
	height:88px;
	}
.textfield_stage {
	color:#333;
	background-color: #666;
	position: absolute;
	text-align:left;
	padding: 10px;
	padding-right:0px;
	z-index:7;
	width: 22px;
	height: 90px;
	}

.textfield_name_celebs {
	color:#333;
	background-color: #666;
	position: absolute;
	text-align:left;
	padding: 10px;
	padding-right:0px;
	z-index:5;
	width: 22px;
	height: 94px;
	}

.textfield_portfolio {
	color:#333;
	background-color:#d4d4d4;
	position: absolute;
	text-align:left;
	padding: 25px;
	z-index:15;
	width: 534px;
	}
	.textfield_portfolio2 {
	color:#333;
	background-color:#d4d4d4;
	position: absolute;
	text-align:left;
	padding: 25px;
	z-index:4;
	width: 534px;
	}
.textfield_nopad {
	color:#333;
	background-color:#d4d4d4;
	position: absolute;
	text-align:left;
	padding: 25px;
	padding-bottom:0px;
	z-index:1;
	width: 244px;
	}

.scrollLink {
	padding-top: 67px;
	}

img {
	border:0;
	text-align: center;
	}


	
.menuHR {
	background-color: #363636;
	border:thin; 
	height:1px; 
	margin-top: 5px; 
	margin-bottom: 5px;
	}
	
	/* Easy Slider */

	#slider, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10{
	left: -1px;
	top: 518px;
				
		}	
	#slider ul, #slider li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li, #slider4 ul, #slider4 li, #slider5 ul, #slider5 li, #slider6 ul, #slider6 li, #slider7 ul, #slider7 li, #slider8 ul, #slider8 li, #slider9 ul, #slider9 li, #slider10 ul, #slider10 li{
		margin:0;
		padding:0;
		list-style:none;
		cursor:pointer;
		
		}
	#slider li, #slider2 li, #slider3 li, #slider4 li, #slider5 li, #slider6 li, #slider7 li, #slider8 li, #slider9 li, #slider10 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:785px;
		height:580px;
		overflow:hidden;
		}					
		
	p#controls, p#controls2, p#controls3, p#controls4, p#controls5, p#controls6, p#controls7, p#controls8, p#controls9, p#controls10{
		
		position:relative;
		} 
	
	#prevBtn, #prevBtn2, #prevBtn3, #prevBtn4, #prevBtn5, #prevBtn6, #prevBtn7, #prevBtn8, #prevBtn9,  #prevBtn10{
		visibility:hidden;
		}
		
	#nextBtn, #nextBtn2, #nextBtn3, #nextBtn4, #nextBtn5, #nextBtn6, #nextBtn7, #nextBtn8, #nextBtn9, #nextBtn10{ 
		position: relative;
		left: 712px;
		display: block;
		width: 62px;
		height: 10px;
		text-indent:-8000px;
		margin:0;
		overflow:hidden;
		background-image:url(../images/menu/next.gif);
		
		}
															
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a, #prevBtn3 a, #nextBtn3 a, #prevBtn4 a, #nextBtn4 a, #prevBtn5 a, #nextBtn5 a, #prevBtn6 a, #nextBtn6 a, #prevBtn7 a, #nextBtn7 a, #prevBtn8 a, #nextBtn8 a, #prevBtn9 a, #nextBtn9 a {  
	display:block;
	width:53px;
	height:10px;
		}												

/* // Easy Slider */				

#col_one {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 30%; /* Allows for fluid design. Can be set to pixels */
float: left;

; /* Only here so you can see the different columns */

}
#col_two {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 30%;
float: left;

}
#col_three {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 30%;
float: left;

}
#col_four {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 18%;
float: left;
background: #0cf; /* Only here so you can see the different columns */
border: thin solid #000; /* again, just so you can see the different columns */
}
#col_five {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 18%;
float: left;
background: #09c; /* Only here so you can see the different columns */
border: thin solid #000; /* again, just so you can see the different columns */
}

p {
	line-height: 1.6;
}



/*Mojomagnify*/

div.mojomagnify_zoom {
	position : absolute;
	width : 160px;
	height : 160px;
	overflow : hidden;
	cursor : crosshair;

	
}



div.mojomagnify_border {
	position : absolute;

	border : 2px solid black;

	width:156px;
	height:156px;

}


img.mojomagnify_img {
	padding : 0px;
	border : 0px;
}

