html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	background: transparent url(/files/global_files/8c1763277d12ca58e0fbdca86c147bbe1e11fc59_navi_bg.gif) top left;
	background-repeat: repeat-y;
}

img {
	border: none;
}

/* divs */

#leftcolumn {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 210px;
	padding: 0;
}
 
#content {
	position: relative;
	min-height: 100%;
	margin: auto;
	background: transparent url(/files/global_files/495779f7f411fc2050debfa6370c7c777bac1fb4_content_bg.jpg) fixed top right no-repeat;
}

/* IE Win < 7 only \*/
* html #content {
	position: relative;
	height:100%;
	margin: auto;
	background: transparent url(/files/global_files/495779f7f411fc2050debfa6370c7c777bac1fb4_content_bg.jpg) fixed top right no-repeat;
}

#navi {
	position: absolute;
	top: 145px;
	left: 20px;
}


#header {
	height: 145px;
}

#headlogo {
	position: absolute;
	top: 70px;
	left: 230px;
}

#innercontent {
	margin-left: 230px;
	width: 570px;
	padding-bottom: 125px;
}

#footer {
	position: relative;
	margin-top: -100px;
	margin-left: 230px;
	height: 40px;
	background: transparent;
	clear: both;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
}



/* fonts */

h1 {
	font-size: 1.5em;
	color: #483537;
}

h2 {
	font-size: 1.2em;
	color: #483537;
	margin-top: 25px;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
}

a:link, a:active, a:visited {
	color: #483537;
}

a:hover {
	color: #ae8a82;
}

ul.navi {
	list-style-type: none;
}

ul.navi li {
	margin-bottom: 8px;
}

ul.navi li.active {
	margin-bottom: 8px;
	font-weight: bold;
}

a.navi {
	text-decoration: none;
	font-weight: bold;
}

/* specials */

p.kommentar {
	background: transparent url("/files/global_files/0964ffd19bc12742ca8dcdb733bbc349fbc2ad90_quote.jpg") top left no-repeat;
	margin:20px 0 5px 10px;
	padding:15px 0 0 15px;
	text-align: justify;
	width:450px;
}

p.kommentator {
	width:450px;
	margin:0px 0 20px 25px;
	padding: 0;
	text-align: right;
	font-size: 0.7em;
}

table.songliste td {
	border-bottom: 1px solid #ae8a82;
	vertical-align: top;
}

td.kuenstler {
	width: 150px;
}

table.gallery {
	width: 100%;
}

table gallery tr {
	height: 145px;
	vertical-align: top;
}

table.gallery img {
	border: 2px solid #483537;
}

table.gallery img:hover {
	border: 2px solid #ae8a82;
}

h2.special {
	clear: both;
}

img.rechts {
	float: right;
	margin: 5px 0px 15px 15px;
}

img.links {
	float: left;
	margin: 5px 15px 15px 0px;
}