/* CSS Document */
/*------------------------------------------------------*/
/*                                               RESET  */
/*------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit; font-size:100%;text-align:left;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/*------------------------------------------------------*/
/*                  G L O B A L   N A V I G A T I O N   */
/*------------------------------------------------------*/
#nav-glob{
	width:355px;
	height:30px;
	position:absolute;
	right:0px;
	top:-30px;
	z-index:4;
	/*
	background-image:url(../_gfx_global/back_black_transp25_percent.png);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px; 
	*/
	}
#nav-glob ul{
	margin:3px 0 0 10px;
	padding:0;
	list-style:none;
	}
#nav-glob li{
	display:inline;
	float:left;
	margin:0 0;
	line-height:100%;
	padding:2px;
	}
#nav-glob li a{
	text-decoration:none;
	color:#ddd;
	font-size:12px;
	padding:1px 5px 0px 5px;
	display:block;
	text-transform:uppercase;
	background-color:#555;
	/*border-right:1px solid #aaa;*/
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px; 	
	}
	#nav-glob li.last a{	
	border-right:0;	
	}
	#nav-glob li a:hover{
		text-decoration:none;
		background-color:#ff0000;
		color:#fff;
		}
/*------------------------------------------------------*/		
html{
	font-size:100%;
	}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#000;
	}
p, h1, h2, h3, h4, h5, ul, dl, li, from, table{
	margin:0;
	padding:0;
	}
p{
	line-height:120%;
	}
.clear{
	clear:both;
	}
	p.clear{
		margin:0;
		padding:0;
		}
	#clearer{
		clear:both;
		height:1px;
		font-size:1%;
	}		
.floatleft{
	float:left;
	margin:0px 10px 0 0;
	}
.floatright{
	float:right;
	margin:3px 0 0 7px;
	}	
#banner{
	width:468px;
	height:60px;
	}
.listnone{
	list-style-type:none;
	}
.borderbot{
	border-bottom:1px solid silver;
	}
.noborder{
	border:0px!important;
	}
.nomargintop{
	margin-top:0px!important;
	}
.nomarginbot{
	margin-bottom:0px!important;
	}
.nopaddingtop{
	padding-top:0px!important;
	}
.nobackground{
	background-image:none!important;
}
.margtop15{
	margin-top:15px!important;
	}
.margtop25{
	margin-top:25px!important;
	}
.margbot10{
	margin-bottom:10px!important;
	}
.margbot15{
	margin-bottom:15px!important;
	}
.margbot20{
	margin-bottom:20px!important;
	}
.margbot25{
	margin-bottom:25px!important;
	}	
.margbot30{
	margin-bottom:30px!important;
	}		
.margbot35{
	margin-bottom:35px!important;
	}
.margbot40{
	margin-bottom:40px!important;
	}	
.margleft20{
	margin-left:20px;
	}
.margleft10{
	margin-left:10px;
	}
.margleft7{
	margin-left:7px;
	}
.padleft7{
	padding-left:7px;
	}
.right{
	text-align:right;
	}
.left{
	text-align:left!important;
	}
.center{
	text-align:center!important;
	}
.block{
	text-align:justify!important;
	}
.underline{
	text-decoration:underline;
	}
.durchgestrichen{
	text-decoration:line-through;
}
.small{
	font-size:10px;
	}
.smaller{
	font-size:14px;
	}
.large{
	font-size:20px;
	}
.italic{
	font-style:italic;
}
.spacingneg1{
	letter-spacing:-1px;
	}
.spacingneg2{
	letter-spacing:-2px;
	}
.nospacing{
	letter-spacing:0px!important;
	}
.last{
	margin-bottom:0px!important;
	}
.hide{
	display:none;
	visibility:hidden;
	}
.move{
	position:absolute;
	top:-5000px;
	left:-5000px;
	}
.replace{
	display:none;
	visibility:hidden;
	}
a.pdf{
	background-image:url(../_gfx_all/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 1px 0 20px!important;
	}
a.external{
	background-image:url(../_gfx_all/link.gif);
	background-repeat:no-repeat;
	padding:0 0 0 18px;
	background-position:0 5px;
	}
.bordersilver{
	border:1px solid silver;
	}
/* ----------------------------------------------- C L E A R I N G ---*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*------------------------------------------------ L I S T E N ---*/
ul.normal{
	padding:0;
	margin-left:25px;
	margin-bottom:15px;
	}
	ul.normal li{
		padding:3px 0;
		line-height:120%;
		font-weight:normal;
	}
/* ----------------------------------------------- S T R I P E   M E ---*/
.stripeMe{
	border-bottom:0px;
	margin-bottom:0px;
}
.stripeMe td{
	padding:3px 3px 0px 3px;
	border-bottom:1px solid #aaa;
	font-size:12px;
	background-color:transparent;
}
	.stripeMe tr.alt td{
		background-color:#fff;	
	}
	.stripeMe tr.over td, .stripeMe tr.over td a, .stripeMe tr.over td, .stripeMe tr.over td a:hover{
		background-color:#900;
		color:#fff;
		filter:;
		text-shadow:none;
	}
/*------------------------------------------------ V V K - L I S T E ---*/
#tickettab{
	border-width:0px;
	margin-bottom:15px;
	}
	#tickettab td{}
td.tickets{
	padding-left:22px!important;
	}
	td.original{
	padding-left:22px!important;
	background-image:url(../_gfx_all/originalticket.gif)!important;
	background-repeat:no-repeat!important;
	background-position:0 50%!important;
	}
/*------------------------------------------ M A P ---*/
#map-cont{
	margin:0 0 0 0;
	width:545px;
	padding:10px 0 0 0;
	}
#map{
	margin:0 0 0 0;
	width:545px;
	height:350px;
	font-size:12px;
	background:#ddd;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
	#in-bubble{
		font-size:12px;
		line-height:120%;
		margin-top:0px;
		color:#000;
		}
		#navlink{
			margin:0px;
			padding:0px;
			font-size:12px;
			}
#route{
	margin:10px 0 0 0;
	padding:0;
	}
	#route input.feld{
		background-color:#F0F0F0;
		border:1px solid #DDD;
		padding:2px;
		}
		#route input.feld:hover{
			border:1px solid #000;
			}
		#route input.feld:focus{
			background:#ffffff;
			}
/*------------------------------------------------ A D V E R T I S M E N T ---*/
.floatrectright{
	float:right!important;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:0!important;
	}
/*------------------------------------------------ T I C K E T   B U T T O N ---*/
a.btn{
	text-shadow: #333 1px 1px 1px;
	font-size:18px;
	font-weight:900;
	display:block;
	text-decoration:none;
	color:#FFF;
	text-align:center;
	padding-top:5px;
	padding-bottom:0;
	overflow:hidden;
	line-height:150%;
	width:300px;
	height:28px;
	margin:0 auto;
	background-color:#F00;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: rgb(255,5,5); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,5,5,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,5,5,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,5,5,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0505', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
}
	a.btn:hover{
		background: rgb(109,0,25); /* Old browsers */
		text-shadow: #333 -1px -1px 1px;
		color:#fff;
		text-decoration:none;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkMDAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(109,0,25,1) 0%, rgba(143,2,34,1) 56%, rgba(255,5,5,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,0,25,1)), color-stop(56%,rgba(143,2,34,1)), color-stop(100%,rgba(255,5,5,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(255,5,5,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(255,5,5,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(255,5,5,1) 100%); /* IE10+ */
		background: linear-gradient(top,  rgba(109,0,25,1) 0%,rgba(143,2,34,1) 56%,rgba(255,5,5,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#ff0505',GradientType=0 ); /* IE6-8 */
}		
/*----------------------------------------------------- F O N T   S I Z E S  ---*/		
.size10{
	font-size:10px;
	}
.size12{
	font-size:12px;
	}
.size14{
	font-size:14px;
	}
.size16{
	font-size:16px;
	}
.size18{
	font-size:18px;
	}
.size20{
	font-size:20px;
	}
.size22{
	font-size:22px;
	}
.size24{
	font-size:24px;
	}
.size26{
	font-size:26px;
	}
.size28{
	font-size:28px;
	}
.size30{
	font-size:30px;
	}
.size32{
	font-size:32px;
	}	
.size34{
	font-size:34px;
	}	
.size36{
	font-size:36px;
	}	
.size38{
	font-size:38px;
	}	
.size40{
	font-size:40px;
	}	
.lineheight80{
	line-height:80%;
	}	
.lineheight90{
	line-height:90%;
	}
.lineheight100{
	line-height:100%;
	}
.lineheight110{
	line-height:110%;
	}	
.lineheight120{
	line-height:120%;
	}
.lineheight130{
	line-height:130%;
	}
.lineheight135{
	line-height:135%;
	}
.lineheight140{
	line-height:140%;
	}
.lineheight145{
	line-height:145%;
	}
.lineheight150{
	line-height:150%;
	}
.lineheight160{
	line-height:160%;
	}
.lineheight170{
	line-height:170%;
	}
/*------------------------------------------------------*/
/*              A D D   T H I S   /   S H A R E B O X   */
/*------------------------------------------------------*/
#sharebox{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-20px;
	padding:10px 5px 5px 10px;
	margin:10px auto 25px auto;
	min-height:25px;
	position:relative;
	z-index:1000;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	width:545px;
	/*
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; 	
	*/
}
	/* share text link correction */
	#sharebox a{
		font-size:14px;
		line-height:120%;
		text-decoration:none;
		color:#e2003b;
	}
	.addthis_bubble_style{
		margin-right:10px!important;
	}
#sharebox iframe{
	
}
fan_box .page_stream { height:500px ; }
/*------------------------------------------------------*/
/*                        F A C E B O O K - P A N E L   */
/*------------------------------------------------------*/
/*
#facebook-panel{
	position:fixed;
	left:30px;
	width:200px;
	top:30px;
	background-color:#FFF;
	z-index:3000;
	filter:alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity:0.1;
}
	#facebook-panel:hover{
		filter:alpha(opacity=100);
		opacity: 1;
		-moz-opacity:1;
	}
*/	
#facebook-picture{
	visibility:hidden;
	float:left;
	position:		absolute;
	top:			-999em;
}
#facebook-panel {
	position:absolute;
	left:30px;
	width:200px;
	top:480px;
	background-color:#FFF;
	z-index:3000;
	filter:alpha(opacity=10);
	opacity: 0.1;
	-moz-opacity:0.1;
	/* Firefox */
	-moz-transition: opacity 1s ease;
	/* WebKit */
	-webkit-transition: opacity 1s ease;
	/* Opera */
	-o-transition: opacity 1s ease;
	/* Standard */
	transition: opacity 1s ease;			
}
#facebook-panel:hover{
	zoom: 1;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}
/*------------------------------------------------------*/
/*                                S O C I A L   T A B   */
/*------------------------------------------------------*/
#social-tab{
	margin:0 auto;
}
#social-tab img{
	opacity:1;
}
	#social-tab a:hover img{
		opacity:0.75;
	}

