html {height:100%;}
body 
{
    height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
	background: #FFFFCC url(bilder/layout/back.jpg) fixed;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: left center;
	margin: 0;
	}

h1 {font-size:10pt;color:#FFCC00;margin-top:0px;}
h2 {font-size:9pt;color:#333333;margin-top:0px;}
h3 {font-size:9pt;color:#999999;margin-top:0px;}
h4 {font-size:8pt;color:#666666;margin-top:0px;}

p {
	margin-top:0px;
	color: #333333;
	font-size: 9pt;
}

ul{
	list-style-image:url(bilder/point.gif);
	list-style-position:outside;
	margin-top: 0px;
	margin-bottom: 0px;
	}

li{
	font-size:9pt;
	color:#333333;
	}


.stil1 {color: #CC0000;
	font-weight: bold;}
.stil2 {color: #666666;
	font-weight: bold;}
.ausgebucht {
	color: #FF9900;
	font-weight: bold;
}

.Button {
	width:130px;
	border:1px solid #FFCC33;
	background-color: #FFFFCC;
	cursor: pointer;
}

a:link, a:visited 
{ 
  text-decoration:none;
  font-weight:normal;
  color:#666666;
  font-size:9pt;
}
a:active, a:hover
{ 
  color:#CC0000;
}

/* Die Hyperlinks im MenüKontakt */
a.menukontakt:link, a.menukontakt:visited
{
	color:#FFFFFF;
	text-decoration:none;
	}
a.menukontakt:active, a.menukontakt:hover
{ 
  color:#FFCC00;
}
/* Die Hyperlinks im UnterMenü */
a.menuunter:link, a.menuunter:visited
{
	color:#FF9900;
	text-decoration:none;
	font-weight: bold;
}
a.menuunter:active, a.menuunter:hover
{ 
  color:#FFCC00;
}

#seite {
	position: relative;
	width:760px;
	margin:20px auto;
	padding:0;
	text-align:left;
	border:0px solid #FFFFFF;
	z-index: 1;
	}

/* Titellayout */
#title {
	position: relative;
	height:100px;
	text-align:left;
	padding:0;
	border:1px solid #FFFFFF;
	margin:0 0 5px 0;
	z-index: auto;
	width: 760px;
}

/* Hauptenü */
#menu {
	position: absolute;
	width:740px;
	height:20px;
	border:1px solid #FFFFFF;
	margin:0px 0px 5px 5px;
	top: 95px;
	right:10px;
	z-index: 6;
	background-color: #FFCC00;
}

#menukontakt {
	width:125px;
	height:15px;
	margin:0px 0px 5px 5px;
	padding:0px 10px 0px 0px;
	text-align:right;
	right:10px;
	position: absolute;
	z-index: 5;
	top: 20px;
	}

/* Gesamtinhalt */
#content {
	height:auto;
	margin:5px 0 0 0;
	padding:10px 0px 20px 0px;
	border:0px solid #FF9933;
	position: relative;
	z-index:1;
	background-image: url(bilder/layout/theater_am_rand.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 760px;
	}
	
/* Untermenü */
#navi {
	width:200px;
	height:380px;
	padding:10px 1px 1px 10px;
	margin:20px 5px 5px 5px;
	position: relative;
	z-index:2;
	left: 0px;
	border:0px solid #CC9933;
	line-height: 20px;	
	}

/* Konkretinhalt */
#inhalt {
	width: 500px;
	height: auto;
	margin:20px 0px 5px 5px;
	padding:10px 1px 1px 10px;
	position: absolute;
	z-index: 2;
	left: 230px;
	top: 10px;
	}

