body {
	font-family: "Neue Helvetica", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #323232;
	background-color: #000;
}

/* Intro */

#intro {
	position: absolute;
	left: 50%;
	top: 46%;
	width: 600px;
	height: 110px;
	margin-left: -300px; /* half of width */
	margin-top: -55px;  /* half of height */
}


/* Uhren */

img.image-left {
	display: block;
	float: left;
	margin: 8px 0 28px 0;
}

img.image-right {
	display: block;
	float: right;
	margin: 8px 0 28px 0;
}

img.zitat {
	display: block;
	margin: 54px 0 0 28px;
}


/* Logo */

#logo {
	position: absolute;
	top: 59px;
	left: 30px;
}


/* Content */

#content p {
	/* width: 490px; */
}

body#uhren-detail #content p,
body#schmuck-detail #content p {
	width: 490px;
}

#content {
	position: absolute;
	left: 420px;
	width: 500px;
	height: 640px;
}

body#default #content,
body#entdeckt #content,
body#uhren #content,
body#uhren-detail #content,
body#schmuck #content,
body#schmuck-detail #content {
	padding: 58px 0 20px 39px;
}

body#default #content {
	left: 280px;
	padding-top:146px;
}

body#entdeckt #content {
	left: 280px;
	padding-top:0;
	width: 520px;

}

body#tick #content {
	left: 300px;
	padding-top:0;
}

body.kontakt #content {
	padding-top:0 !important;
}


/* Navigation, Level 1 */

#nav-main {
	position: absolute;
	top: 142px;
	left: 86px;
	color: #1b1c20;
}

#nav-main li {
	list-style-type: none;
	line-height: 22px;
	height: 22px;
}

#nav-main li a {
	text-decoration: none;
}

#nav-main li a img {
	display: block;
}

/* Navigation, Level 2 */

#nav-uhren,
#nav-schmuck {
	position:absolute;
	top: 43px;
	left: 280px;
	width: 140px;
}

#nav-uhren li,
#nav-schmuck li {
	list-style-type: none;
	line-height: 56px;
	height: 56px;
}

#nav-uhren li a,
#nav-schmuck li a {
	text-decoration: none;
}

#nav-uhren li a img,
#nav-schmuck li a img {
	display: block;
}

body#entdeckt {
	background-image: url(../img/bg-body/bg-allgemein-hell.gif);
	background-repeat: repeat-y;
}

body#uhren {
	background-image: url(../img/bg-body/bg-uhren-dunkel.gif);
	background-repeat: repeat-y;
}

body#uhren-detail {
	background-image: url(../img/bg-body/bg-uhren-hell.gif);
	background-repeat: repeat-y;
}

body#schmuck {
	background-image: url(../img/bg-body/bg-schmuck-dunkel.gif);
	background-repeat: repeat-y;
}

body#schmuck-detail {
	background-image: url(../img/bg-body/bg-schmuck-hell.gif);
	background-repeat: repeat-y;
}

body#default {
	background-image: url(../img/bg-body/bg-uhren-dunkel.gif);
	background-repeat: repeat-y;
}

body#default * {
	color:white;
}

body#tick {
	background-image: url(../img/bg-body/bg-tick.gif);
	background-repeat: repeat-y;
}

/* Facebook-Logo */


#like-box {
	position: fixed;
	bottom: 42px;
	left: 86px;
	
}

/* Flipping Book */

#flipping-book {
	position: fixed;
	left: 86px;
	bottom: 70px;
}
