@CHARSET "UTF-8";
* {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	background: #000 url(../img/background.png) repeat-x 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#container {
	
	border: 1px solid #3C1E04;
	width: 1000px;
	margin: 0 auto;

}
#header {
	position: relative;
	padding-top: 30px;
	height: 210px;
	width: 930px;
	background: url(../img/header.png) no-repeat 0 30px;
	left: 35px;
}
#header ul {
	list-style-position: inside;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
	margin-top: 5px;
	
}
#header ul li {
	float: left;
	
}
#header ul li a {
	display: block;
	padding: 1px;
	color: #FE9547;
	text-decoration: none;
	font-size: 95%;
	margin-left: 5px;
	padding-right: 5px;
	           
}
#header ul li a.first {
	border-right: 1px solid #FE9547;
	
}

#navi {
	position: relative;
	height: 43px;
	width: 930px;
	background: url(../img/navi_bg.png) no-repeat;
	left: 35px;
	
}
#navi ul {
	list-style-position: inside;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
#navi ul li {
	float: left;
}
#navi ul li a {
	display: block;
	height: 30px;
	margin-right: 40px;
	margin-top: 5px;
	
}
#navi ul li a.home {
	background: url(../img/navi_home.png) no-repeat;
	width: 43px;
	height: 16px;
	}
#navi ul li a.news {
	background: url(../img/navi_news.png) no-repeat;
	width: 43px;
	height: 16px;
	}
#navi ul li a.biographie {
	background: url(../img/navi_biographie.png) no-repeat;
	width: 100px;
	height: 16px;
	}
#navi ul li a.musik {
	background: url(../img/navi_musik.png) no-repeat;
	width: 53px;
	height: 16px;
	}
#navi ul li a.termine {
	background: url(../img/navi_termine.png) no-repeat;
	width: 66px;
	height: 16px;
	}
#navi ul li a.bilder {
	background: url(../img/navi_bilder.png) no-repeat;
	width: 55px;
	height: 16px;
	}
#navi ul li a.gaestebuch {
	background: url(../img/navi_gaestebuch.png) no-repeat;
	width: 95px;
	margin-top:  3px;
	height: 16px;
	
	}
#navi ul li a.links {
	background: url(../img/navi_links.png) no-repeat;
	width: 42px;
	height: 16px;
	}

#navi ul li a span {
	position: absolute;
	left: -4000px;
	
}
#center {
	width: 930px;
	position: relative;
	background: url(../img/content_bg.png) no-repeat;
	height:550px;
	left: 35px;
}
#content {
	margin-top: 60px;
	padding-right: 35px;
	position: absolute;
	top: 0;
	right: 0;
	color: #FCD4A0;
	width: 555px;
	height: 410px;
	overflow: auto;
}
a:link{

color:#FE9547;

text-decoration: none

}
a:visited{

color:#FE9547;

text-decoration: none

}
.image_container a img{
border: 0;
padding-right: 20px;
}

.ce_comments
{
	padding-bottom:20px;
	border-right:0px solid #000000;
	
}

.ce_comments .info
{
	padding-top:5px;
	padding-bottom:5px;
	color: #CA955B;
	font-weight:bold;
}

.ce_comments .comment
{
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
	b
}
