/* Standard CSS File */

body {
    color: black;
	background-color: none;
	/*background:url('gfx/hintergrund.gif') repeat;*/
}
div#test {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url('gfx/hintergrund.gif') repeat bottom left;
}
div#test2 {
	position:fixed;
	top:100%;
	margin-top:-585px;
}
div#hintergrund {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}
div#Seite {
	position:relative;
	top: 0px;
	left: 0px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;		/* standardkonforme horizontale Zentrierung */
   	width: 711px;
    padding: 0;
	font-size: 14px;
    font-family: "Century Gothic", Verdana, Arial;
	margin-top:20px;
}
div#baum {
	position:static;
	width:711px;
	height:321px;
	background:url('gfx/baum.gif') no-repeat;
	border:3px #000000 solid;
}
div#baum img {
	border:none;
}
div#wurzel {
	position:static;
	width:711px;
	height:72px;
	border:3px #000000 solid;
	border-bottom:none;
	margin-top:7px;
}
div#main {
	position:relative;
	width:711px;
	border:3px #000000 solid;
	border-top:none;
	background-color:#FFFFFF;
}
div#rechts {
	position:absolute;
	top:-300px;
	left:710px;
	width:134px;
	height:1000px;
	background-image:url('gfx/special/merkste_selber.png');
}
div#footer {
	position:static;
	width:705px;
	background-color:#FFFFFF;
	border:3px #000000 solid;
	margin-top:7px;
	font-size:11px;
	padding-left:5px;
}
div#blog_ticker {
	position:absolute;
	top:10px;
	left:10px;
	padding-left:12px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	background:url('gfx/blog_preview.png') no-repeat;
	max-width:250px;
	height:157px;
	cursor:pointer;
	display:none;
}
div.white_bold {
	font-weight:bold; 
	color:#ffffff;
}
div#buttonNews {
	position: absolute;
	left: 35px;
	top: 228px;
	height: 23px;
	width: 74px;
}
#buttonLinks {
	position: absolute;
	height: 23px;
	width: 74px;
	top: 167px;
	left: 64px;
}
#buttonKontakt {
	position: absolute;
	left: 154px;
	top: 91px;
	height: 23px;
	width: 74px;
}
#buttonCone {
	position: absolute;
	left: 25px;
	top: 89px;
	height: 23px;
	width: 74px;
}
#buttonTaz {
	position: absolute;
	left: 86px;
	top: 44px;
	height: 23px;
	width: 74px;
	cursor:pointer;
}
#buttonPresse {
	position: absolute;
	left: 184px;
	top: 18px;
	height: 23px;
	width: 74px;
}
#buttonBand {
	position: absolute;
	left: 474px;
	top: 13px;
	height: 23px;
	width: 74px;
}
#buttonShop {
	position: absolute;
	left: 595px;
	top: 34px;
	height: 23px;
	width: 74px;
}
#buttonGallerie {
	position: absolute;
	left: 598px;
	top: 125px;
	height: 23px;
	width: 74px;
}
#buttonMedia {
	position: absolute;
	left: 572px;
	top: 188px;
	height: 23px;
	width: 74px;
}
#buttonGbook {
	position: absolute;
	left: 574px;
	top: 252px;
	height: 23px;
	width: 74px;
}
a.lightbox a:hover, a:active, a:focus {
	background-color: transparent;
}
.album img {
	border:none;
	max-height:90px;
	background-position:center; 
	background-repeat:no-repeat; 
	background-color:#888888;
}
a:link, a:visited {
    color: #000000; text-decoration:none;
}
a:hover, a:active, a:focus {
    color: #000000; text-decoration:underline;
}