*  {margin: 0; padding: 0;}
@font-face {
   font-family: "existence";
   src: url(../../*/fonts/Existence-Light.otf) format('opentype');
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	display: table;			
		}
body {
	margin: 0;
	padding:0;
	background-color: #222; //:url(../bilder/holz247.jpg) repeat;
	font: 62.5% "existence", sans-serif; 
	display: table-cell;
	vertical-align: middle;
	}
#scroll {
	margin: auto;
	position:relative;
	height:460px;
	overflow:hidden;
	border:1px solid #000;
	width:948px;
	padding:20px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 1em;
	-moz-box-shadow:inset 5px 5px 9px rgba(0,0,0,0.6);
	-webkit-border-radius: 1em;
	-webkit-box-shadow:inset 5px 5px 9px rgba(0,0,0,0.6);
	background-color: #111; //:url(../bilder/holz248.jpg) repeat;
}

#tools {
	width:9999em;
	position:absolute;
	height:400px;
}
#cc {
	height: 460px;float: left;
	}
#cc img{
	margin-left: -1px;
	margin-top: 186px;
	border:1px solid transparent;
	}
#cc img:hover{
	border:1px solid #000;
	}

.slide {
	float:left;
	width:1000px;
	height:400px;
	background-repeat:no-repeat;
	background-position:0 0px;
}

.details {
	background-color:#fff;
	opacity:0.1;filter:alpha(opacity=10);
	color:#000;
	position: absolute;	
	float:left;
	bottom: 5px;
	font-size:1.4em;
	//margin:300px 0 0 0;
	padding:10px 60px;
	width:565px;

}

.aboutbox {
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.8);
	float:right;
	height:354px;
	margin-right: 20px;
	padding:20px 25px 20px 25px;
	width:242px;
	background-color:#111;//:url(../bilder/holz249.jpg) repeat;
	-moz-border-radius: 1em;
	-moz-box-shadow:inset 5px 5px 9px rgba(0,0,0,0.6);
	-webkit-border-radius: 1em;
	-webkit-box-shadow:inset 5px 5px 9px rgba(0,0,0,0.6);
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: #fff;
}
.aboutbox h2 {
	color:#fff;//#065598;
	font-size:2.3em;
	display:block;
	padding:10px 0;
}

.aboutbox a {
	color:#fff;
	font-size:1.4em;
	text-decoration:none;
	cursor: pointer;
}
.aboutbox a:hover {
	text-decoration:underline;
}

.aboutbox p {
	margin:0 0 4px;
	//background:transparent url(bullet.png) no-repeat scroll 0 2px;
	padding:2px 0 1px 22px;
}

#thumbs {
	background:url(../bilder/thumbnav.png) no-repeat;
	height:85px;
	position:absolute;
	top:425px;
	width:978px;
	left:-1px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;

}

.t a {
	background:transparent url(../bilder/thumbnav.png) no-repeat scroll -21px -90px;
	margin-left:11px;
	display:block;
	width:99px;
	float:left;
	height:90px;
	cursor:pointer;
}

.t a.active {
	cursor:default !important;
}

.navi {
	margin-left:314px;
	_margin-left:304px;
}

/* CSS sprite for the navigation */
#t0 		  { margin-left:20px; _margin-left:10px;}
#t0.active { background-position:-21px 0 !important; }
#t0:hover  { background-position:-21px -180px; }
#t0:active { background-position:-21px -270px; }

#t1			{ background-position:-325px -90px; }
#t1:hover 	{ background-position:-325px -180px; }
#t1:active	{ background-position:-325px -270px; }
#t1.active	{ background-position:-325px 0 !important; }

#t2			{ background-position:-435px -90px; }
#t2:hover 	{ background-position:-435px -180px; }
#t2:active	{ background-position:-435px -270px; }
#t2.active	{ background-position:-435px 0 !important; }

#t3			{ background-position:-545px -90px; }
#t3:hover 	{ background-position:-545px -180px; }
#t3:active	{ background-position:-545px -270px; }
#t3.active	{ background-position:-545px 0 !important; }

#t4			{ background-position:-655px -90px; }
#t4:hover 	{ background-position:-655px -180px; }
#t4:active	{ background-position:-655px -270px; }
#t4.active	{ background-position:-655px 0 !important; }

#t5			{ background-position:-765px -90px; }
#t5:hover 	{ background-position:-765px -180px; }
#t5:active	{ background-position:-765px -270px; }
#t5.active	{ background-position:-765px 0 !important; }

#t6			{ background-position:-875px -90px; }
#t6:hover 	{ background-position:-875px -180px; }
#t6:active	{ background-position:-875px -270px; }
#t6.active	{ background-position:-875px 0 !important; }





/***************************************/

header {

	height: 65px;
	position: absolute; top: -30px; right: 5px; color: fuchsia;
	padding: 0px 10px 0 10px;		
	font: 100 18px/20px "Helvetica Neue",sans-serif;		
	opacity: 0.9;		
	text-shadow: rgb(0, 0, 0) 0px 2px 0px;

	display: block;
	margin: 50px 0 0 20px; padding: 10px;
	min-width: 50px;
	max-width: 550px;
	float: left;
	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px #111;
	-moz-box-shadow: 5px 5px 5px #111;
	z-index: 200;
	
	background-color: hsla(1,100%, 1%, .5); -webkit-transform: rotate(5deg);-moz-transform: rotate(5deg);
	
	
	 }
header h1 { font: 100 30px/32px "Helvetica Neue",sans-serif; text-transform: lowercase; letter-spacing: 0px;
			color: #eee; text-shadow: 0 0 150px #fff, 0 0 60px #fff, 0 0 10px #fff; }
