@charset "utf-8";
/* CSS Document */

body {
	background: url(img/bg-03.jpg) top center !important; /* important wegen fancybox javascript */
	padding:0 0 25px 0;
	margin:0;
	font-family: 'Carme', sans-serif;
	font-family: 'Carme', sans-serif;
	line-height: 150%;
	font-size: 14px;
	color: #000;
}

a, a:visited {
	color: #000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

.inner {
	width: 850px;
	margin:auto;
	overflow:hidden;
	height:auto;
	clear: both;
}

#header {
/*	background: url(img/bg-header-10.jpg) center 20px no-repeat;  */
	height: auto;
	padding-top: 70px;
/*	margin-bottom:55px; */
	height:630px;
}

#header .inner {
	text-align: center;	
}

h1 {
	margin: 0;
	padding: 0;
	width: 340px;
	height:91px;
	background:url(img/LUXX-logo-01.png) top left no-repeat;
	display:none;
}

h1 span {
	display: none;	
}

h2 {
	margin: 0;
	padding: 0;
	width: 745px;
	height: 230px;
	background:url(img/bg-h2-01.png);
	margin-top:540px;
}

h2 span {
	display: none;	
}

#video {
	height: auto;
	margin-bottom:45px;
}

#sound {
	height: auto;
	margin-bottom:45px;
	background:url(img/sound-bg-02.png);
}

#sound h3 {
	margin:30px 0 0 0;
	padding:0;	
	height: 45px;
	width:530px;
	background:url(img/bg-sound-h3-01.png) top left no-repeat;
}

#sound h3 span {
	display: none;	
}

#sound .top {
	overflow:hidden;
	height:auto;
	clear:both;
}

#sound .left {
	float: left;
	width: 260px;
	height:250px;
	padding-left:40px;
	padding-top:30px;
}

#sound .left a {
	display: block;
	width: 220px;
	height: 220px;
	-webkit-box-shadow: 0px 0px 50px #632650;
	-moz-box-shadow: 0px 0px 50px #632650;
	box-shadow: 0px 0px 50px #632650;
	background:url(img/bg-artwork-02.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* Rausgenommen wegen jquery Animation 
#sound .left a:hover { background-position: 0 -220px; }
	*/

#sound .left a span {
	display: none;	
}

#sound .right {
	float: left;
	width: 510px;
	height:250px;
	padding-right:40px;
	padding-top:30px;
}

#sound .bottom {
	clear: both;
	height: auto;
	overflow: hidden;
	padding-bottom:30px;
}

#sound .bottom p {
	width: 270px;
	height:45px;
	background:url(img/bg-sound-bottom-p-01.png) top left no-repeat;
	margin:0;
	padding:0;
	float:right;
	margin-top: 7px;
	margin-right: 35px;
}

#sound .bottom p span {
	display: none;	
}

#sound .bottom a {
	display: block;
	float:right;
}

#sound .bottom a.itunes {
	width: 150px;
	height:45px;
	background:url(img/bg-itunes-01.png);
/*	margin-right: 35px; */
}

#sound .bottom a.amazon {
	width: 150px;
	height:45px;
	background:url(img/bg-amazon-01.png);
	margin-top:18px;
}

#sound .bottom a.itunes span, #sound .bottom a.amazon span{
	display: none;	
}

#links {
	height: auto;
	margin-bottom:0px;
}

#links span {
	display: none;	
}

#links a.free-download {
	display: block;
	width: 850px;
	height: 240px;
	background-image:url(img/bg-download-link-02.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom:45px;
}

#links a.free-download:hover {
	background-position: left -240px;	
}

#links a.fb-link {
	display: block;
	width: 850px;
	height: 100px;
	background-image:url(img/bg-fb-link-01.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom:45px;
}


#newsletterlink {
	height: auto;
	margin-bottom:0px;
}
#newsletterlink a {
	display: block;
	width: 850px;
	height: 120px;
	background-image:url(img/bg-newsletter-link-01.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom:45px;
}
#newsletterlink a:hover {
	background-position: left -120px;
}
#newsletterlink a span {
	display: none;	
}

#footer .inner{
	text-align: right;
	padding-bottom:10px;
	font-size:11px;
	color: #000;
}

/* Rausgenommen wegen jquery Animation
#links a.fb-link:hover {
	background-position: left -100px;	
}
*/

#fancybox-overlay { cursor:default !important; }