body, html {
	background:#fff;
	padding:0;
	margin:0 auto;
	height:100%;
	text-align:center;
	font-family: 'Calibri', Arial, Verdana, sans-serif;
	font-size:14px;
	line-height: 20px;
	}

#container {
	background:#ddd url(bghead.png) repeat-x bottom;
	height:110px;
	}

#wrapper {
	text-align:left;
	width:970px;
	margin:0px auto;
	}
	
img {
	border:0;
}
	
#header {
	width:970px;
	height:100px;
	padding:0px;
	margin:0px 0 35px 0;
	}
	
#header h1 {
	display:none;
}
 	
#header img.logo {
	float:left;
	padding:0;
	margin:15px 10px 5px 25px;
	}	
	
#header img.jobs {
	float:left;
	padding:0;
	margin:15px 0px 5px 25px;
	}	
	
	
#content {
	float:left;
	width:970px;
	margin:0px 20px 5px 0px;
	padding:0 15px 10px 15px;
	border-bottom:3px solid #aaa;
	}

	
/* Schrift und so */

hr {
	border: 1px solid #aaa;
	margin: 5px 0px;
	
}	
	
h2, h3, h4 {
	color:#004494;
	}

h2 {font-size:16pt; padding:0 0 0px 0; margin:15px 0 0px 0;}	

h2.mob {color:#be0a26;}
h2.int {color:#0b72b5;}
h2.ser {color:#707173;}
h2.akt {color:#7CD300;}

h3 {clear:left; border-bottom:2px solid #0b72b5; color:#0b72b5; font-size:13pt; padding:5px 5px 2px 0; margin:15px 0 5px 0;}

h3.mob {border-bottom:2px solid #be0a26; color:#be0a26;}
h3.int {border-bottom:2px solid #0b72b5; color:#0b72b5;}
h3.ser {border-bottom:2px solid #707173; color:#707173;}
h3.akt {border-bottom:2px solid #7CD300; color:#7CD300;}


h4 {font-size:11pt; margin:5px 0 0px 0;}	

h4.mob {color:#be0a26;}
h4.int {color:#0b72b5;}
h4.ser {color:#707173;}
h4.akt {color:#7CD300;}

h4.welcome {
	text-align:right;
}

h4 span.imnot {
	color:#000;
	font-weight:normal;
	}
	
h4 span.imnot a:link, h4 span.imnot a:visited {
	color:#000;
	font-weight:normal;
	}

h4 span.imnot a:hover {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	}

p {padding:0;}

.important {
	border-left:15px solid red;
	padding:5px;
	
}

.test {
	color: #0b72b5;
	background: #ddd;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	width: 100%;
}

.teaser {
	color: #0b72b5;
	background: #ddd;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	width: 100%;
	margin: 10px 0;
}

.teaser a {
	text-decoration: none;
}

a:link, a:visited {color:#0b72b5;}
a:hover, a:active {color:#004494;}

p.error, div.error {
	background:#ff6363;
	color:black;
	padding:5px 15px 5px 15px;
	border:2px solid red;
}
div.ok {
	background-color:#BFFFBF;
	color:black;
	padding:5px 15px 5px 15px;
	border:2px solid green;
}

/* Mein Oecher */

#header #meinoecher {
	float:right;
	text-align:right;
}

#header #meinoecher #menue {
	float:left;
	margin:40px 0px 0px 100px;
	width:340px;
	text-align:right;

	}
	
#header #meinoecher #register  {
	float:left;
	padding:0;
	margin:0px 0px 0px 00px;

	}	
	
#header #meinoecher #register img.register {
	float:left;
	padding:0;
	margin:0px 0px 0px 30px;
	}	
	
#header #meinoecher h4 {
	font-size:9pt;
	}
	
#header #meinoecher p {
	font-size:8pt;
	}
	
#meinoecher ul {

	padding:2px;
	font-size:8pt;
	}
	
#meinoecher li {
	display:inline;
	padding:2px;
	}
	
#meinoecher ul li a:link, #meinoecher ul li a:visited {
	text-decoration:none;
	background:#fff;
	padding:3px 5px 3px 5px;
	color:#3b6eaa;
}

#meinoecher ul li a:hover, #meinoecher ul li a:active {
	text-decoration:underline;
}

#meinoecher ul li a:link.logout, #meinoecher ul li a:visited.logout {
	background:#f00;
	color:#fff;
	padding:3px;
	text-decoration:none;
}

#meinoecher ul li a:hover.logout {
	text-decoration:underline;
}

/* Navigation */

#navigation {
	padding:5px 0 3px 0;	
	margin:0 0 5px -1px;
	border-bottom: 3px solid #aaa;
}

#navigation ul {
	height:17px;
	margin:0;
	padding:0;
}

#navigation li {
	display:inline;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	background:url(navi-bg.png) repeat-x;
	color:#414141;
	padding:3px 5px 3px 5px;
	margin:1px;
}

#navigation li a:link, #navigation li a:visited {
	background:url(navi-bg.png) repeat-x 0px 1px;
	color:#414141;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	border-bottom:0px solid #aaa;
	margin:0;
	text-decoration:none;
	}

#navigation li:hover, #navigation li.active, #navigation li.active a:link, #navigation li.active a:link,  #navigation li.active a:visited {
	border-bottom:3px solid #fff;
	text-decoration:none;
	color:#747474;
	}
	
#navigation li a:hover {
	color:#747474;
	padding:3px 5px 3px 5px;
	border-bottom:1px solid #fff;
	text-decoration:none;
	}
	
/* Navigation 2*/

#navigation2 {
	float:left;
	width:150px;
}

#navigation2 ul {
	list-style-type:none;
	margin:0 0 0 -15px;
	padding:0;
	font-size:9pt;
}

#navigation2 li {
	padding:0;
	margin:0;
}

#navigation2 li a:link, #navigation2 li a:visited {
	display:block;
	padding:2px 10px;
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #aaa;
	border-right:1px solid #aaa;
	border-left: 1px solid #aaa;
}

#navigation2 li.last a:link, #navigation2 li.last a:visited {
	border-bottom:1px solid #aaa;
}

#navigation2 li a:hover, #navigation2 li a:active, #navigation2 li.active  {
	background:#eee;
	text-decoration:none;
}

#navigation2 li.cat {
	padding:5px 10px;
	font-weight:bold;
}

#navigation2 li.cat.mob {
	background:#be0a26;
	color:#fff;
}

#navigation2 li.cat.int {
	background:#0b72b5;
	color:#fff;
}

#navigation2 li.cat.ser {
	background:#707173;
	color:#fff;
}

#navigation2 li.cat.akt {
	background:#7CD300;
	color:#fff;
}

/* Der Content */

#leftindex {
	float:left;
	width:655px;
	}

#middleindex {
	float:left;
	width:325px;
	padding:0 5px 0 15px;
	}
	
#rightindex {
	float:left;
	width:270px;
	border-left:1px solid #3b6eaa;
	padding:0 5px 0 15px;
	}

#left {
	float:left;
	width:700px;
	margin:0 10px 0 50px;
}

.clear {
	clear:left;
}


/* Werbung Top Content */

div#werbung-left {
	float:left;
}

div#werbung-left img {
	float:left;
}


div#werbung-left span.preis {
	position:relative;
	font-size:20pt;
	padding:5px;
	top:220px;
	left:-90px;
	background:#fff;
	border:3px solid #eb690b;
	}
	
div#werbung-left span.preis span.eur {
	font-size:7pt;	
}


/* Werbebanner */

div#werbung {
	float:left;
	width:100%;
	height:134px;
	background:#a4bbd6 url(angebot-bg-r.png) no-repeat right;	
	margin:15px 0 0 0;
	padding:0;
}

div#werbung img.l {
	float:left;
}

div#werbung img.tipp-l {
	float:left;
	padding:0px;
	margin:6px;
}

div#werbung div.middle {
	float:left;
	width:280px;
	margin:8px 0 0 0;
}

div#werbung div.middle h4 {
	font-size:10pt;
	text-transform:none;
	font-weight:normal;
	color:#fff;
}

div#werbung div.middle p {
	display:block;
	font-size:9pt;
	color:#004494;
	margin:0 0 2px 0;
	padding:5px;
	background:#fff;
}

div#werbung div.middle p a:link {
	display:block;
}

div#werbung img.tipp-r {
	float:right;
	border-left: 1px solid #fff;
	padding:0px 0 0 10px ;
	margin:6px 0 0 6px;
}

div#werbung img.r {
	float:right;
	padding:0;
	margin:0;
}

/* Angebote rechts */

div.angebot {
	float:right;
	padding:5px;
	margin:5px;
	}
	
div.angebot div.img {
	padding:5px 0px 1px 5px;
	height:123px;
	background:#fff;
	float:right;
	}

div.angebot div.text {
	float:left;
	font-size:8pt;
	text-align:right;
}
	
	
/* Startseite */

div.tarif div.preis {
	float:left;
	background: url(preisbg.png) no-repeat;
	width:200px;
	height:150px;
}

div.tarif div.preis.mob {
	background: url(preisbgmob.png) no-repeat;
}

div.tarif div.preis.akt {
	background: url(preisbgakt.png) no-repeat;
}

div.tarif div.preis div.prod {
	font-size:20px;
	color:#fff;
	
	padding:5px 10px 0px 10px;
	margin:15px 0 0 0 ;
	text-align:center;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

div.tarif div.preis div.eur {
	font-size:55px;
	font-weight:bold;
	letter-spacing:-1pt;
	color:#fff;
	padding:50px 10px 0px 10px;
	margin:0px 0 0 0 ;
	text-align:center;
	vertical-align: top;
}

div.tarif div.preis div.eur .cent {
	font-size:20px;
	vertical-align: top;
}

div#right ul {
	list-style-type:none;
	margin:0;
	padding:0;
	
}



#startprod a:link, #startprod a:visited {
	text-decoration:none;
	float:left;
}


/* Zeitticket */
	
ul.zeitticket {

}

/* Produkt Preis und Feature */

#startprod div.tarif div.produkt  {
	float:left;
}

#prod ul#pfeature {
	float:left;
	width:20px;
	margin:10px 0 10px 15px;
	padding:0 0 0 10px;
	list-style-image:url(liste-pfeil.png);
	list-style-type:square;
}

#prod ul#pfeature li.top {
	font-weight:bold;
}

div.tarif div.produkt {
	clear:left;
}

#proddetail {
	width:700px;

	float:left;
}

#proddetail ul#pfeature {
	float:left;
	margin:10px 0 10px 15px;
	padding:0 0 0 10px;
	list-style-image:url(liste-pfeil.png);
	list-style-type:square;
}

#proddetail ul#pfeature li.top {
	font-weight:bold;
}

#proddetail ul#pfeature li.order {
	margin-top:15px;
	list-style-type:none;
	list-style-image:none;
}

#proddetail ul#pfeature li.order a:link, #proddetail ul#pfeature li.order a:visited {
	font-size:25px;
	font-weight:bold;
	background: #ddd;
	padding: 5px 10px;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

div.tarif div.produkt {
	clear:left;
}

/* Produktdetail Seiten */

#left #columl {
	float:left;
	width:330px;
}

#left #columr {
	float:left;
	width:330px;
	margin:0 0 0 40px;
}

#left img.imgfl {
	float:left;
	padding:0 10px 5px 0;
}

.kleingedrucktes {
font-size:8pt;
}



/* Footer und Kategorie Navigation */

div#footer {
	float:left;
	color:#aaa;
}

#footer #dn-navi {
	float:left;
	width:230px;
	padding:5px;
}

#footer #dn-navi h3 {
	background:none;
	color:#bbb;
	font-weight:bold;
	margin:0;
	padding:0;
}

#footer #dn-navi ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Tickets */

table.tickets tbody tr th {
border-bottom:1px dashed #000;
}

table.tickets tr.hr td.text {
background:#eee;
padding:10px;
}

table.tickets tr.hr td.ticketid {

border-bottom:1px dashed #aaa;
padding:5px 5px 5px 5px;
}

table th {
	vertical-align: top;
}

/* Definitionslisten */

dl dt {
	float:left;
	margin:5px 10px 0 0;
}

dl dd {
	float:left;
	width:500px;
	margin:5px 0 0 0;
}

/*-------------- Tabellenloser Bestellablauf ----------- */

/* Preisklasse für Tabellenrendering ausblenden */

form {
	font-family: 'Calibri', Arial, Verdana, sans-serif;
}

form#onanmeldung_step1 table span.preis {
	display: none;
}

form#onanmeldung_step1 fieldset {
	float: left;
	border: 0px;
	width: 45%;
	background: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin: 0 20px 0 0;
	font-family: 'Calibri', Arial, Verdana, sans-serif;
}

form#onanmeldung_step1 fieldset#fieldsubmit {
	background: transparent;
	display: block;
	margin: 0;
}

form#onanmeldung_step1 fieldset#fieldsubmit legend {
	padding: 0;
	margin: 0;
}

form#onanmeldung_step1 fieldset#fieldsubmit li {
	padding: 0;
	margin: 0;
}


form#onanmeldung_step1 fieldset#fieldsubmit div {
	background: transparent;
	display: block;
}

form#onanmeldung_step1 fieldset#fieldsubmit div input {
	background: #004494;
	color: #fff; 
	display: block;
	float: left;
	width: 100%;
	border: 3px solid #f5f5f5;
	padding: 5px;
	font-size: 20px;
}

form#onanmeldung_step1 fieldset legend {
	font-size: 25px;
	letter-spacing: 1px;
	color: #004494;
	padding: 50px 0 0 0;
	margin: 0;
}

form#onanmeldung_step1 fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form#onanmeldung_step1 fieldset ol li label {
	font-size:25px;
	margin: 0 0 10px 0;
	display: block;
}

form#onanmeldung_step1 fieldset ol li div {
	background: #e4e3ff;
	color: #000;
	display: block;
	font-size:12px;
	padding: 5px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

form#onanmeldung_step1 fieldset ol li:first-child div, form#onanmeldung_step1 fieldset ol li:first-child div:hover  {
	background: transparent;
	color: #000;
	display: block;
	font-size:16px;
	line-height: 22px;
	padding: 5px;
	margin: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


form#onanmeldung_step1 fieldset ol li div:hover {
	background: #b7c1ff;
}

form#onanmeldung_step1 fieldset ol li div input {
	float: left;
	margin: 10px 15px 30px 0;
}


form#onanmeldung_step1 fieldset ol li div label {
	font-size: 16px;
}

form#onanmeldung_step1 fieldset ol li div label span:before {
	content: 'nur ';
	font-size: 16px;
}

form#onanmeldung_step1 fieldset ol li div label span:after {
	content: ' € mtl.';
	font-size: 16px;
}


form#onanmeldung_step1 fieldset ol li div label span {
	font-size: 25px;
	display: block;
	text-align: right;
	margin: 5px 0 0 0;
}

/* Für HTML/QuickForm - Tabellen */

table.qf td.header {
	color:#0b72b5; font-size:13pt; padding:5px 5px 2px 0; margin:15px 0 5px 0;
	border-bottom:2px solid #707173; color:#707173;
	white-space: nowrap; text-align: left; vertical-align: top;
}

table.qf {
	width: 100%;
}

table.qf th {
	width: 200px;
}

table.qf td.wn input.radio {
	float: left;
	margin-right: 0px;
}


table.qf td.wn label {
	padding-left: 25px;
	display: block;
}

.tickettext {
	padding: 5px;
		border-left: 5px solid #707173;
}


a.next, input.next {
	float: right;
	border: 5px solid #ddd;
	display: block;
	background: #049;
	color: #fff;
	padding: 5px;
	margin: 32px 0 0 0;
	font: 16pt normal;
	font-family:'Calibri', arial, verdana, sans-serif;
	text-decoration: none;
	text-align: center;
}

a.next:link, a.next:visited {
	color: #fff;
}

a.next:hover, input.next:hover {
	background: #046;
	color: #fff;
}

form#onanmeldung_step1 tr td.wn, form#onanmeldung_step1 tr th {
	padding-bottom: 2em;
}

input[type=radio]:active + label { text-decoration: underline; }

/***** Debug-Log *****/
table.errorlog {color: black; background-color:white; font-family: tahoma,verdana,helvetica; font-size:12px;}
table.errorlog td {padding:2px;}
table.errorlog td.level0, table.errorlog td.level3{color: red;}
table.errorlog td.level3  {color: #FFFF00;}
table.errorlog td.level4  {color: #ff00ff;}
table.errorlog td.level6  {color: #0000ff;}
table.errorlog td.level7  {color: #00A000;}
table.errorlog div.file {margin:2px 0 0 0; font-size:0.8em; color:black;}
table.errorlog div.traceback {margin:2px 5px 0 0; font-size:0.8em; color:black; display:none; }
table.errorlog tr.hell {background-color: #CCCCCC;}
table.errorlog tr.dunkel {background-color: #AAAAAA;}
