/* CSS Document */

body {
	width:100%;
	height:100%;
	margin: 0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3a864;
	background-color: #0b0b0f;
}
a {
	color: #c3a864;
	text-decoration:underline;
}
h1 {
	margin-top:0px;
	margin-bottom:10px;
	font-size:17px;
}
p {
        margin-top:0px;
		margin-bottom:10px;
}
img {
	border:0px;
	}
.wrapper {
	position:absolute;
	margin:-275px 0px 0px -425px;
	top: 50%;
	left: 50%;
	width:850px;
	height:551px;
	border: 1px solid #352d15;
}
#secret_holder {
	background-image:url(/secret_images/background.jpg);
	background-repeat:no-repeat;
}
#secret_overlay {
	display:none;
	background-color:#000000;
	opacity:0.75;
	filter:alpha(opacity=75); /* ie bug */
	zoom:1; /*sonst geht opacity nicht */
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
#secret {
	position:absolute;
	top:285px;
	left:0px;
	width:425px;
	height:197px;
	cursor:pointer;
}
#secret_img{
	display:none;
	position:absolute;
	top:0px;
	right:0px;
	width:275px;
	height:197px;
	background-image:url(/secret_images/secret.png);
}
#logo{
	display:none; 
	position:absolute;
	z-index:1001;
	margin:-310px 0px 0px -525px; /* 1/2 height, 1/2 width */
	top: 50%;
	left: 50%;

	width:300px;
	height:140px;
	background-image:url(/secret_images/logo.png);
}

#secret_txt{
	display:none;
	width:70px;
	position:absolute;
	top:60px;
	left:30px;
}
#menu {
	position:absolute;
	width:300px;
	height:100px;
	top:320px;
	left:150px;
}
.entry_button {
	background-image:url(/secret_images/button-fader.png);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	cursor:pointer;
	opacity:0.33;
	* filter:alpha(opacity=33);  /*ie bug */
	zoom:1; /*sonst geht opacity nicht */
}
#moreSecrets {
	opacity:0.44;
	* filter:alpha(opacity=44); /* ie bug */
	zoom:1; /*sonst geht opacity nicht */
}

/*  Overlay Content */
/* 850px total */
#over_wrapper {
	display:none;
	border: 1px solid #352d15;
	z-index:101;
}
#navigation {
	padding:10px;
	text-align:right;
	height:50px;
}
#collection {
	margin-right:10px;
	float:left;
}
#secret_desc {
	float:left;
}
.main {
	display:none;
	margin:10px;
	background-color:#000000;	
	border: 1px solid #352d15;
	z-index:1000;
}
.content {
	margin-top:35px;
	padding:10px;
	width:380px;
	height:350px;
}
#img_container {
	text-align:center;
	background-color:#000000;
}
#img_container img{
	margin: 0px 10px;
	border:1px solid #352d15;
}
.collection {
	/* total width: 380px */
	width:110px;
	height:150px;
	padding:5px;
	margin-bottom:10px;
	float:left;
	text-align:center;
	cursor:pointer;
	opacity:0.66;
	* filter:alpha(opacity=66); /* ie bug */
	zoom:1; /*sonst geht opacity nicht */
	margin-right:10px;
}
.collection.no3, .collection.clou {
	margin-right:0px;
}
.collection img {
	margin-bottom:10px;
	}
.display_details {
	display:none;
	z-index:1500;
	background-color:#000000;
	position:relative;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
}
.display_details p {
	margin-bottom:0px;
}
.preis {
	margin-top:7px;
	margin-bottom:20px;
}
#no1_img {background-image:url(/secret_images/no1.jpg);}
#no2_img {background-image:url(/secret_images/no2.jpg);}
#no3_img {background-image:url(/secret_images/no3.jpg);}
#no4_img {background-image:url(/secret_images/no4.jpg);}
#no5_img {background-image:url(/secret_images/no5.jpg);}
#no5_p_img {background-image:url(/secret_images/no5_p.jpg);}
#clou_img {background-image:url(/secret_images/no5_p.jpg);}

#no5_cycle {
	cursor:pointer;
	}
#back {
	display:none;
	position:relative;
	bottom:30px;right:35px;
	width:100%;
	height:20px;
	cursor:pointer;
	text-align:right;
	z-index:1600;
	text-decoration:underline;
}
/* thickbox */
#TB_overlay {
				z-index:2000;
}
#TB_window {
				z-index:2002;
				border:1px solid #b0bec7;
}
