body,html { font-size: 11px; height:100%; overflow-x: hidden; }
body {
	/*height: 100%;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;/*Verdana, Arial, Helvetica, sans-serif*/
	color: #333;
	text-align: center;
	padding: 0;
	background: #ededed;
	scrollbar-face-color: #ece1be;
	scrollbar-highlight-color: #fff;
	scrollbar-arrow-color: #444;
	scrollbar-track-color: #dbd2b2;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
.tclass {
	font: 1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

h1 {
	font: bold 1.5em Arial, Helvetica, sans-serif;
	color: black; /*#900;*/
	padding:0;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
h2 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: black; /*#900;*/
	padding: 3px 0 0 0;
	margin-top: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #555;
}
h3 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: black; /*#900;*/
	padding: 3px 0 0 0;
	margin-top: 2px;
	margin-bottom: 5px;
/*	border-top: 1px solid #555;*/
}
h4 {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #121;
	padding: 3px 0 0 0;
	margin-top: 2px;
	margin-bottom: 5px;
/*	border-top: 1px solid #555;*/
}
img { border: 0px none; behavior: url("pngbehavior.htc");
}
#container {
	position: relative;
	width: 842px;
	height:642px;
	top: 0px;
	text-align: left;
	margin: 0px auto;
}

/*Schattenspiele im Hintergrund*/
#topshadow {
	position: absolute; top:0px; left: 0px; width: 842px; height: 30px; background:url(../../css/shadow_top1.gif) no-repeat; z-index:10;
}
#mainshadow {
	position: absolute; top:30px; left: 0px; width: 842px; height: 589px; background:url(../../css/shadow_center1.gif) repeat-y; z-index:10;
}
#bottomshadow {
	position: absolute; top:612px; left: 0px; width: 842px; height: 30px; background:url(../../css/shadow_bottom1.gif) no-repeat; z-index:10;
}

#basic {
	position: absolute;
	left: 19px;
	top: 19px;
	height: 600px;
	width: 800px;
	margin: 0px auto;
	border: 2px solid white;/* 7E715A*/
	text-align: left;
	background: url(../../css/aktuell.gif) no-repeat;
	z-index:20;
}
#transparency {
	display: block;
	position: absolute;
	left: 318px;
	top: 0px;
	width: 446px;
	height: 600px;
	z-index: 29;
}
#content {
	display: block;
	position: absolute;
	left: 318px;
	top: 0px;
	width: 426px;
	height: 550px;
	padding: 30px 10px 20px 10px;
	margin:0;
	color: #333;
	overflow: hidden;
	z-index: 30;
}
#scrollinglayer {
	left: 318px; top: 0px; width: 426px; height: 545px; overflow: auto;
}
#ticketlayer {
	position:absolute;
	left: 15px;
	top:209px;
	width: 300px;
	height: 225px;
	overflow:auto;
	font-size: 0.86em;
}

/*Hauptmenü*/
#menu {
	position: absolute;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	top: 440px;
}
#menu ul {
	padding:0;
	margin:0;
	text-align:right;
	width: 120px;
	font-size: 1em;
	line-height:1.1em;
}
#menu li {
	list-style:none;
	margin:0;
	
	padding: 10px 0 0 0;
}
#menu li a {
	display:block;
	height:1.1em;
	text-decoration:none;
	padding:0 15px 0 0;
	margin: 0;
	color:white;
	border-bottom:1px solid white;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	background: none;
}
#menu li a:hover, #menu li a:active {
	padding:0 5px 0 0;
	text-decoration: none;
	background: none;
	border-right:10px solid white;
}
#text {
	position: relative;
	float: left;
	left: 30px;
	width: 426px;
	height: auto;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #009ee0;
}
#goback {
	position:absolute;
	left: 270px;
	bottom: 15px;
}
#goback a:link, #goback a:visited {
	font: 0.84em Arial, Helvetica, sans-serif; color: white;
}
#footer {
	position:absolute;
	left: 0px;
	width: 100%;
	vertical-align:top;
	text-align: center; 
	font: 0.8em/2em Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	height: 2em;
	bottom: 0px;
	z-index:30;
}

/*Links und Rechts*/
a {	font-size: 100%;
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a.special {
	color: #c3561c;
	border-bottom: solid 2px #D39C7F;
}
a.special:hover {
	border-bottom: solid 2px #c3561c;
}
a.reserve {
	font-weight: 900;
	color: #3B550B;
}
a.reserve:hover {
	color: #900;
	text-decoration:underline;
}
a.outdated {
	font-weight: 400;
	color: #CC3300;
	text-decoration:line-through;
}
a.outdated:hover {
	color: #6D4A2E;
}
a.fineblack  {
	color: #111;
	border-bottom: solid 1px #AAA;
}
a.fineblack:hover  {
	color: #C00;
	border-bottom: solid 1px #000;
}

blockquote {font-size: larger; font-weight: bold; color: #4e4e4e; padding: 1em 1.2em; margin: 0 0 1em 0; border: 1px solid #e2e2e2; background: #f1f1f1;}
blockquote p {text-indent: -0.5em; margin: 0; padding: 0;}
blockquote em {color: #000; font-size: 10px;}

.notavailable {
	text-decoration: line-through;
}

/*Formulare*/
INPUT, SELECT, TEXTAREA {
	font: 1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}
.OptionalTextBox 
{	border: 1px solid #CCC;
	background-color: #FBFBFB;
} 
.RequiredTextBox 
{	border: 1px solid #555;
	background-color: #FBFBFB;
} 
.FailedTextBox 
{	border: 1px solid #F00;
	background-color: #C00;
	color: white;
}
.error { color:#C00; font: bold 1em 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; }