@import url(reset.css);
@import url(helper.css);

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color:#000;
	color: 000;
	/*color: #4c4c4c;*/
	text-align: center;
	overflow: hidden;
}
hr {
  color: #5e5e5e; /* Mozilla */
  background-color: #5e5e5e; /* Ie */
  border: #5e5e5e; /* Opera */
  height: 1px;
  margin-bottom: 10px;
}
/*Standard Navigation*/
a:active, a:focus{outline: none}

a.active {
	color: #ff0606;
}


/* Typo */
@font-face {
	font-family: otfGothic;
	scr: url("fonts/FFGothic_Two_Two.otf")
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
	color: #5e5e5e;
}

#containerContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	margin-bottom: 3px;
}

.ui-accordion-content h1 {
	padding-top: 10px;
}

p {
	padding-bottom: 10px;
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}
.links td {
	font: 1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
p.date {
	font-size: 1.2em;
	margin-top: -8px;
	margin-bottom: 5px;
}

h3,
#accordion h3,
#accordionB h3 {
	font-size: 1.4em;
}

.makeRed {
	color: #ff0606;
}

#breadcrump {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	color: #5e5e5e;
	float: right;
	padding: 0 0 20px 0;
}

.buttonInner .button {
	float: right;
	margin-top: -35px;
}

.buttonInner .button {
	float: right;
	margin-top: -35px;
}

.hideText {
	display: none;
}

.bgpic {
	height: 100%; 
	width: 100%;
}

#logo {
	background: url(/images/volksbuehne_logo.png) no-repeat;
}
#logo a {
	display: block;
	width: 190px;
	height: 60px;
}

#logo a img {
	border: 0;
    display:none;
}

#logo_druck {display:none;}

.smallLogo {
	float: right;
}
.smallLogo a {
	display: block;
	background: url(/images/logo_s.gif) no-repeat;
	width: 285px;
	height: 50px;
}
.smallLogo a:hover {
	background: url(/images/logo_ani.gif) no-repeat;
}
#centern {
	font-size: 0.625em; /* 1em is 10px */
}

#container {
	position: absolute;
	top: 0;
	left: -19px;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 42px 2em 2em 2em;
	text-align: left;
	}

#holdMeTogether {
	width: 1000px;
}

#containerLeft {
	float: left;
	width: 190px;
	overflow: hidden;
	margin-left: 10px;

}

.tweet {
	padding: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.tweet_even {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.tweet li {
	font-size: 12px;
	list-style-type: none;
	padding-bottom: 5px;
}

#containerMeldungen {
	margin-top: 70px;
	margin-left: 25px;
	padding: 10px;
	width: 280px;
	float: left;
	background: #fff url(/images/drag_me.gif) no-repeat 285px 5px;
}


#containerHeute {
	margin-top: 70px;
	margin-left: 20px;
	left:-10px;
  padding: 10px;
	position: relative;
	width: 420px;
	float: right;
	background: #fff url(/images/drag_me.gif) no-repeat 425px 5px;
}

#containerContent {
	margin-top: 70px;
	margin-left: 10px;
	padding: 20px 40px 30px 40px;
	width: 700px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	text-align: left;
}

p.EventimeApplet {
	padding: 0;
	margin: 0 0 0 -20px;
}

#containerContent img { 
	float: left; 
	margin: 0 10px 10px 0;
}

#containerContent table tr td img { 
	float: none; 
	margin: 0;
}

#containerContent .flashContent { 
	margin: 10px 0 20px 0;
}

#containerHeute img {
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
}
#containerHeute img:hover {
	border: 1px solid #ff0606;
}

.news {
	width: 100%;
	height: 50px;
	cursor: move;
	color: #ff0606;
	text-transform: uppercase;
	background: url(/images/aktuell.png) no-repeat 10px 10px;
	padding: 0;
	font-size: 3em;
	font-weight: normal;
}


#containerMeldungen .news {
	background: url(/images/meldungen.png) no-repeat 10px 10px;
}

.hideMe {
	display: none;
}

h3.noBorder {
	border: none!important;
}

#forTabs th.noborder,
#forTabs td.noborder {
	border-right: none!important;
}

#forTabs td.icons {
	background:#FFF;
    border: none!important;
    padding:15px 10px 0 10px;
}

h3.topBorder {
	border-top: 1px solid #ddd;
}


.chronicBlock {
	margin-bottom: 20px;
}
p.moreText {
}

#footer {
	clear: both;
	border-top: 1px solid #5e5e5e;
	margin-top: 20px;
}

/* fuer Webcam und twitter */
#containerB {
	padding:  0;
	width: 190px;
	background-color: #fff;
}

#containerB .flashContent {
	background: #000;
  text-align: center;
	padding: 6px 0 0;
}

#hlwebcam {
	background-color: #000;
	/*padding: 10px 3px 1px 15px;*/
	padding: 0;
	text-align: left;
	overflow: hidden;
	height: 10px;
}
#hlwebcam h2 {
	color: #fff;
	text-transform: uppercase;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#hlsocial {
	background-color: #000;
	color: #FFF;
	font-size: 12px;
	padding: 5px 3px 5px 15px;
	text-align: left;
	text-transform: uppercase;
}

#hlsocial a {
	color: #FFF;
}

#hlsocial div {
	float:left;
	padding: 2px 0 0 0;
}

#hlsocial img {
	padding: 0 0 0 5px;
}


/* @group Haupnavigation main Navi */

ul#mainNavi {
	width: 190px;
	margin-top: 10px;
	background-color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ul#mainNavi li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #ddd;
	margin: 0 1px 0 1px;
}
li.lastLi {
	border-bottom: 1px solid #fff!important;
}
ul#mainNavi li ul li ul li {
	border-bottom: 1px solid #fff;
}
ul#mainNavi li a {
	font-size: 12px;
	padding: 5px 0 5px 15px;
	color: #000;
	display: block;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	text-transform: uppercase;
}
ul#mainNavi li ul li a {
	padding: 3px 0 3px 22px;
	color: #000;
	display: block;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	text-transform: none;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}
ul#mainNavi li ul li ul li a {
	padding: 1px 0 1px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul#mainNavi li ul li ul li ul li a {
	padding: 1px 0 1px 37px;
}
ul#mainNavi li a:hover {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 5px center;
}
ul#mainNavi a.active {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 5px center;
}
ul#mainNavi li ul li a:hover {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 12px center;
}
ul#mainNavi li ul li a.active {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 12px center;
	outline: none;
}
ul#mainNavi li ul li ul li a:hover {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 20px center;
}
ul#mainNavi li ul li ul li a.active {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 20px center;
	outline: none;
}
ul#mainNavi li ul li ul li ul li a:hover {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 28px center;
}
ul#mainNavi li ul li ul li ul li a.active {
	color: #ff0606;
	background: url(/images/navi_pfeil.gif) no-repeat 28px center;
	outline: none;
}
/*ul#mainNavi li.programm {
	background: url(/images/navi_programm_red.gif) no-repeat;
}
ul#mainNavi li.karten {
	background: url(/images/navi_karten.gif) no-repeat;
}
ul#mainNavi li.volksbuehne {
	background: url(/images/navi_volksbuehne.gif) no-repeat;
}
ul#mainNavi li.volksfan {
	background: url(/images/navi_volksfan.gif) no-repeat;
}
ul#mainNavi li.service {
	background: url(/images/navi_service.gif) no-repeat;
}
ul#mainNavi li.kontakt {
	background: url(/images/navi_kontakt.gif) no-repeat;
	border-bottom: 0;
}*/
/* @end */





/*Service Bereich mit Downloads */
.copyright {
	clear: both;
	margin-top: 10px;
	background-color: #fefcab;
	border-top: 1px solid #5e5e5e;
	padding: 10px;
}
.serviceDownload {
	margin: 10px 0 10px 0;
}

.downloads {
	clear: both;
	float: none;
}
.downloads img {
	border: 5px solid #fff;
	cursor: url('/images//lupe.cur'), pointer;
	padding-bottom: 30px;
}
.downloads p {
	font-weight: bold;
}
.downldMasse p {
	font-weight: normal;
}
.downldMasse {
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #5e5e5e;
}
ul#serviceNavi {
	border-top: 1px solid #5e5e5e;
	margin: 20px 0 20px 0;
	padding: 10px 20px 10px 0;
}
ul#serviceNavi li{
	list-style-type: none;
	font-size: 1.4em;
	padding: 8px 0 8px 30px;
}
a.pdfDownload {
	background: url(/images/pdf_icon.png) no-repeat left;
	padding: 0 0 0 30px;
}


#naviHold {
  margin: -28px 0 0 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}

ul#naviTop {
	background-color: #fff;
	color: #5E5E5E;
	float: right;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: -20px;
  padding: 8px 100px 8px 8px;
	font-size: 9px;
	text-transform:uppercase;
}
ul#naviTop li {
	list-style-type: none;
	display: inline;
}

ul#naviTop li a:link, ul#naviTop li a:visited {
	color: #5E5E5E;
}

ul#naviTop li a.active:link, ul#naviTop li a.active:visited {
	color: #FF0606;
}




/*Navigations Elemente*/
/*a.trailerLink {
	padding: 20px 0 10px 30px;
	background: url(/images/icon_video.gif) no-repeat left 20px;
}*/
a.mehrLink {
	float: right;
	color: #ff0606;
	padding: 10px 20px 10px 0;
	background: url(/images/icon_plus.gif) no-repeat right 8px;
}
.chronicBlock a.mehrLink,
#serviceNavi a.mehrLink {
	float: none;
}
a.fliesstextLink {
	background: url(/images/navi_pfeil.gif) no-repeat 0 4px;
  float: none;
  padding: 0 0 0 10px;
}
a.topLink {
	float: right;
	padding: 10px 25px 10px 0;
	background: url(/images/icon_nachoben.gif) no-repeat right 8px;
}
a.backLink {
	background: url(/images/icon_zurueck.gif) no-repeat right 8px;
  float: right;
	margin: 0 13px 0 0;
  padding: 10px 15px 10px 0;
}
a.printLink {
	background: url(/images/icon_print.gif) no-repeat right 10px;
  float: right;
  margin: 0 15px 0 0;
	padding: 10px 20px 10px 0;
	
}

/* Flash */
.flashContent {
	background: #f2f2f2;
	line-height: 0;
  margin: 0;
}
.flashContent a:link, .flashContent a:visited {
  display: block;
  color: #FF0606;
  float: right;
  font-size: 9px;
  padding: 8px 5px 5px 0;
  text-transform: uppercase;
}
#abdeckung {
  opacity:.80; 
  filter:alpha(opacity=80); 
  -moz-opacity:0.8; 
  background:#000;
  height:100px;
  left:0px;
  margin:auto; 
  position:absolute; 
  top:0px; 
  width:100px; 
  z-index:3;
}
#video {
  position:absolute; 
  top:0; 
  z-index:3;
}
#video_link {
  text-align: right;
}
#video_link a {
  color: #FFF;
  text-transform: uppercase;
}
#flashvideo {
  clear:both; 
  font-family:verdana,arial,sans-serif; 
  font-size:12px; 
  margin:0 0 5px 0;
}



/* Formulare */

.forumButton {
	padding: 10px 0 10px 0;
	clear: both;
	float: none;
	margin: 10px 0 10px 0;
}

.post-title {
	padding-top: 10px;
}

#specialHP {
  margin:12px 0 0 0;
  position:absolute;
}

.ie6 #specialHP {
  margin:10px 0 0 544px;
}

.ie7 #specialHP {
  margin-top: 10px;
}

#tickerHP {
  float:left; 
  height:28px;
  margin:0 0 0 225px; 
  width:518px;
}

/* liScroll styles */
#tickerHP .tickercontainer { 
  background: #FFF; 
  color: #000;
  width: 497px; 
  height: 28px; 
  margin: 0; 
  padding: 0;
  overflow: hidden; 
}

#tickerHP .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 8px;
  width: 477px;
  overflow: hidden;
}

#tickerHP ul.newsticker { /* that's your list */
  position: relative;
  left: 504px;
  font: bold 10px Verdana;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tickerHP ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}
#tickerHP ul.newsticker a {
  color: #ff0000;
  font: bold 10px Verdana;
  margin: 0 50px 0 0;
  padding: 0;
  white-space: nowrap;
} 

#tickerHP ul.newsticker span {
  font: normal 10px Verdana;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
} 

/* Suchformular der Startseite */
#searchHP {
  float: right;
  margin: 12px 72px 0 0;
}

#searchHP .button {
	float: right;
}

.ie7 #searchHP, .ie7 #searchHP .button, .ie6 #searchHP, .ie6 #searchHP .button {
	float: none;
}

#searchHP input.suche {
	background-color: #fff;
  border: 0;
	color: #000;
  display: block;
	float: left;
	font-size: 10px;
	height: 25px;
	line-height: 0;
	margin: 0 5px 5px 25px;
  padding: 0px 3px 3px 7px;
	width: 137px;	
}

.ie6 #searchHP input.suche {
  font-size: 11px;
  height: 18px;
  padding: 5px;
  margin: 0 5px 5px 10px; 
  width: 110px;
}

.ie7 #searchHP input.suche { 
  font-size: 11px;
  height: 18px;
  padding: 5px;
  width: 124px; 
}

.ie7 .button, .ie6 .button {
  border: none;
}

.ie8 #searchHP input.suche { 
  height: 19px;
  padding: 6px 3px 3px 7px;
  width: 142px; 
}

.mac.gecko #searchHP input.suche { 
  font-size: 11px;
  height: 17px;
  margin: 0 5px 5px 34px;
  padding: 5px 5px 6px 5px;
  width: 115px; 
}

.mac.safari #searchHP input.suche { 
  height: 18px;
  margin: 0 5px 5px 40px;
  padding: 5px 5px 5px 5px;
  width: 115px; 
}

.button {
	border: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	height: 28px;
	padding: 5px 5px 7px 5px;
	margin: 0;
	font-size: 12px;
	background: url(/images/bg_button.jpg) repeat-x;
	cursor: pointer;
}
a.button {
	border: 1px solid #ddd;
	/*border-bottom: 1px solid #000;
	border-right: 1px solid #000;*/
	height: 15px;
	padding: 7px 5px 7px 5px;
	margin: 0;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	background: none;
	cursor: pointer;
}
.button:hover {
	color: #ff0606;
}

table#termine {
	float: left;
	margin: 0 20px 20px 0;
	font-size: 1.1em;
	border-collapse: collapse;
	width: 300px;
}

#forTabs {
	padding-top: 10px;

}

/*#forTabs div {
	padding-bottom: 20px;
}*/

#forTabs ul {
	display: none;
}

#forTabs ul.showMe {
	display: block;
}

#forTabs table {
	font-size: 1.1em;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	padding: 0;
	clear: both;
	float: none;
}
#forTabs table tbody {
	clear: both;
	display: block;
}

#forTabs th {
	font-size: 12px;
}

table#termine th,
table#termine td,
#forTabs th,
#forTabs td {
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 5px 10px 5px 10px;
	vertical-align: text-top;
}
#forTabs td {
	padding: 5px 10px 5px 10px;
}

/* Spielplan */
table#spielplanB {
	/*margin-top: -30px;*/
}

#spielplanB tr,
#spielplanB td {
	border-right: none;
	border-bottom: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#spielplanB td.datum {
	background-color: #ddd;
	color: #000;
	margin: 30px 0 10px 0;
	font-weight: bold;
	font-size: 12px;
}

.iconLesen {
	background: url(/images/icon_lese.gif) no-repeat 0 5px;
}
.iconFilm {
	background: url(/images/icon_film.gif) no-repeat 0 5px;
}

.iconPremiere {
	background: url(/images/icon_premiere.gif) no-repeat 0 5px;
}

.iconMusik {
	background: url(/images/icon_musik.gif) no-repeat 0 5px;
}

.iconStudent {
	background: url(/images/icon_student.gif) no-repeat 0 5px;
}
.iconGast {
	background: url(/images/icon_gast.gif) no-repeat 0 5px;
}

ul#legendeSpielplan {
	background-color: #fff;
	border: 0;
	margin-bottom: 20px;
}
ul#legendeSpielplan li {
	list-style-type: none;
	display: block;
	float:left;
	padding: 5px 20px 5px 15px;
	font-weight: normal;
	}

.uhrzeit,
.bestellen,
.ort {
	white-space: nowrap;
}

td.ontour {
    background: url(/images/vb-on-tour.gif) no-repeat right center; 
}

tr.stripe {
	background-color: #ddd;
	color: #000;
}

#spielplanB tr.stripe {
	background-color: #fff;
	color: #000;
}

tr.stripe a {
	color: #000;
}

#spielplanB tr.stripe a {
	color: #000;
}

table#termine td,
#forTabs td {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#forTabs ul,
#forTabs ul li a {
	font: bold 1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
#forTabs ul li a {
	color: #000;
}
#forTabs li.ui-state-active a {
	color: #ff0606;
	outline: none;
}
#dateMonth {
	padding: 8px 0 10px 0;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

iframe.orderTickets {
	width: 785px;
	overflow: hidden;
	height: 600px;
	border: 0;
	margin-left: -25px;
	margin-bottom: 20px;
	background: transparent;
}

table#kartenpreise {
	clear: both;
}

table#kartenpreise td {
	width: 100px;
	padding: 3px;
	text-align: center;
}

/* Spielorte */
.bilderContent {
	float: left;
	width: 340px;
	overflow: hidden;
	margin-right: 20px;
}

#adressLeft {
	float: left;
	margin-right: 100px;
}
#adressRight {
	float: left;
}

/* Formulare */
#containerContent form input.textOneLine {
	border: 1px solid #000;
	padding: 5px;
}

/* Tabelle Links */
table.links {
	padding-bottom: 30px;
}

table.links td,
form table td {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

label {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

input.textOneLine {
	display: block;
	margin: 5px 0 20px 0;
}

input.textPresse {
	border: 1px solid #000;
	padding: 5px;
	margin: 0;
}

/*accordion*/
.ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	margin: 0;
	zoom: 1;
	border-bottom:  1px solid #ddd;
	}
.ui-accordion .ui-accordion-header a:active { 
	border: 0;
	outline: none;
	}
h3.ui-accordion-header { 
	font-weight: normal;
	background: url(/images/navi_pfeil.gif) no-repeat left .4em;
	padding: 3px 0 3px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3.ui-state-active,
.ui-tabs h3.ui-state-active { 
	font-weight: normal;
	background: url(/images/navi_pfeil_down.gif) no-repeat left .4em;

	outline: none;
}

.ui-accordion-content {
	padding: 10px 0 0 15px;
}

.safari #containerMeldungen .ui-accordion-content {
	width: 260px;
}

.safari #containerHeute .ui-accordion-content {
	width: 390px;
}

.ui-state-active a {
	color: #ff0606;
	text-decoration: none;
	cursor: default;
}
#accordion p a.imageLink {
	float: left;
}
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; }

/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { 
list-style: none; 
position: relative; 
padding-bottom: .2em;
background-color: #fff;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
height: 25px;  
}

/* neu vom Stephan */
.en .ui-tabs-nav {
    padding:0 0 18px 0;
}
.detail {
    margin:10px 1px 0 1px;
}
.detail h3 {
    background:url(/images/navi_pfeil_down.gif) no-repeat 0 2px;
    border-bottom:#DDDDDD 1px solid;
    color:#FF0606;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1,4em;
    font-weight:normal;
    padding:0 0 3px 15px;    
}
.detail div {
    padding:10px 0 0 15px;
}

#AbisZ ul.ui-tabs-nav { 
background-color: #fff!important;
border: 0;
}
#AbisZ ul.ui-tabs-nav a:link { 
color: #000;
padding: 0 7px 0 7px; 
}
.ui-tabs .ui-tabs-nav li { 
position: relative; 
float: left;  
margin: 0; 
border-right: 1px solid #ddd; 
}

#AbisZ ul.ui-tabs-nav li:hover,
#AbisZ .ui-state-active {
	background: none!important;
}
#AbisZ li.ui-state-active a {
	color: #ff0606!important;
}
.ui-tabs .ui-tabs-nav li a { 
float: left; 
text-decoration: none; 
padding: .5em 1em;
font-weight: bold;
font-size: 1.4em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
padding-bottom: 1px; 
border-bottom-width: 0; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
/*.ensemble li.ui-state-active a {cursor:pointer;}*/
.ensemble .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
padding: 1.4em 0 1.4em 0; 
display: block; 
border-width: 0; 
background: none; }

.ui-tabs .ui-tabs-hide { 
display: none !important; }

/*SUPERZIZE Bilder vergoesserung Startseite*/


#supersize img {
	height:100%;
	width:100%;
	}

