@charset "utf-8";
/* Reset */
body,ul,li,dl,dt,dd,form,h1,h2,h3,h4,div,span,a,p{padding:0;border:0;margin:0}
/* Main */
body{
	background:#000;
	font:13px Arial, Helvetica, sans-serif;
}
a{color:#fff;text-decoration:none;}
a:hover{text-decoration:underline;}
a:focus{outline:0;}
.clear{clear:both;}
/* Mainbox */
#mainbox{
	background:url(../img/bg.jpg);
	width:960px;
	height:670px;
	margin:0 auto;
	position:relative;
}
#mainbox a{
	position:absolute;
}
#mainbox a span{
	display:none;
}
#mainbox a.fame{
	width:160px;height:160px;
	top:220px;left:100px;
}
#mainbox a.nicola{
	width:165px;height:220px;
	top:240px;left:300px;
}
#mainbox a.marcel{
	width:180px;height:230px;
	top:230px;left:490px;
}
#mainbox a.news{
	width:180px;height:180px;
	top:200px;left:690px;
}
#mainbox a.kontakt{
	width:200px;
	left:50%;
	margin-left:-100px;
	bottom:50px;
	text-align:center;
}
/* Overlay Box */
#overlay_bg{
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
}
.overlay_box{
	position:fixed;
	z-index:2;
	background:#f2e4bb;
	top:50px;
	left:50%;
	-moz-border-radius:5px;
}
.overlay_box.w400{
	width:400px;
	margin-left:-200px;
}
.overlay_box.w500{
	width:500px;
	margin-left:-250px;
}
.overlay_box h1{
	font-size:16px;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff;
	margin:5px 15px;
}
.overlay_box a.close{
	display:block;
	width:15px;
	height:15px;
	background:url(../img/close.png);
	position:absolute;
	top:5px;
	right:5px;
}
.overlay_box>div{
	margin:5px;
	padding:10px;
	border:1px solid #aaa;
	background:#fff;
	max-height:400px;
	overflow:auto;
}
.overlay_box>div h2{
	font-size:14px;
}
.overlay_box>div h3{
	font-size:12px;
	color:#45331f;
}
.overlay_box>div p{
	margin-bottom:10px;
}
.overlay_box>div a{
	color:#C60;
}
/* Kontakt */
#kontakt{
}