/*
		FARBEN:
		---------------------------------------------------
		Text:			5E4838 (braun)
		Links hovered:	4D5C30 (dunkel-olive)
		Links:			231409 (dunkelbraun)
		---------------------------------------------------
*/



* {
margin:0;
padding:0;
}





/* ************ HTML - Elemente ************ */

html {
	font-size: 75%;
}

html>body {
	font-size: 12px;
}

body {
	background: url(img/layout/hg.gif) repeat;
	text-align: center;
}

ul, li {
	list-style-type: none;
}

a {
	color: #231409;
	text-decoration: none;
	border-bottom: 1px dotted #231409;
	}

	a:hover {
		color: #4D5C30;
		border-bottom: 1px solid #4D5C30;
		}
		
img {
	border: none;
	}

.bandfoto {
	margin: 10px 0px 0px 50px;
	border: 1px solid #231409;
	}
	
.bilderrahmenfloat {
	float: left;
	border: 1px solid #231409;
	margin: 0px 10px 5px 0px;
	margin-top: 5px;
	}

strong {
	font-weight: bold;
	}
	
.noborder, .noborder:hover {
	border: none;
	text-decoration: none;
	}





/* **************** Layout ***************** */

#wrapper {
	text-align: left;			
	width: 960px;
	margin: 0 auto;
	position: relative;
	}

#header {
	background: url(img/layout/header.jpg) top left no-repeat;
	height: 215px;
	width: 960px;
	position: relative;
	top: -305px;
	}

#radio {
	height: 305px;
	width: 455px;
	background: url(img/layout/radio.png) no-repeat;
	position: relative;
	top: 0px;
	left: 520px;
	z-index: 35;
	}	

#titelbild {
	height: 300px;
	width: 405px;
	background: url(img/layout/titelbild.png) no-repeat;
	position: relative;
	top: -360px;
	left: 0px;
	z-index: 50;
	}	

#menu {
	height: 65px;
	width: 675px;
	background: url(img/layout/menu.png) no-repeat;
	position: relative;
	top: -535px;
	left: 275px;
	z-index: 45;
	}

#navi {
	margin-left: 200px;
	padding-top: 10px;
}

#navi li{
	display: inline;
	margin-right: 60px;
}

#inhalt {
	width: 960px;
	position: relative;
	top: -505px;
	margin: 0 auto;
	padding: 0;
	z-index: 43;
}

#spalte1 {
	width: 405px;
	margin: 60px 0px 0px 0px;
	float: left;
	}

#spalte2 {
	width: 555px;
	margin: 0px 0px 0px 0px;
	float: right;
	}


#songwritersbadge {
	position: absolute;
	top: 390px;
	right: -115px;
	width: 239px;
	height: 320px;
	background: url(img/layout/songwritersbadge.png) top left no-repeat;
	z-index: 1000;
	}
	


#footer {
	text-align: center;
	margin: 0px auto;
	position: relative;
	top: -520px;
}

.toplink, .toplink:hover  {
	border: none;
	text-decoration: none;
	margin-right: 30px;
}

#flickrdiv {
	padding: 10px 10px 0px 50px;
	}
	
	#flickrdiv img {
	border: 1px solid #231409;
	margin: 0px 15px 15px 0px;
		}
	
	#flickrdiv a {
		border: none;
		text-decoration: none;
		}

#audioplayer_1 {
	padding-left: 45px;
	}





/* ************* Inhaltsboxen ************* */

.kl-top {
	height: 45px;
	width: 405px;
	background: url(img/layout/kl-top.jpg) bottom left no-repeat;
	}

.kl-mid{
	width: 405px;
	background: url(img/layout/kl-mid.jpg) top left repeat-y;
	}
	
.kl-bottom {
	height: 30px;
	width: 405px;
	background: url(img/layout/kl-bottom.jpg) top left no-repeat;
	text-align: right;
	margin-bottom: 15px;
	}

.gr-top {
	height: 40px;
	width: 555px;
	background: url(img/layout/gr-top.jpg) bottom left no-repeat;
	}

.gr-mid{
	width: 555px;
	background: url(img/layout/gr-mid.jpg) top left repeat-y;
	}
	
.gr-bottom {
	height: 30px;
	width: 555px;
	background: url(img/layout/gr-bottom.jpg) top left no-repeat;
	margin-bottom: 15px;
	text-align: right;
	}





/* ************ Ueberschriften ************ */
.newstitel, .villatitel, .kontakttitel, .musiktitel, .bildertitel, .silvestertitel, .veranstaltungentitel {
	position: absolute;
	left: -10000px;
	}
	
	.newsimg {
		width: 130px;
		height: 45px;
		background: url(img/layout/titel-news.gif) top left no-repeat;
	}
	
	.villaimg {
		width: 250px;
		height: 40px;
		background: url(img/layout/titel-villa.gif) top left no-repeat;
	}

	.kontaktimg {
		width: 130px;
		height: 45px;
		background: url(img/layout/titel-kontakt.gif) top left no-repeat;
	}
		
	.musikimg {
		width: 130px;
		height: 45px;
		background: url(img/layout/titel-musik.gif) top left no-repeat;
	}
	
	.bilderimg {
		width: 130px;
		height: 45px;
		background: url(img/layout/titel-bilder.gif) top left no-repeat;
	}
	
	.silvesterimg {
		width: 250px;
		height: 45px;
		background: url(img/layout/titel-silvester.gif) top left no-repeat;
	}
	
	.veranstaltungentitelimg {
		width: 350px;
		height: 45px;
		background: url(img/layout/titel-veranstaltungen.gif) top left no-repeat;
		}
	
	



/* ************ Schriftformate ************ */

p, #twitter_div ul li {
	font: 1em/1.5em Arial, Tahoma, Verdana, sans-serif;
	color: #5E4838;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 60px 0px 45px;
	clear: both;
}

.bildunterschrift {
	padding: 0px 50px 0px 10px;
	font-size: 0.85em;
}

#footer p {
	font: 0.85em/1em Arial, Tahoma, Verdana, sans-serif !important;
	}
	
#header h1 {
	position: absolute;
	left: -10000px;
	}
	
.red {
	color: #a80100;
	}