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

* {
	margin:0;
	padding:0;
}

#header {
	margin: 0px auto;
	padding: 0px;
	height: 235px;
	width: 887px;
}

#header .default {
	background-image: url(../bilder/header_bg.jpg);
	background-repeat: no-repeat;
	height: 235px;
	width: 887px;
}

#header .index {
	background-image: url(../bilder/header_bg_index.jpg);
	background-repeat: no-repeat;
	height: 235px;
	width: 887px;
}

#header .player {
	background-image: url(../bilder/header_bg_player.jpg);
	background-repeat: no-repeat;
	height: 235px;
	width: 887px;
}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 887px;
}

#content .default {
	background-image: url(../bilder/body_bg.jpg);
	background-repeat:no-repeat;
	height: 392px;
	width: 887px;
}
#content .index {
	background-image: url(../bilder/body_bg_index.jpg);
	background-repeat:no-repeat;
	height: 392px;
	width: 887px;
}
#content .player {
	background-image: url(../bilder/body_bg_player.jpg);
	background-repeat:no-repeat;
	height: 392px;
	width: 887px;
}
#content .center {
	text-align:center;
	background-repeat:no-repeat;
	width: 887px;
}

#nav_bar {
	left: 195px;
	top: 165px;
	position: relative;
	height: 33px;
	width: 550px;
}
#content p {
	margin-top: 20px;
	line-height: 14pt;
}
#content p.impressum {
	font-size:7pt;
	margin-top: 10px;
	line-height: 10pt;
}
#content_text {
	padding-left:50px;
	margin-bottom:50px;
	float: left;
	width:550px;
}
#content_text .studio {
	float:left !important;
	width: 110px;
}
#content_text.full {
	width: 100%;
}
#pic.studio {
	width: 395px;
}
.studio1 {
	float:right;
}

#pic.fotos {
	width: 659px;
	float:right !important;
	margin-top: 10px;
	margin-right: 65px;
}
#pic.promo {
	float:right;
	width: 250px;
}

#nav_bar ul {
	list-style-type: none;
}
#nav_bar ul li {
	float:left;
	position:relative;
	width:127px;
	background-image: url(../bilder/nav_button.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 33px;
	width: 127px;
	display: block;
	padding-top: 8px;
	margin-right:3px;
}

#nav_bar ul li:hover, #nav_bar li.over {
	background-image: url(../bilder/nav_button_hover.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#nav_bar ul li > ul li {
	width:107px;
	height:22px;
	background-image: none;
	background-color:#f3f6ef;
	text-align: left;
	display: block;
	padding: 0px 5px;
}

#nav_bar ul li:hover, #nav_bar li.over, #nav_bar li.current {
	background-image: url(../bilder/nav_button_hover.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#nav_bar li ul {
	display: none;
	position: absolute; 
	top: 0;
}

#nav_bar li > ul {
	top: 31px;
	left: 5px;
}

#nav_bar li > ul li:hover {
	background-image: none;
	background-repeat:no-repeat;
	background-color:#eaefe3;
}

#nav_bar li:hover ul, #nav_bar li.over ul{ 
	display: block;
}

#header #nav_bar a {
	width: 107px;
	display: block;
	line-height:22px;
}
#portrait {
	width: 250px;
	text-align: center;
	height: 400px;
	margin: 5px;
}
#pic.fotos img, #pic.promo img {
	margin: 0 10px 10px 0;
	border: 0;
}
#kontakt {
	margin-top: 20px;
}
#kontakt label {
	width: 80px;
	display: block;
	float: left;
	margin-bottom:5px;
}
#kontakt input.textfield {
	margin-bottom: 5px;
	width: 200px;
}
#kontakt textarea {
	margin-bottom: 5px;
	width: 300px;
	height:150px;
}
#player {
	float: right;
}
