
body, html
{
	height: 100%; 
	width: 100%;
	overflow: hidden;
}

#PageWrapper
{
	z-index: 1;

	width: 2000px;
	height: 750px;
	min-width: 1000px;
	min-height: 750px;
	
	left: 50%;
	top: 50%;
	margin-left: -1000px;
	margin-top: -375px;
}

#PageWrapperHorz
{
	width: 10000px;
	height: 600px;
	
	bottom: 10%;
	left: 50%;
	margin-left: -5000px;
	
	background-image: url( ../../images/layout/bg.png );
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom;
}

#Page
{
	width: 980px;
	height: 600px;
	
	left: 50%;
	bottom: 0;
	margin-left: -490px;
}

/*
In der CSS-Klasse "#Header" verbirgt sich das Layout deines Titelbildes
Die ersten Werte (width - left) geben Größe und Position des Elements im HTML-Dokument an.
"background-image" ist der Verweis auf die Bilddatei. Hier braucht man im Grunde nur den
Dateinamen  ../../images/layout/DATEINAME.DATEI-ENDUNG ändern.
Das aktuelle Herbstbild ist ein Panorama, weshalb sich nahtlos wiederholen lässt. 
*/


#Header
{
	width: 10000px;
	height: 347px;
	bottom: 0;
	
	top: -269px;
	left: -5500px;

	background-image: url( ../../images/layout/header_herbst.jpg );
	background-repeat: repeat-x;
	background-position: center top;
}

#JSDisabled
{
	width: 200px;
	height: 400px;
	
	text-align: center;

	border: 2px solid white;
	left: 140px;
}

#AnimationHeader
{
	width: 260px;
	height: 300px;
	
	top: 76px;
	
	left: 50%;
	top: -250px;
	margin-left: -130px;
	
	opacity: .5; /* any browser */
	filter: alpha(opacity=50); /* IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
}

#PageTitle
{
	left: 50%;
	margin-left: -150px;
	bottom: 40px;
}

#PageOverlay
{
	z-index: 2;
	
	width: 100%;
	height: 100%;
	
	top: 100%;
}

#PageEndBottom
{
	width: 5000px;
	height: 2000px;
	
	top: 150px;
	margin-left: -2500px;
	
	background-color: #060709;
}

#LangChooser
{
	top: 85px;
	right: 90px;
}

#LangList a
{
	margin-right: 3px;
}

#FilenameField
{
	width: 225px;
	top: 0px;
	left: 72px;
	height: 16px;
	border-right: 4px solid white;
	border-left: 4px solid white;
}

#Download
{	
	font-size: 12px;
	color: white;
	width: 340px;
	height: 15px;
	top: 458px;
	left: 317px;
	border: 0px dashed white;
	padding: 3px;
	padding: 4px;
}

#SendDownloadRequest
{
	right: 10px;
	top: 4px;
	color: white;
	font-size: 12px;
}

#SendDownloadRequest:hover
{
	color: #f0d34c;
}

/* MENU */

#MenuWrapper
{
	width: 440px;
	height: 300px;
	
	left: 50%;
	margin-left: -220px;
	bottom: 150px;
}

#Menu
{	
	width: 500px;
	height: 296px;
	
	left: 50%;
	top: 50%;
	margin-left: -260px;
	margin-top: -150px;
}

	/* PIANOKEYS */
	
	.KeyImageSlide
	{
		width: 0;
		height: 20px;
	}
	
	#BlackPianoKeys
	{
		left: 245px;
		top: 0;
	}

	#BlackPianoKeys .Key
	{
		height: 23px;
		
		margin-top: 28px;
	}

	#WhitePianoKeys
	{
		left: 10px;
		bottom: 0;
	}
	
	#WhitePianoKeys .Key
	{
		height: 42px;
	}
	
	#WhitePianoKeys .Key *
	{
		right: 230px;
	}
	
/* FIGURE */

#Figure
{
	width: 70px;
	height: 160px;
	
	left: 305px;
	bottom: 1px;

	background-image: url(../../images/layout/figure.jpg);
	background-repeat: no-repeat;
}
	
/* SUBMENU */

#SubmenuWrapper
{	
	width: 700px;
	height: 450px;
	
	left: 0;
	top: 0;
}

#Submenu
{
	width: 100px;
	
	left: 400;
	top: 120px;

	opacity: .0; /* any browser */
	filter: alpha(opacity=0); /* IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
}

#ContentHeader
{
	width: 480px;
	height: 30px;
	
	margin-top: -65px;
	background-position: center;
	background-repeat: no-repeat;
}

#ContentImage
{
	width: 300px;
	height: 300px;
	
	left: 130px;
	bottom: 380px;
}

#ContentEscape
{
	width: 20px;
	height: 20px;
	
	top: 25px;
	right: 33px;
	
	background-image: url(../../images/layout/close.jpg);
}

#ContentWrapper
{
	width: 520px;
	height: 750px;
	
	top: 100%;
	
	left: 50%;
	margin-left: -280px;
	padding-left: 40px;
	padding-top: 110px;
	
	overflow: hidden;
	background-image: url(../../images/layout/paper.jpg);
}

#Content
{
	width:480px;
	height: 310px;
}

/* Borders */

#MenuBorderBottom
{
	width: 100%;
	height: 100%;
	
	top: 50%;
	margin-top: 250px;
}

#PageBorderBottom
{
	width: 800px;
	height: 150px;
	
	bottom: 0px;

	left: 50%;
	margin-left: -400px;
	
	background-image: url(../../images/layout/bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}

.KeyLabel { margin-top: -8px;}

.Key:hover, #ContentEscape:hover, .ImageLink
{
	cursor: hand;
	cursor: pointer;
}

.KeyLabel .Shadow
{
	color: black;
	
	opacity: 1; /* any browser */
	filter: alpha(opacity=100); /* IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */

	
	margin-top: 1px;
	margin-left: 1px;
}

#KeyPlaceHolder
{
	height: 198px;
	right: 132px;
	bottom: 0;
}

#KeyPlaceHolder2
{
	height: 329px;
	right: 122px;
	bottom: 0;
}

#KeyPlaceHolder *
{
	width: 100px;
	height: 20px;

	right: 170px;
	bottom: 20px;
	margin-top: 27px;
}

#KeyPlaceHolder2 *
{
	width: 100px;
	height: 20px;

	right: 170px;
	bottom: 20px;
	margin-top: 30px;
}

.MediaImageTitle
{
	position: relative;
	width: 100%;
	text-align: center;
	bottom: 0;
	float: left;
}

/* General*/

*{
	border: 0;
	margin: 0;
	padding: 0;
	cellspacing: 0;
	marginwidth: 0;
	marginheight: 0;
	frameborder: 0;
}

.PosAbs {position: absolute;}

ul {list-style-type: none;}

a { text-decoration: none;}


img, .PNG { behavior: url(../css/iepngfix/iepngfix.htc); }

