/* BASICS*/
html{
	height:101%;
}

body{
	background-color:white;
	font-family: Arial;
	color:#4e5152;
	width:100%;

	padding:0;
	margin:0;

}

a{
	color:#a37a33;

}
p{
	margin-bottom:20px;
	line-height: 1.9;
	margin-top:0px;

}
img{
	border:0px;
}

h4{
	color:#a37a33;
	margin:0px;
	/*margin-bottom:5px;*/
	text-transform:uppercase;

}

h3{
	color:#a37a33;
	font-size:10px;
	letter-spacing:0.26em;
	margin-top:6px;
	margin-bottom:10px;
	font-weight:normal;
}
h1{
	color:#a37a33;
	font-size:18px;
	letter-spacing:0.14em;
	font-weight:normal;
	border-bottom:1px solid #a37a33; 
	border-top:1px solid #a37a33; 
	
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:20px;
	
	
}


table, tr, td{
	font-size:12px;

}
#drucken{
	width:120px;

}
#drucken a{
	color:#a37a33;
	font-size:10px;
	letter-spacing:0.26em;
	text-decoration:none;
	

}
#wrapper{	
	margin: 0px auto 40px auto;
	width:1058px;
	/*height:952px;*/
	background-color:white;
	text-align:left;
	
	
}

/* CONTAINER*/

#header{
	width: 842px;
	height:36px;
	background-color:#f0302b;
	/*background-image: url(../img/header_ticket.jpg);*/
	margin-left:108px;
	margin-right:108px;
	
}
#menu{
	width: 842px;
	height:66px;
	background-color:#eae0c7;
	margin-left:108px;
	margin-right:108px;
}
#main{	
	height:691px;
	background-color:transparent;
	background-image: url(../img/bg_start2.jpg);
	background-repeat: no-repeat;
	
}
#main_content{	
	/*height:691px;*/
	background-color:transparent;
	background-image: url(../img/bg_content.jpg);
	background-repeat: no-repeat;
}


#main_content_inhalt_wrapper{	
	min-height:491px;
	width:545px;
	margin-left:390px;
	margin-top:-20px;
	padding:5px;	
	background-color:transparent;
	padding-bottom:40px;
}

#breadcrumb{
	width:435px;
	float:left;
	margin-bottom:15px;
}
#breadcrumb_unten{
	width:435px;
	float:left;
	margin-bottom:15px;
}
#main_content_inhalt_wrapper_drucken{
	width:110px;
	float:left;
}
#main_content_inhalt_wrapper_drucken_unten{
	width:110px;
	float:left;
	
}
#main_content_inhalt_wrapper_text{
	clear:both;		
	margin-left:65px;
	padding-right:75px;
}
.main_content_inhalt_wrapper_text_item{
	
	font-size:12px;
	line-height: 150%;
}

#btn_ticket{
	position:relative;
	top:360px;
	left: 111px;
	width:260px;
}

#btn_home{
	position:absolute;	
	padding-right:355px;
	padding-bottom:245px;
}
.ie7 #btn_home{
	position:absolute;	
	margin-left:-385px;
	padding-right:355px;
	padding-bottom:245px;

}

#container_logo{	
	height:70px;
	width: 842px;
	background-color:white;	
	margin-left:108px;
	margin-right:108px;
}
#container_logo img {
	margin-right:66px;	
}
#footer{
	height:105px;
	width: 842px;
	background-color:#eae0c7;
	margin-left:108px;
	margin-right:108px;
	
}
/* CONTAINER END*/


/* MENU*/
#btn_active{
	color:#f0302b;
}
#menu_items{
	padding-top:22px;
}

#menu_items ul{
	display:inline;
}
#menu_items ul li{
	display:inline;
	list-style-type:none;
}
#menu_items ul li a{
	text-decoration:none;	
	letter-spacing:0.26em;
	margin-right:47px;
}
.ie7 #menu_items ul li a{
	text-decoration:none;	
	letter-spacing:0.26em;
	margin-right:30px;
}


.menu_links a{
	color:#a37a33;
	font-size:10px;
	
}
.menu_links a:hover{
	color:#f0302b;
}
#menu_items_footer{
	
}
#menu_items_footer ul{
	margin-top:0px;
	padding-top:15px;

}
#menu_items_footer ul li{
	display:inline;
	list-style-type:none;
}
#menu_items_footer ul li a{
	text-decoration:none;	
	letter-spacing:0.26em;
	margin-right:48px;
	font-size:9px;
}
.ie7 #menu_items_footer ul li a{
	text-decoration:none;	
	letter-spacing:0.26em;
	margin-right:30px;
	font-size:9px;
}

/* MENU END*/


/* SLIM BOX*/

/* SLIMBOX */

table .fotos { padding: 3px;
	text-align: left;
	color: #000;
	font: 10px/14px Arial;
	text-transform: none;
	letter-spacing: 1px;
	background-color: white;
	height: 126px;
	border: 1px solid #A8A9AB;
}

table .fotos2 { padding: 3px;
	text-align: left;
	color: #000;
	font: 10px/14px Arial;
	text-transform: none;
	letter-spacing: 1px;
	background-color: white;
	height: 126px;
	border: 0px solid #5a5a5a;
}


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 500;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 700;
	margin: 60px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index: 800;
	
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 900;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal;
}

#banner {
	position: absolute;
	top: 235px;
	left: 365px;
	width: 186px;
	height: 186px;
	z-index: 9;
}

#listRahmen{
	color:#FFF;
	padding:3px;
	background-color: #DA4D41;
}
#tt_dezember_n table {
	text-align: left;
	 
	font-family: Arial, Helvetica, sans-serif;
}


#medienpartner li , #partner li{
	margin:20px;
	float:left;}
#kursiv {
	font-style: italic;
}
#pict_tt p {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#pict_tt p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.map{
	top: 339px;
	width: 546px;
	left: 716px;
	position: absolute;
	height: 330px;
}
#kuesnstlerNeu{
	border: 1px solid #5A5A5A;
	color: #000000;
	font: 11px/16px Arial;
	height: 400px;
	left: 660px;
	margin: 0 0 0 0;
	overflow: scroll;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 20px;
	position: absolute;
	text-align: left;
	text-transform: none;
	top: 336px;
	width: 349px;
	z-index: 3;
	}
	

