@charset "UTF-8";
/* CSS Document */
/* The Braid UG (haftungsbeschraenkt)  */  
/* mediaism  */      
/* Gutenbergstraße 18 */
/* 24118 Kiel */
/* diekert@the-braid.de */
/* author: Bjoern Diekert / Germany / Kiel */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
} 

body {
    background: rgb(255,255,255) url(../img/body-bg.jpg) repeat-x;
	color: rgb(0,0,0);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;          
	line-height: 17px;
	margin: 0;
	padding: 0;  
}

blockquote {
	font-size: 12px;
	font-style: italic;
	padding: 0;
	margin: 0 25px 0 25px; 
}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {
	color: white;
}   

hr {
	background-color: white;               
	border-bottom: none;
	border-left: none;
	border-right: none;    
	border-top: dotted 1px rgb(200,200,200);
	margin-left: 10px;
	width: 280px;
}

img {
	border: none;
}

p {
  margin-left: 25px;  
  margin-bottom: 15px;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;  
}

a:hover {
	color: rgb(60,60,60);
	text-decoration: underline;
}

/* Divs 
*****************************/

#main {
	height: 400px;
	left: 50%;
	margin-left: -350px;
	margin-top: -200px;
	position: absolute;
	top: 50%;
	width: 700px;
}

#audioplayer {
	visibility: hidden;
}           

#top-right {
	display: inline;
	top: 10px;
	right: 20px;
	height: 30px;
	position: absolute;
	width: 300px;
	text-align: right;
}    

#close {
	
	font-size: 3em;
	width: 500px;
	height: 20px;
	
	position: absolute;
	
	right: 20px;
	bottom: 20px;
	
	text-align: right;
}

#shooters {
	
	font-size: 1.2em;
	color: white;
	width: 500px;
	height: 20px;
	
	position: absolute;
	
	left: 20px;
	bottom: 20px;
	
	text-align: left;
}                               




#close a, #close a:active, #close a:hover { 
	color: #FFF;
	text-decoration: none;
}

#gallery_bg {
	 visibility: hidden;

	
	display: none;
	
	height: 100%;
	width: 100%;
	
	position: absolute;
	
	background-color: #000000;
	z-index: 990;
	
	filter:alpha(opacity=00); /* Internet Explorer */
	-moz-opacity: 0.00; /* Mozilla Browser */
	opacity: 0.00; /* Opera */
		
}

#gallery {
	display: none;
		
	height: 100%;
	width: 100%;
	
	position: absolute;
	
	z-index: 991;
	
	filter:alpha(opacity=0); /* Internet Explorer */
	-moz-opacity: 0.00; /* Mozilla Browser */
	opacity: 0.00; /* Opera */
	
}       

#gallery_bg-video {
	 visibility: hidden;

	
	display: none;
	
	height: 100%;
	width: 100%;
	
	position: absolute;
	
	background-color: #000000;
	z-index: 990;
	
	filter:alpha(opacity=00); /* Internet Explorer */
	-moz-opacity: 0.00; /* Mozilla Browser */
	opacity: 0.00; /* Opera */
		
}

#gallery-video {
	display: none;
		
	height: 100%;
	width: 100%;
	
	position: absolute;
	
	z-index: 991;
	
	filter:alpha(opacity=0); /* Internet Explorer */
	-moz-opacity: 0.00; /* Mozilla Browser */
	opacity: 0.00; /* Opera */
	
}                         

#slideshow {
	height: 520px;
	margin-top: -260px;
	margin-left: -450px;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 900px;
}            
