@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100.0%;
	margin:0; x-overflow:hidden;
}

body,td,th {
	font-size: 11px; color:#FFFFFF;
}


/*** LAYOUT ***/

#wrapper {
	margin: 0;
	position:absolute;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 600px;
	margin-top: -300px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -490px;
	z-index: 1;
	background-position: 0 0; 
}


#start {
	margin: auto;
}


.stoerer { position: absolute; margin:0 0 0 520px; padding:0px; z-index:5000;}

*html .stoerer{ position: absolute; margin:0 0 0 -80px; padding:0px; z-index:5000;}

#album {width:550px; height:430px; float:left; margin:50px 0 0 50px;}

#album .button {
	height:30px;
	z-index:1000;
	width: 200px;
	position: absolute;
	padding: 0;
	float: left;
}


#single {
	width:220px;
	height:280px;
	float:right;
	margin:100px 50px 0 0;
}

#single .button {
	height:40px;
	padding: 10px;
	background-image:url(single_bottom.png);
	padding-bottom: 0px;
}

.button a {
	color:#FFF;
	font-size:16px;
	border:0px;
	margin:0;
	padding:0;
}



.button a:hover img  {
	opacity: .4;
	-moz-opacity:.4;
	-khtml-opacity: .4;
	background-color: #transparent;
	border:0px;
	margin:0;
	padding:0;

}


*html .button a:hover img {
	background-color: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}


.cover a:hover img  {
	opacity: .4;
	-moz-opacity:.4;
	-khtml-opacity: .4;
	background-color: #transparent;
	border:0px;
	margin:0;
	padding:0;

}


*html .cover a:hover img {
	background-color: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

}



.bt_enter {
	width: 100%;
	text-align: center;
	bottom:0px;
	z-index: 5000;
	position:fixed;
	height: 40px;
	padding-bottom: 1px;
}

*html .bt_enter { 	position: absolute; width:auto; margin-left:340px; text-align: center; overflow:hidden; }

.bt_enter a {
	color:#FFF;
	font-size:16px;
	border:0px;
	margin:0;
	padding:0;
}






.bt_enter a:hover img  {
	opacity: .4;
	-moz-opacity:.4;
	-khtml-opacity: .4;
	background-color: #transparent;
	border:0px;
	margin:0;
	padding:0;

}


*html .bt_enter a:hover img {
	background-color: #000;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);

}


/*** STANDARDS ***/

img {
	border:0px;
	margin:0;
	padding:0;

}


div, p, span {
	margin:0; padding:0px;

}

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

a {
	font-size: 9px;
	color: #FFFFFF;
}
a:hover {
	color: #666666;

}
a:active {
	color: #FFFFFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-size: 14px;
}



ul, li {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

