html, body {
	background-color:#326696;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
}
a:link {
	text-decoration:none;
	color:#000;
}
a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:active {
	text-decoration:underline;
	color:#000;
}
a:focus {
	text-decoration:blink;
	color:#000;
}

a:link.kontakt {
	text-decoration:none;
	color:#BBB;
}
a:visited.kontakt {
	text-decoration:none;
	color:#BBB;
}
a:hover.kontakt {
	text-decoration:underline;
	color:#BBB;
}
a:active.kontakt {
	text-decoration:underline;
	color:#BBB;
}
a:focus.kontakt {
	text-decoration:blink;
	color:#BBB;
}


.thl {
	font-size:24pt;
	color:#FFF;
}
.tbdy {
	font-size:18pt;
	color:#FFF;
}
.menuitem {
	text-align: center;
}
.menusep {
	background-color:#612332;
}
#frame {
	height:100%;
} 
#headerPic {
	width: 900px;
	height: 195px;
	border: solid 0px #FF0000;
}
#mainmenue {
	width: 900px;
	border: solid 0px #FF0000;
	background-color:#926718;
	font-family: 'Trebuchet MS',verdana,helvetica,arial,sans-serif;
}
#stage {
	width: 898px;
	height: 100%;
	border: solid 1px #666;
	background-image:url('../images/turntexframeblue.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	font-family: 'Trebuchet MS',verdana,helvetica,arial,sans-serif;
	font-size:18pt;
	color:#BBB;
	text-align: center;
}
#stage p {
	font-size: 10pt;
	text-align: left;
}
#stage h1 {
	font-size: 20pt;
	text-align: center;
	display: block;
}
#footer {
	width: 900px;
	/* border: solid 1px #FF0000; */
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 9pt;
	color: #999;
	bottom: 0;
}
