				 <!--
				 body {
				 	background-repeat: no-repeat;
				 	background-position: top;
				 	background-attachment:fixed;	// Bild bleibt beim scrollen an geleicher Position
				 	padding:0px;
				 	overflow: hidden;
				 }
				 div {
				 	color: white;
				 }
				 #backgr{
				 	background-image: url('../images/sil_back07.gif');
				 	position: absolute;
				 	width:1024px;
				 	height:620px;
				 	left: 50%;
				 	margin-left: -513px; top:0px;
				 }
				 #navitop {
				 	position: relative;
				 	top: 30px;
				 	left: 150px;
				 	width: 500px;
				 	height: 25px;
				 }
				 #navileft {
				 	position: absolute;
				 	top: 110px;
				 	left: 40px;
				 	width: 80px;
				 	height: 170px;

				 }
				 #content {
				 	position: absolute;
				 	top: 140px;
				 	left: 225px;
				 	height: 345px;
				 	width: 540px;
				 }
				 #Datum {
				 	position: absolute;
				 	bottom: 37px;
				 	left: 665px;
				 	width: 100px;
				 	text-align: center;
				 	font-family: Verdana;
				 	font-size: xx-small;
				 	font-weight: bolder;
				 	color: #EDE3C8;
				 	font-stretch: wider;
				 }
				 #impressum {
				 	top: 0px;
				 	width: 80px;
				 	height:25px;
				 	text-align: center;
				 	font-size: xx-small;
				 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				 	color: #B10603;
				 }
				 a {
				 	width: 80px;
				 	height: 25px;
				 	position: absolute;
				 	text-decoration: none;
				 	border: none;
				 }
				 a:link {
				 	text-decoration: none;
				 }
				 /*fuer firefox*/
				 a.news:focus{

				 	background-image: url('../images/news_neg.gif');
				 	text-decoration:none;
				 	color: black;
				 }
				 /*fuer ie*/
				 a.news:active{

				 	background-image: url('../images/news_neg.gif');

				 }
				 a.news {
				 	top: 38px;
				 	background: url('../images/news_pos.gif');
				 	left: 0px;
				 }
				 a.news:hover {
				 	background-image: url('../images/news_neg.gif');
				 }

				 a.band {
				 	background: url('../images/band_pos.gif');
				 	left: 0px;
				 }
				 a.band:hover{
				 	background-image: url('../images/band_neg.gif');
				 }
				 a.band:active{
				 	background-image: url('../images/band_neg.gif');
				 }
				 a.band:focus{
				 	background-image: url('../images/band_neg.gif');
				 }
				 a.music {
				 	background: url('../images/music_pos.gif');
				 	left: 85px;
				 }
				 a.music:hover{
				 	background-image: url('../images/music_neg.gif');
				 }
				 a.music:active{
				 	background-image: url('../images/music_neg.gif');
				 }
				 a.music:focus{
				 	background-image: url('../images/music_neg.gif');
				 }
				 a.media {
				 	background: url('../images/media_pos.gif');
				 	left: 165px;
				 }
				 a.media:hover{
				 	background-image: url('../images/media_neg.gif');
				 }
				 a.media:active{
				 	background-image: url('../images/media_neg.gif');
				 }
				 a.media:focus{
				 	background-image: url('../images/media_neg.gif');
				 }
				 a.infos {
				 	background: url('../images/infos_pos.gif');
				 	left: 245px;
				 }
				 a.infos:hover{
				 	background-image: url('../images/infos_neg.gif');
				 }
				 a.infos:active{
				 	background-image: url('../images/infos_neg.gif');
				 }
				 a.infos:focus{
				 	background-image: url('../images/infos_neg.gif');
				 }
				 a.contact {
				 	background: url('../images/contact_pos.gif');
				 	left: 325px;
				 }
				 a.contact:hover{
				 	background-image: url('../images/contact_neg.gif');
				 }
				 a.contact:active{
				 	background-image: url('../images/contact_neg.gif');
				 }
				 a.contact:focus{
				 	background-image: url('../images/contact_neg.gif');
				 }
				 a.shows {
				 	background: url('../images/shows_pos.gif');
				 	top: 66px;
				 }
				 a.shows:hover{
				 	background-image: url('../images/shows_neg.gif');
				 }
				 a.shows:active{
				 	background-image: url('../images/shows_neg.gif');
				 }
				 a.shows:focus{
				 	background-image: url('../images/shows_neg.gif');
				 }
				 a.shop {
				 	background-image: url('../images/shop_pos.gif');
				 	top: 94px;
				 }
				 a.shop:hover{
				 	background-image: url('../images/shop_neg.gif');
				 }
				 a.shop:active{
				 	background-image: url('../images/shop_neg.gif');
				 }
				 a.shop:focus{
				 	background-image: url('../images/shop_neg.gif');
				 }
				 a.links {
				 	background-image: url('../images/links_pos.gif');
				 	top: 122px;
				 }
				 a.links:hover{
				 	background-image: url('../images/links_neg.gif');
				 }
				 a.links:active{
				 	background-image: url('../images/links_neg.gif');
				 }
				 a.links:focus{
				 	background-image: url('../images/links_neg.gif');
				 }
				 a.guestbook {
				 	background-image: url('../images/guestbook_pos.gif');
				 	top: 150px;
				 }
				 a.guestbook:hover{
				 	background-image: url('../images/guestbook_neg.gif');
				 }
				 a.guestbook:active{
				 	background-image: url('../images/guestbook_neg.gif');
				 }
				 a.guestbook:focus{
				 	background-image: url('../images/guestbook_neg.gif');
				 }
				 -->
