body {
	margin: 0px;
	padding: 0px;
	background-color: #ececec;
	font-family: 'Oswald', helvetica, arial;
	font-size: 13px;
	color: #565656;
}

img {
	border: none;
}

a {
	color: #53524c;
	text-decoration: none;
}

h1 {
	font-size: 56px;
	line-height: 60px;
	padding-top: 0px;
	margin-top: 0px;
	color: white;
	font-weight: 300;
	padding-top: 30px;
}

h2 {
	font-weight: 400;
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-weight: 400;
	font-size: 16px;
	padding-top: 0px;
	margin-top: 0px;
}

.clear {
	clear: both;
}

.container {
	width: 906px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
	height: 200px;
	position: relative;
}

#logo {
	position: absolute;
	top: 33px;
	left: 1px;
}

#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 56px;
	background-color: white;
	position: absolute;
	left: 0px;
	top: 143px;
}

#nav li {
	margin: 16px 25px 0 25px;
	padding: 0px;
	float: left;
	font-size: 20px;
	font-weight: 300;
	display: block;
	cursor: pointer;
}

#start {
	width: 100%;
	height: 800px;
	background-image: url(pics/verlauf_lang.jpg);
	background-repeat: repeat-x;
}

#hauptbild {
	width: 906px;
	height: 400px;
	background-image: url(pics/hauptbild_bg.jpg);
	background-repeat: no-repeat;
}

.carousel  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hauptbild-carousel li {
	width: 906px;
	color: white;
	text-align: center;
	font-size: 100px;
	padding-top: 120px;
	text-shadow:
    0 0 10px #03befb,
    0 0 20px #03befb;
}

#schatten {
	width: 100%;
	height: 16px;
	background-image: url(pics/schatten.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#kuenstler, #musikproduktionen, #hoerbuecher, #kontakt, #impressum {
	width: 100%;
	height: 600px;
	background-image: url(pics/verlauf_kurz.jpg);
	background-repeat: repeat-x;
}

#hoerbuecher {
	height: 1300px;
}

#impressum p {
	padding-bottom: 30px;
}

#kuenstler-container {
	margin: 70px 0 0 130px;
}

#kuenstler-carousel li, #musikproduktionen-carousel li {
	text-align: center;
}

#kuenstler-carousel li img, #hoerbuecher-carousel li img, #musikproduktionen-carousel li img {
	margin: 10px;
	border: 5px solid transparent;
	outline: 1px solid #454545;
}

#kuenstler-carousel li a, #musikproduktionen .small {
	font-size: 11px;
}

#hoerbuecher-container, #musikproduktionen-container {
	margin: 70px 0 0 100px;
}

.prev, .prev-h, .prev-m {
	position: absolute;
	left: 10px;
	top: 190px;
	width: 20px;
	height: 33px;
	background-image: url(pics/car_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.next, .next-h, .next-m {
	position: absolute;
	right: 10px;
	top: 190px;
	width: 20px;
	height: 33px;
	background-image: url(pics/car_btn.png);
	background-repeat: no-repeat;
	background-position: -20px 0;
	cursor: pointer;
}

.prev-h, .prev-m {
	top: 240px;
}

.next-h, .next-m {
	top: 240px;
}

.hoerbuchText {
	position: absolute;
	top: 410px;
	display: none;
}