/* start reset */
html{
	height:100%;
}
body{
	height:100%;
	margin:0;
  	color:#000;
	font:13px/16px arial,helvetica,sans-serif;
	background:#ccc;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
/* main */
#main{
	min-height:100%;
	width:965px;
	border:solid #fff;
	border-width:0 15px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/bg-main.jpg) repeat-y;
}
* html #main{
	height:100%;
	overflow:visible;
}
/* header */
#header{
	border-top:15px solid #fff;
	background:url(../images/bg-header.jpg) no-repeat;
	height:225px;
	overflow:hidden;
	margin:0 0 12px;
}
#header .logo{
	float:left;
	width:584px;
	background:url(../images/logo.png) no-repeat;
}
#header .logo a{
	display:block;
	text-indent:-9999px;
	width:500px;
	position:relative;
	height:173px;
}
.container{
	width:100%;
	margin:0 0 69px;
	position:relative;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
/* nav */
#nav{
	margin:0 12px 0 76px;
	float:left;
	width:200px;
	display:inline;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	float:right;
	clear:both;
	margin:0 0 4px;
}
#nav ul li a{
	display:block;
	text-indent:-9999px;
	height:32px;
}
#nav li.home a{
	background:url(../images/home.gif) no-repeat 0 -32px;
	width:79px;
}
#nav li.home a:hover,
#nav li.home a.active{
	background-position:0 0;
}
#nav li.uber a{
	width:113px;
	background:url(../images/uber.gif) no-repeat 0 0;
}
#nav li.uber a:hover,
#nav li.uber a.active{
	background-position:0 -32px;
}
#nav li.musik a{
	width:78px;
	background:url(../images/musik.gif) no-repeat 0 -32px;
}
#nav li.musik a:hover,
#nav li.musik a.active{
	background-position:0 0;
}
#nav li.dvd a{
	width:65px;
	background:url(../images/dvd.gif) no-repeat 0 -32px;
}
#nav li.dvd a:hover,
#nav li.dvd a.active{
	background-position:0 0;
}
#nav li.produktion a{
	width:130px;
	background:url(../images/produktion.gif) no-repeat 0 -32px;
}
#nav li.produktion a:hover,
#nav li.produktion a.active{
	background-position:0 0;
}
#nav li.horbucher a{
	width:130px;
	background:url(../images/horbucher.gif) no-repeat 0 0;
}
#nav li.horbucher a:hover,
#nav li.horbucher a.active{
	background-position:0 -32px;
}
#nav li.partner a{
	width:95px;
	background:url(../images/partner.gif) no-repeat 0 -32px;
}
#nav li.partner a:hover,
#nav li.partner a.active{
	background-position:0 0;
}
#nav li.team a{
	width:76px;
	background:url(../images/team.gif) no-repeat 0 -32px;
}
#nav li.team a:hover,
#nav li.team a.active{
	background-position:0 0;
}
#nav li.katalog a{
	width:102px;
	background:url(../images/katalog.gif) no-repeat 0 -32px;
}
#nav li.katalog a:hover,
#nav li.katalog a.active{
	background-position:0 0;
}
#nav li.kontakt a{
	width:102px;
	background:url(../images/kontakt.gif) no-repeat 0 -32px;
}
#nav li.kontakt a:hover,
#nav li.kontakt a.active{
	background-position:0 0;
}
/* content */
#content{
	float:left;
	position:relative;
	background:#ccc;
	width:425px;
	padding:17px 50px 0 37px;
}
#content p{
	margin:0 0 23px;
	color:#304051;
	line-height:24px;
}
#content table p{
	line-height:18px;
	font-weight:normal;
}
#content .listentext{
	margin:0 0 23px;
	color:#304051;
	line-height:16px;
}

#content .list{
	margin:-22px 0 21px;
	padding:0 0 0 17px;
	position:relative;
	list-style:none;
}
#content .list li{
	padding:0 0 0 12px;
	line-height:24px;
	color:#304051;
	font-weight:bold;
	background:url(../images/bullet01.gif) no-repeat 0 50%;
}
.impressum{
	position:absolute;
	bottom:0;
	z-index:5;
	right:-165px;
	height:45px;
	width:155px;
}
.footer-wrapper{
	width:995px;
	height:55px;
	border-bottom:15px #fff solid;
	position:relative;
	margin:-57px auto 0;
}
/* footer */
#footer{
	float:right;
	width:643px;
	margin:0 15px 0 0;
	display:inline;
	position:relative;
	height:33px;
	padding:12px 0 0 34px;
	background:url(../images/bg-footer.jpg) no-repeat;
	overflow:hidden;
}
#footer address{
	font-style:normal;
	font-size:11px;
	color:#304051;
	margin:0;
	line-height:12px;
	padding:0;
}
#footer dl{
	margin:0;
	font-size:11px;
	line-height:12px;
	display:inline;
	color:#304051;
}
#footer dt{
	display:inline;
}
#footer dd{
	margin:0;
	display:inline;
}
#footer .mail{
	display:inline;
	color:#304051;
	font-size:11px;
	line-height:12px;
}

