/* Globale */
body {
	font-family: Verdana, Arial;
	font-size: 11px;
	background-color: #E8EAE2;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/body_bg.jpg);
	background-repeat: no-repeat;
}
table {
  font-size: 11px;
}
/* Basis Dokumente */

#header {
	width:760px; 
}
#logo {
	width:122px;
	float:left;
}
#keyvisual {
	width:638px;
	float:left;
	text-align:right;
}
#mainnav {
	width:760px;
	background-image: url(/img/mainav_bg.jpg);
	background-repeat: no-repeat;
	
}

#container {
	width:762px;
	}
#leftnav {
	width:189px;
	float:left;
	padding:10px 0 0 0;
}
#content {
 	width:383px;
	float:left;
	}
#content div.spacer{
 	margin:6px 6px 0 6px;
	}
#margin {
	width:188px;
	float:left;
}
#margin div{
	 margin:6px;
	 }

.break {
	clear:both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
#footer {
	padding:10px 0 0 0;
	font-size:10px; 
	color:#666;
	background-image: url(/img/dotline_grey.gif);
	background-repeat: repeat-x;
	margin-top:10px;
	text-align:center;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#86005C;
	text-decoration:underline;
}
/* Navigation */
#mainnav ul {
	display:inline;
	list-style:none;
	padding:0;
}
#mainnav ul li {
	display:inline;
	margin:0;
	padding:0;
}

#leftnav ul {
	list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#leftnav ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:189px;
}
#leftnav ul li a{
	margin:0 0 3px 0;
	display:block;
	padding:0 4px 0 35px;
	text-decoration:none;
	color:#000;
	background-image: url(/img/anchor_dot.gif);
	background-repeat: no-repeat;
	background-position:20px 4px;
	font-weight:bold;
}
#leftnav ul li a.active{
	color:#86005C;
	background-image: url(/img/anchor_dot_active.gif);
	}
#leftnav ul li a:hover{
	background-color:#F0F2E9;
	color:#86005C;
	background-image: url(/img/anchor_dot_active.gif);
}
#leftnav ul li ul li{
	margin:0 0 0 0;
	}
#leftnav ul li ul li a{
	margin:0 0 1px 0;
	font-weight:normal;
	background-image: url(/img/anchor_dot_sub.gif);
}


/* Content Text Elemente*/
.spacer a {
	color:#86005C;
	text-decoration:none;
	}
.spacer a:hover {
	text-decoration:underline;
	color:#000;
}
h1 {
	Font-size:21px;
	color:#8D946E;
	font-family:"Times New Roman", Times, serif;
	margin:0 0 10px 0;
}
h2 {
	Font-size:18px;
	color:#8D946E;
	font-family:"Times New Roman", Times, serif;
	margin:0 0 10px 0;
	font-weight:normal;
	line-height:19px;
}
h2.shortdesc {
	margin:-10px 0 10px 0;
}

h2 a.overview {
  color:#8D946E;
  }
h2 a.overview:hover {
  color:#86005C;
  }
h3 {
  font-size:11px;
  font-weight:bold;
 	color:#8D946E;
 	margin:-10px 0 6px 0;
}
#margin h3 {
 	margin:3px 0 3px 0;
}

#margin a.anchor {
  display:block;
  margin:0 0 3px 0;
  font-size:10px;
  padding:0 0 0 12px;
  background-image: url(/img/anchor-icon.gif);
  background-repeat:no-repeat;
  background-position:0 5px;
}
#margin a.margin_link {
  display:block;
  margin:3px 0 3px 0;
  font-size:10px;


}
form h3 {
 	margin:3px 0 3px 0;
}
.left {
	float:left;
	width:185px;
}
.right {
	float:right;
	width:186px;
	text-align:right;
}
div.shortdesc {
	margin:0 0 -5px 0;
}
div.shortdesc div.left{
  width:301px;
}
div.shortdesc div.right{
  width:70px;
}
.trenner {
	display:block;
	height:3px;
	margin:3px 0 0 0;
	background-image: url(/img/dotline_grey.gif);
	background-repeat: repeat-x;
	}
a.detail {
	padding-left:15px;
	color:#86005C;
	background-image: url(/img/anchor_detail.gif);
	background-repeat: no-repeat;
	background-position:0 8px;
	text-decoration:none;
	padding-right:6px;
}
a.detail:hover {
	text-decoration:underline;
	color:#000;
}


.back-overview {
  margin:10px 0 0 0;
  display:block;
}
/* Content Bild Elemente*/
img {
	border: 0px none #000;
}
/* Kalender Elemente*/

.detail-header {
  margin:0 0 10px 0;
}
.besetzung {
  margin:10px 0 10x 0;
  color:#8D946E;
}
.title-pic {
  margin:0 0 10x 0;
}
.calendar-table {
  width:371px;
  border:1px solid #8D946E;
  border-width:1px 1px 0 1px;
  padding:0;
  margin:10px 0 0 0;
  
}

.calendar-table td {
  padding:3px;
  width:60%;
  color:#000;
  border: 1px solid #8D946E;
  border-width:0 0 1px 0;
  
}
td.leftcell {
	width:40%;
	border: 1px solid #8D946E;
	border-width:0 1px 1px 0;
	color:#8D946E;
	vertical-align: top;

}
td.calendar-table-header {
  width:100%;
  color:#8D946E;
  font-weight:bold;
}

.price-table {
  width:371px;
  border:1px solid #8D946E;
  border-width:1px 1px 0 1px;
  padding:0;
  margin:10px 0 0 0;

}

.price-table td {
  padding:3px;
  width:15%;
  color:#000;
  border: 1px solid #8D946E;
  border-width:0 0 1px 0;
  text-align: right;

}
td.leftprice {
	width:85%;
	border: 1px solid #8D946E;
	border-width:0 1px 1px 0;
	color:#8D946E;
	text-align: left;

}
td.price-table-header {
  width:100%;
  color:#8D946E;
  font-weight:bold;
  text-align: left;
}
.link-table {
  width:371px;
  border:1px solid #8D946E;
  border-width:1px 1px 0 1px;
  padding:0;
  margin:0;

}

.link-table td {
  padding:3px;
  width:70%;
  color:#000;
  border: 1px solid #8D946E;
  border-width:0 0 1px 0;
  }
  
  td.leftcell {
  width:30%;
  border: 1px solid #8D946E;
  border-width:0 1px 1px 0;
  color:#8D946E;
}
td.link-table-header {
  width:100%;
  color:#8D946E;
  font-weight:bold;
}
  
/* Margin Elemente*/
#margin a {
  color:#86005C;
  text-decoration:none;
}
#margin a:hover {
  text-decoration:underline;
}
.ticket {
  display:block;
  background-image: url(/img/tickets.gif);
	background-repeat: no-repeat;
	padding:10px 0 0 50px;
	height:38px;

}
.ticket2 {
  display:block;
  background-image: url(/img/tickets.gif);
	background-repeat: no-repeat;
	padding:10px 0 0 50px;
	height:38px;
	width:150px;

}

#ticket label {
  display:block;
  width:120px;
  float:left;
  vertical-align:center;
}
#ticket br {
  clear:both;
}
#ticket fieldset {
  border:1px solid #8D946E;
}
#ticket input.textfield {
  width:240px;
  border:1px solid #8D946E;
  font-size:10px;
  font-family: Verdana, Arial;
  color:#86005C;
  border:1px solid #8D946E;
  margin:0 0 4px 0;
}
#ticket select.textfield {
  border:1px solid #8D946E;
  font-size:10px;
  color:#86005C;
  font-family: Verdana, Arial;
  border:1px solid #8D946E;
  margin:0 0 4px 0;
}
#ticket input.send {
  width:118px;
  border:1px solid #8D946E;
  color:#86005C;
  font-size:11px;
  font-family: Verdana, Arial;
  margin:0 0 0 4px;
  background-color:#fff;
}
.ticket {
  display:block;
  background-image: url(/img/tickets.gif);
	background-repeat: no-repeat;
	padding:10px 0 0 50px;
	height:38px;
}
#ticket label {
  display:block;
  width:120px;
  float:left;
  vertical-align:center;
}
}
#search fieldset {
  border:1px solid #8D946E;
  width:170px;

  
}
#search input.textfield {
  width:152px;
  border:1px solid #8D946E;
  font-size:10px;
  font-family: Verdana, Arial;
  color:#86005C;
  margin: 0 0 -3px 4px;
}

#search input.send {
  width:80px;
  border:1px solid #8D946E;
  color:#86005C;
  font-size:10px;
  font-family: Verdana, Arial;
  background-color:#fff;
  margin: 0 0 -5px 0px;
  }

#newsletter {
  margin:0;
}
#newsletter label {
  display:block;
  font-size:10px;
}
#newsletter input {
  font-size:10px;
  width:100%;
  border:1px solid #8D946E;
  font-family: Verdana, Arial;
  color:#86005C;
}
#newsletter input.send {
  width:50%;
  margin-top:5px;
}

.preise {
  margin:20px 0 0 0;
  white-space: no-wrap;
}
.preise div {
  float:left;
  padding: 0 5px 0 5px;
  border-right: 1px solid;
  color:#86005C;
  margin-bottom:5px;
  white-space:no-wrap;
  }
.preise br {
  clear:both;
}
