html, body, table, select {	
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menu{
	position:absolute;
	left: 0px;
	top: 27px;
	background:url(imgs/menu_bg.jpg);
	width: 225px;
	height: 330px;
}
.banner{
	position:absolute;
	left: 225px;
	top: 27px;
	background:url(imgs/banner.jpg);
	width: 776px;
	height: 203px;
}
.content_bg{
	position: absolute;
	left: 159px;
	top: 230px;
	background:url(imgs/content_bg.jpg);
	width : 853px;
	height: 715px;
}
a.home_btn{
	position: absolute;
	left: 63px;
	top: 97px;
	background:url(imgs/btn/home_btn.jpg);
	width: 57px;
	height: 24px;
}
a.home_btn:hover{
	position: absolute;
	left: 63px;
	top: 97px;
	background:url(imgs/btn/home_btn_red.jpg);
	width: 57px;
	height: 24px;
}
a.friends_btn{
	position: absolute;
	left: 65px;
	top: 129px;
	background:url(imgs/btn/friends_btn.jpg);
	width: 78px;
	height: 22px;
}
a.friends_btn:hover{
	position: absolute;
	left: 65px;
	top: 129px;
	background:url(imgs/btn/friends_btn_red.jpg);
	width: 78px;
	height: 22px;
}
a.aboutme_btn{
	position: absolute;
	left: 70px;
	top: 160px;
	background:url(imgs/btn/about_me_btn.jpg);
	width: 95px;
	height: 25px;
}
a.aboutme_btn:hover{
	position: absolute;
	left: 70px;
	top: 160px;
	background:url(imgs/btn/about_me_btn_red.jpg);
	width: 95px;
	height: 25px;
}
a.lyrics_btn{
	position:absolute;
	left: 79px;
	top: 189px;
	background:url(imgs/btn/lyrics_btn.jpg);
	width: 68px;
	height: 23px;
}
a.lyrics_btn:hover{
	position:absolute;
	left: 79px;
	top: 189px;
	background:url(imgs/btn/lyrics_btn_red.jpg);
	width: 68px;
	height: 23px;
}
a.bands_btn{
	position:absolute;
	left: 81px;
	top: 218;
	background:url(imgs/btn/bands_btn.jpg);
	width: 65px;
	height: 24px;
}
a.bands_btn:hover{
	position:absolute;
	left: 81px;
	top: 218;
	background:url(imgs/btn/bands_btn_red.jpg);
	width: 65px;
	height: 24px;
}
a.links_btn{
	position:absolute;
	left: 86px;
	top: 250px;
	background:url(imgs/btn/links_btn.jpg);
	width: 57px;
	height: 23px;
}
a.links_btn:hover{
	position:absolute;
	left: 86px;
	top: 250px;
	background:url(imgs/btn/links_btn_red.jpg);
	width: 57px;
	height: 23px;
}
a.guestbook_btn{
	position:absolute;
	left: 70px;
	top: 282px;
	background:url(imgs/btn/guestbook_btn.jpg);
	width: 110px;
	height: 22px;
}
a.guestbook_btn:hover{
	position:absolute;
	left: 70px;
	top: 282px;
	background:url(imgs/btn/guestbook_btn_red.jpg);
	width: 110px;
	height: 22px;
}
a.impressum_btn{
	position:absolute;
	left: 862px;
	top: 900px;
	background:url(imgs/btn/impressum_btn.jpg);
	width: 91px;
	height: 20px;
}
a.impressum_btn:hover{
	position:absolute;
	left: 862px;
	top: 900px;
	background:url(imgs/btn/impressum_btn_red.jpg);
	width: 91px;
	height: 20px;
}
.content{
	position: absolute;
	left: 222px;
	top: 243px;
	overflow: auto;
	width: 728px;
	height: 645px;
}
.txt1{
	margin-left: 30px;
	margin-top: 20px;
}
.friends_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 100px;
	height: 27px;
	background: url(imgs/friends_h.jpg);
}
.aboutme_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 127px;
	height: 27px;
	background:url(imgs/aboutme_h.jpg);
}
.pics{
	margin-left: 30px;
	margin-top:  10px;
}
.aboutme_content{
	margin-left: 30px;
	margin-top:  20px;
}
.band_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 87px;
	height: 27px;
	background: url(imgs/band_h.jpg);
}
.band_content{
	margin-left: 30px;
	margin-top:  20px;
}
.lyrics_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 89px;
	height: 27px;
	background: url(imgs/lyrics_h.jpg);
}
.lyrics_content{
	margin-left: 30px;
	margin-top:  20px;
}
.links_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 73px;
	height: 27px;
	background: url(imgs/links_h.jpg);
}
.links_content{
	margin-left: 30px;
	margin-top:  20px;
}
a{
	text-decoration: none;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration: none;
	color: #950000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.home_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 72px;
	height: 27px;
	background: url(imgs/home_h.jpg);
}
.impressum_headline{
	margin-left: 30px;
	margin-top: 20px;
	width: 141px;
	height: 27px;
	background: url(imgs/impressum_h.jpg);
}
.impressum_content{
	margin-left: 30px;
	margin-top:  20px;
}












