@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */


body {
	background:url(../img/background.png) no-repeat bottom left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    text-shadow: 0 1px 1px #2A2A2A;
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale')";
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/background.jpg', sizingMethod='scale');
}

img{ border: none;}

#box{
	width: 508px;
	height: 463px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -254px;
	margin-top: -232px;
	z-index: 3;
}

#cdbox {
	position: relative;
	height: 563px;
}
#events {
	width: 468px;
	margin: 40px auto;
	background: url(../img/events-background.png);
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	color: #fefcfc;
	min-height: 150px;
}
#events h2{
	margin: 0px;
	font-weight: normal;
}

#events ul {
	list-style: none;
	padding-left: 0px;
}

#events ul li {
display: block;
	height: 60px;
	position: relative;
	margin-top: 10px;
	margin-left: 60px;
	 font-size: 12px;
}
#events ul li img{
	position: absolute;
	left: -60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#events h3 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;	
}

#events h3 a{
	color: #fefcfc;
	font-size: 16px;
	text-decoration: none;
}

#cover {
	width: 508px;
	height: 463px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -254px;
	margin-top: -232px;
	-webkit-box-shadow: 0px 0px 20px #000000;
	-moz-box-shadow: 0px 0px 20px #000000;
	box-shadow: 0px 0px 20px #000000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-transform:  rotate(-5deg);
	-webkit-transform: rotate(-5deg) ;
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: 2;
	background: url(../img/cover.png) no-repeat;
}
#cd{
	width: 430px;
	height: 436px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -218px;
	z-index: 1;
	-moz-transform:  rotate(-5deg);
	-webkit-transform: rotate(-5deg) ;
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   	-moz-transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   	-o-transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
	transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
#cover:hover + #cd{
	margin-top: -230px;
	padding-left: 240px;
	-webkit-transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
   	-moz-transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    transition: all 2000ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

#menu{
	position: relative;
	width: 508px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}
a:active { outline: 0; position: relative; top: 1px; text-decoration: none;}

#imprint{
	position: relative;
	margin: 0 auto;
	width: 508px;
	color: #555;
	font-size: 0.7em;
	text-align: center;
}

#imprint a{
	color: #FFF;
}