/* CSS Document */

/* Website */
body  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#CCCCCC; background-color:#232323; cursor:default; margin: 0 0 0 0; }
a  { text-decoration:none; color:#999999; }
a:hover { color: #666666; text-decoration:underline; }
h3 { font-weight: bold; color:#999966; display:inline; font-size: 11px;  }
hr	{ border: 1px solid #999966; }

#green  { position:relative; margin-top: -585px; width:100%; height: 265px; background-image:url(../pics/bg_green.gif); z-index: 0; }
#line  { position: relative; width: 100%; height:24px; background-color:#1a1a1a; z-index: 0; }
#grey { position:relative; width:100%; height:210px; background-image: url(../pics/bg_grey.gif); background-repeat: repeat-x; background-color:#232323;  z-index: 0;  }

#container  { position: relative; margin-left: auto; margin-right: auto; margin-top: 100px; width: 840px; height: 480px; background-image: url(../pics/bg_content.gif); background-color:#FFFFFF; z-index:1; }
#picture  { position: absolute; z-index: 1; width: 800px; height: 392px; top: 20px; left: 20px; background-image:url(../pics/infodesignerin.jpg); }
#contpic  { position: absolute; z-index: 1; width: 800px; height: 392px; top: 20px; left: 20px; background-image:url(../pics/infodesignerin2.jpg); }
#logo  { position:absolute; z-index:1; width: 175px; height: 24px; top: 442px; left: 20px; background-image:url(../pics/infodesignerin.gif); background-repeat:no-repeat; }
#navi  { position:absolute; z-index:1; width: 400px; height: 20px; top: 454px; left: 400px; font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight: 500; color:#999966; }
#text  { position: absolute; z-index:2; width: 310px; height:300px; top: 95px; left: 70px; color:#CCCCCC; vertical-align:bottom; }
#text a  { color: #CCCCCC; }
#text a:hover  { color:#FFFFFF; }
#subnavi  { position: absolute; z-index:2; width: 400px; height: 20px; top: 30px; left: 70px; }
#subnavi a { color: #CCCCCC; }
#subnavi a:hover  { color:#cccc99; }

#port_pic  {
	position: absolute;
	z-index:3;
	width: 385px;
	height: 240px;
	top: 95px;
	left: 415px;
}
#white  { position: absolute; z-index:3; width: 420; height: 280px; top: 70px; left: 400px; background-color:#FFFFFF; }

/* #titel  {
	position: absolute;
	z-index:2;
	width: 200px;
	height: 20px;
	top: 30px;
	left: 600px;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
}*/
#describe  {
	position: absolute;
	z-index:2;
	width: 385px;
	height: 50px;
	top: 340px;
	left: 415px;
	color:#FFFFFF;
}
#describe a { color: #CCCCCC; text-decoration:none; }
#describe a:hover  { color: #FFCC00; }

#content  {
	position: absolute;
	z-index:2;
	width: 385px;
	height: 50px;
	top: 340px;
	left: 415px;
	color:#FFFFFF;
}

#twitter_update_list li {  
	padding: 5px;
	list-style:square;
	background-color:999966;
}



/* 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; font-weight:normal; 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: 100px; 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; }

/* Kontaktformular */

	#form {
		position: absolute;
		z-index: 2;
		width: 310px;
		height: 300px;
		top: 95px;
		left: 70px;
		margin: 0;
	}
#form fieldset{
		margin:0;
		padding:0;
		border:none;	
		padding-bottom:1em;
		}		
	#form legend{display:none;}	
	#form p{margin:0;}	
	#form label{display:block; height: 14px;}	
	#form input, #form textarea{		
		width:300px;
		border:1px solid #666;
		background:#282828;
		padding:5px 3px;
		color:#fff;
		}		
	#form textarea{
		height:60px;
		overflow:auto;
		}					
	#form p.submit{
		text-align:right;
		}	
	#form button{
		padding:0 20px;
		height:32px;
		line-height:32px;		
		border:1px solid #333;
		background:#999966;
		color:#fff;
		cursor:pointer;		
		text-align:center;		
		}				

