@charset "UTF-8";

body
 { background: #000000 url("../images/back.jpg") fixed left top;
 	background-repeat: repeat;
 	margin: 0; width: 100% }




div#maincanvas
{
	width: 950px;
	text-align: left;
}

div.centered
{
	margin-left: auto;
	margin-right: auto;
}

div#strich-oben
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
	text-align: right;

}



div#musik
{
	position: absolute;
	width: 120px;
	height: 50px;
	left: 10px;
	top: 5px;
	z-index: 11;

}

div#inhalt
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;

}


div#bild-back
{
	position: absolute;
	width: 1000px;
	height: 1000px;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	background-image: url("../images/bild-back.png")
}

div#bild
{
	position: absolute;
	width: 505px;
	height: 390px;
	bottom: 0px;
	right: 0px;
	z-index: 2;
}


div#balken-back
{
	background-image: url("../images/balken-back.png");
	background-repeat: repeat;
	width: 100%;
	height: 650px;
}


div#menu-unten
{
	padding-left: 20px;
	position: absolute;
	height: 30px;
	bottom: 0px;
	left: 0px;
	z-index: 15;

}

.fliess {
	vertical-align: top;
	line-height: 18pt;
	font-weight: normal;
	color: #cccccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7pt;
	letter-spacing: 0.1em;
} 

.fliess a{
	color: #cccccc;
	text-decoration: none;
}

.fliess a:hover{
	color: #ffffff;
	text-decoration: none;
} 

#impressum{
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:505px;
	height:402px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background-color:#ffffff;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);	text-align:left;
}
#impressum[id]{
	position:fixed;
}




#abgedunkelt{
	display: block;
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#abgedunkelt[id]{
	position:fixed;
}

.fliess-impressum {
	padding: 10px;
	vertical-align: top;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
} 

.fliess-impressum a{
	color: #999999;
	text-decoration: none;
}

.fliess-impressum a:hover{
	color: #000000;
	text-decoration: none;
} 




