body, div, ul, h1,h2,p {
	margin:0;
	padding:0;
}
body {
	background: #400000 url(../img/background.gif) left top repeat-x;
	text-align: center;
	margin-top: 50px;
	font: 70%/170% Verdana, Arial, Helvetica, sans-serif;
}
div {
	text-align: left;
}
#container {
	position: relative;
	width: 500px;
	margin: 0 auto;
}
#top {
	position: relative;
	width: 500px;
	height: 62px;
	text-align: left;
}
#header {
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	position: relative;
	width: 502px;
	height: 250px;
	z-index: 0;
}
#header ul#slide {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul#slide li {
	width: 502px;
	height: auto;
}
#header ul#slide li a img {
	border: 0;
}
#menu {
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
	position: relative;
	width: 502px;
	height: 75px;
	background: url(../img/menu_back.gif) bottom left repeat-x;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
#menu span {
	display: none;
}
#menu a {
	display: block;
	height: 73px;
}
#menu a.bio, #menu a.bioactive {
	background: url(../menu/bio.gif);
	width: 100px;
}
#menu a.audio, #menu a.audioactive {
	background: url(../menu/audio.gif);
	width: 100px;
}
#menu a.live, #menu a.liveactive {
	background: url(../menu/live.gif);
	width: 100px;
}
#menu a.visual, #menu a.visualactive {
	background: url(../menu/visual.gif);
	width: 100px;
}#menu a.contact, #menu a.contactactive {
	background: url(../menu/contact.gif);
	width: 102px;
}
#menu a:hover {
	background-position: 0 -73px;
}
#menu a.bioactive, #menu a.audioactive, #menu a.liveactive, #menu a.visualactive, #menu a.contactactive {
	background-position: 0 -73px;
}
#content {
	width: 462px;
	background-color: #ebebeb;
	padding: 20px;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;
}
#content a img {
	border: 3px solid #400000;
}
#content a img:hover {
	border: 3px solid #fff;
}
#footer {
	background: url(../img/footerback.gif) left top repeat-x;
	position: relative;
	color: #6b6b6b;
	width: 502px;
	height: 27px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 8px;
	font-size: 90%;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	border-right: 6px solid #fff;

}

.clear {
	clear: both;
	height: 1px;
}
.rightbox, .leftbox {
	float: right;
	position: relative;
	width: 215px;
}
.leftbox {
	float: left;
}
.news {
	font-size: 90%;
	background-color: #FFF;
	margin: 10px 0;
	padding: 5px;
}
div.live {
	background-color: #DBDBDB;
	border:1px solid #fff;
	margin-bottom: 10px;
	padding: 10px;
}
.headline {
	color: #400000;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	position: relative;
	text-transform: uppercase;
	width: 380px;
}
.datum {
	font-size: 90%;
	position: relative;
	width: 260px;
}
.descr {
	font-size: 90%;
	line-height: 135%;
	margin: 5px 0;
	position: relative;
	width: 440px;
}
.descr img {
	border: 1px solid #400000;
	padding: 1px;
}
.links {
	font-size: 90%;
	margin-bottom: 15px;
	position: relative;
	width: 250px;
}
.trennlinie {
	height: 1px;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	margin-top: 10px;
}
.trennlinie hr {
	display: none;
}
strong.red {
	color: #FF0000;
}
strong.green {
	color: #009900;
}