@charset "utf-8";
.standard/* CSS Document */
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	/* font-weight: lighter; */
	text-transform: none;
	color: #333333;
	line-height: 20px;
}
body {
	background-image: url('gfx/BG02.jpg');
	background-repeat: repeat-x;
	background-color: #612062;

	}
	
#Header {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:240px;
	top:0px;
	background-image:url(gfx/szene-banner_smallfont.jpg);
	}	

#Wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:500px;
		}
	
#Menu {
	position:absolute;
	margin-left:0px;
	margin-top:0px;
	width:180px;
	height:619px;
	padding: 10px;
	background-color: #FFFFFF;
	}	
#Subheader {
	position:absolute;
	margin-left:543px;
	margin-top: -200px;
	width:357px;
	height:60px;
	z-index:34;
	padding: 0px;
	background-color: #612062;
	visibility: visible;
	}

#Szene {
	position:absolute;
	margin-left:200px;
	margin-top:0px;
	width:660px;
	height:600px;
	z-index:34;
	padding: 20px;
	visibility: visible;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	overflow: scroll;
	}



.header01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #594858;/* FLIEDERGRAU */
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #612062; /* FLIEDER */
	line-height: 20px;
}

.bildunter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #612062; /* FLIEDER */
	text-transform: none;
}
.szene {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #923154; /* PFLAUME */
	line-height: 20px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-transform: none;
	color: #333333;
	line-height: normal;
}

a:link { color:#9900CC; }
a:vlink { color:#777777; }
a:alink { color:#FF0000; }
a:hover { color:#CC00CC; }

