html {
	margin: 0;
	padding: 0;
	width: 100%;
}

body{
	position: relative;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url("layoutbilder/bg_body.gif");
	background-position: center top;
	background-repeat: repeat-y;
	width: 990px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div.musik{
	position: relative;
	width: 990px;
	text-align: left;
	border-top:40px solid white;
}

/* ####################################################### */
/* #### Allgemein: Schriften, Listen u. Links ############ */

html, body, table, th, td, div{
	color: #333333;
	font-size: 12px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	line-height:1.5em;
}

a{
	color: #8F9799;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	text-decoration: underline;
}

p{
	margin:0 0 14px 0;
	padding:0;
}


/* ####################################################### */
/* #### Raster / Seitenaufteilung ######################## */

div.oben{
	height:300px;
}

div.links{
	position:absolute;
	top: 290px;
	left:20px;
	width: 378px;
	overflow:hidden;
}

div.mitte{
	position:absolute;
	top: 290px;
	left:418px;
	width: 378px;
	overflow:hidden;
}

div.einspalter{
	position:absolute;
	top: 290px;
	left:20px;
	width: 776px;
	overflow:hidden;
}

div.rechts{
	position:absolute;
	top: 290px;
	left:830px;
	width: 145px;
	overflow:hidden;
	color: #0066FF;
	font-size:11px;
}


/* ####################################################### */
/* #### Oben ############################################# */


div.oben img{
	position:absolute;
	top:0px;
}

p.news{
	font-weight:bold;
	font-size:13px;
    padding: 1px 51px 0 12px;
	float: right;
	color: #0066FF;
	text-decoration:none;
}

div.navi{
	position:absolute;
	top:200px;
	height:74px;
	width:988px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-image: url("layoutbilder/bg_navi.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

ul.nav{
	position: absolute;
	top: 2px;
	left: 8px;
	width: 920px;
	height: 26px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-weight:bold;
	font-size:13px;
}
ul.subnav{
	position: absolute;
	top: 25px;
	left: 8px;
	width: 820px;
	height: 40px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-weight:bold;
	font-size:13px;
}
ul.nav li{
	float: left;
	list-style-type: none;
	line-height: 14px;
}
ul.subnav li{
	float: left;
	list-style-type: none;
	line-height: 15px;
}
ul.nav a,
ul.subnav a{
	display: block;
	float: left;
    padding: 1px 12px 0 12px;
	text-decoration: none;
	color: #0066FF;
}
ul.nav a:hover,
ul.subnav a:hover{
	color: #666666;
	text-decoration:none;
}
ul.nav li.aktiv a,
ul.subnav li.aktiv a{
	color: #666666;
}


/* ####################################################### */
/* #### Inhalt ########################################### */

div.inhalt h1{
	color: #0066FF;
	font-size: 13px;
}
div.inhalt h2{
	font-size: 13px;
}
div.inhalt h3{
	color: #0066FF;
	font-size: 11px;
}

div.rechts ul{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
div.rechts ul li{
	margin:0 0 10px 0;
}

p.downloads{
	line-height: 20px;
}
p.downloads img{
	margin: 0 0 -2px 0;
}

div.einspalter img{
	margin: 20px 10px 0 10px;
}

dd{
	padding-bottom:15px;
}

table{
	border-collapse: collapse;
	margin: 20px 0 20px 0;
	padding: 0px;
	width: 600px;
	line-height:20px;
}
table th,
table td{
	margin:0;
	padding:0 10px 0 5px;
	vertical-align: top;
}
table th{
	font-weight:bold;
	text-align:left;
}
table tr.grau td{
	background-color: #efefef;
}

table.fotogalerie{
	text-align:center;
}

/* ####################################################### */
/* #### Allgemein: Bilder ################################ */

img{
	margin:0;
	padding:0;
	border:none;
}
