@charset "UTF-8";
/* CSS Document */


#box1 {
	width: 710px;
	height: 103px;
	background-color: #fff;
	position:fixed;
	z-index: 2;
	left:150px;
	opacity: 0.8;
	top: 0px;
}

#header1{
	position:fixed;
	left: 20px;
	

}

#header2 {
	position:fixed;
	left: 890px;
	
}

#headerlinks {
	position:fixed;
	left: 900px;
	padding-left: 0;
	text-align:center;
	font: 100 11px/160% "Courier", monospace ;
	font-style: italic;
	color: #00280B;
	top: 20px;
	line-height:5px;
	
}


#navi {
	padding-left: 0;
	white-space: nowrap;
	text-transform: uppercase;
	font: 100 12px/160% "Courier", monospace ;
	font-style: italic;
	color: #00280B;
	word-spacing: 4px;
	position:fixed;
	top: 30px;
	left: 181px;
	z-index:3;
	}
	
#navi1 {
	padding-left: 0;
	white-space: nowrap;
	font: 100 11px/160% "Courier", monospace ;
	font-style: italic;
	color: #00280B;
	word-spacing: 8px;
	position:fixed;
	top: 31px;
	left: 500px;
	z-index:3;
	}




#navi2 {
	padding-left: 0;
	white-space: nowrap;
	font: 100 11px/160% "Courier", monospace ;
	font-style: italic;
	color: #00280B;
	word-spacing: 2px;
	position:fixed;
	top: 60px;
	left: 181px;
	z-index:3;
	}	

#sub {
	padding-left: 0;
	white-space: nowrap;
	font: 100 11px/160% "Courier", monospace;
	font-style: italic;
	color: #00280B;
	word-spacing: -2px;
	position:fixed;
	top: 150px;
	width: 157px;
	left: 20px;
	
	}
	
#work {
	padding-left: 0;
	white-space: nowrap;
	font: 100 11px/160% "Courier", monospace;
	color: #00280B;
	position:fixed;
	top: 60px;
	width: 326px;
	left: 181px;
	z-index:3;
	}	
	

#headerlinks a:link {

	color: #fff;
	text-decoration: none;

}

#headerlinks a:visited {
	
	color: #fff;
	text-decoration:none;
	
	}
	
#headerlinks a:hover, 
#headerlinks a:active {
	
	font-weight:bold;
	color: #00280B;
	text-decoration:none;
	
	}


#navi a:link,
#navi1 a:link, 
#navi2 a:link,
#sub a:link,
#work a:link,
#bilder a:link{
	
	color: #00280B;
	text-decoration: none;
		
		}

#navi a:visited,
#navi1 a:visited, 
#navi2 a:visited,
#sub a:visited,
#work a:visited,
#bilder a:visited{
	
	color: #00280B;
	text-decoration: none;

	}

#navi a:hover, #navi a:active, 
#navi1 a:hover, #navi1 a:active,
#navi2 a:hover, #navi2 a:active, 
#sub a:hover, #sub a:active,
#work a:hover, #work a:active,
#bilder a:hover, #bilder a:active{

	font-weight:bold;
	color: #F7C9DD;
	text-decoration: none;
	
	}
	

#bilder {
	position:absolute;
	left: 180px;
	top: 150px;
	z-index:1;
	background:#fff;
	width: 650px;
	font: 100 11px/160% "Courier", monospace ;
	font-style:normal;
	color: #00280B;
	word-spacing: -2px;
	}
	
#lightbox{
	background-color:#fff;
	padding: 10px;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }






#overlay{ background-image: url(../gfx/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(../gfx/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../gfx/overlay.png", sizingMethod="scale");
	}
	
