@charset "UTF-8";
			
		.black {
			background-color: #B1D1EC;
			color: #fff;
		}
			.black a {
				color: #fff;
			}
	
		.contenttext_eventinfo {
			font-size: 8pt;
			padding: 12px 15px 0 0;
			width: 100%;
			float: left;
			line-height: 140%;
		}

	/* CSS Eigenschaften für den Kalender */
	/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
	/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */
	
	.hidden {
		opacity: 0;
		position: absolute;
	}
	.visible {
		opacity: 1;
	}
	

	
	div.calendar {
		background: url(/images/calendar.png);
		height: 195px;
		padding: 0 6px;
		text-align: center;
		width: 147px;
	}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(/images/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(/images/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(/images/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(/images/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(/images/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(/images/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(/images/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}	
	

			
	/**
	* CSS Klassen für die Bahnreservierung
	*/	
	
	/**
	* div.bahn_view
	* Übergeordnetes div, In dieses DIV kommen alle Bahnen und Zeit-Blöcke
	*/
	div.bahn_view{
		/*background-color:#efefef;*/
		color:#000000;
		width: 100%;
	}
	/**
	* div.book_times
	* Übergeordnetes DIV für die Zeitanzeige
	*/
	div.book_times{
		position:relative;
		width:70px;
		float:left;
		background-color:#fff;
	}
	/**
	* div.bahn
	* Übergeordnetes DIV für jede Bahn
	*/
	div.bahn{
		position:relative;
		width:70px;
		float:left;
		/*background-color:#676767;*/
	}
	/**
	* div.bahn_titel
	* Beschriftung für Zeit und Bahnen
	*/
	div.bahn_titel{
		height: 40px;
		background-color:#0070b8;
		padding: 6px;
		color: #fff;
		font-size: 10pt;
		font-weight: bold;
		border: 1px solid #dff6f9;
		border-left: none;
	}
	/**
	* div.bahn_time und div.book_time * Einzelne DIVs mit den Zeiten bzw. den Reservierungsblöcken pro Bahn
	*/
	div.book_time, div.bahn_time{
		height: 20px;
		padding: 4px;
	}
	div.book_time{
		border: 1px solid #dff6f9;
		border-top: none;
		border-left: none;
	}
	div.bahn_time{
		border: 1px solid #dff6f9;
		border-top: none;
		border-left: none;
	}
	
	/**
	* div.free
	* Klasse für verfügbare Blöcke, hellblau
	*/ 
	div.free{
		cursor:pointer;
		background-color: #B1D1EC;
		color: #B1D1EC;
	}
	div.free:hover{
		background-color: #ffdf7c;
		color: #ffdf7c;
	}
	/**
	* div.reserved
	* Klasse für bereits reservierte Blöcke,rot
	*/ 
	div.reserved{
		background-color: #ff7c7c;
		color: #e26363;
		font-size: 7pt;
		font-weight: bold;
	}
	/**
	* div.marked
	* Klasse für markierte Blöcke, gelb
	*/
	div.marked{
		cursor:pointer;
		background-color: #ffdf7c;
		font-size: 8pt;
		color: #0070b8;
	}
	div.marked:hover{
		background-color: #CBE8EC;
	}
	
	/**
	* Styles für Formular-Validierung
	*/
	
	/**
	* input.validation-failed
	* Input-Feld in dem ein Eingabefehler festgestellt wurde
	input.validation-failed{
		background-color:#FF0000;
	}
	
	/**
	* Span Klasse zum Öffnen der AGB in AJAX - Popup
	*/
	span.showAgb{
		cursor:pointer;
	}
	span.showAgb:hover{
		color:#FF0000;
	}
	div.agb_popup{
		overflow: auto;
	}
		div.agb_popup div.contentarea {
			width: 98%;
			margin: 0;
			padding: 0;
			border: none;
		}
	

/**
* Klassen für Tool-Tips
* Der erstellte Div-Block sieht dann 
* etwa so aus:
*
*<div class="options.className"> //the className you pass in options will be assigned here.
*    <div class="tip-top"></div> //useful for styling
*    <div class="tip">
*        <div class="tip-title"></div>
*        <div class="tip-text"></div>
*    </div>
*    <div class="tip-bottom"></div> //useful for styling
*</div>
*/	

	.outer_tooltip{
		/*position: absolute;*/
		z-index: 100;
		/*display: none;*/
	}	

	.tip-top, .tip-bottom { 
		width: 200px;
		height: 6px;
	}
		.tip-top {
			background:url(/images/tip-top.png) top left no-repeat;
		}
		.tip-bottom {
			background:url(/images/tip-bottom.png) left bottom no-repeat;
		}
	.tip {
		width:200px;
		font-family:verdana,arial;
		font-size: 7pt;
		background-color:#B1D1EC;
		text-align: left;
	}
	.tip-title { 
		color:#004985; 
		font-weight:bold; 
		margin:0px 4px 0 4px; 
	}
	.tip-text { 
		color:#004985; 
		padding:10px 10px 10px 10px; 
	}
	.toolspan{
		color: #cc0000;
		cursor: pointer;
	}


	.nextcontent{
		width: 50%;
		text-align: right;
	}
	.backcontent{
		width: 50%;
		text-align: left;
	}
	.alpha{
		background:#fff;
		text-align: center;
	}
	.alphaAkt{
		font-weight: bold;
		color: #cc0000;
	}

	.download{
		background: #fff;
		padding: 2px 0 6px 2px;
		margin: 12px 0 6px 0;
		clear: both;
	}
		.download a{
			color: #0070b8;
		}
		.download a:hover {
			color: #0070b8;
			font-weight: bold;
			background: transparent;
		}
		.infobox {
			/*border: 1px solid #718189;*/
			/*width: 100%;*/
			height: 40px;
			overflow: hidden;
		}

				
				
 div.se_cal {
 	position:absolute;
 	z-index:51;
    margin: 0;
 }
 #se_cal_content {
 }
 #se_content{
 	padding:0;
 	margin:0;
 	position:relative;
 	display:inline;
 	height:auto;
 }

 
 div.se_cal_event_box{
 	position:absolute;
 	z-index:52;
 	display:none;
	background-color:#FFFFCC;
	border:1px solid #6B7994;
	padding:2px;
	text-align:left;
	font-size:10px;
	white-space:nowrap; 	
 }
 
 
 	.hide{
		display:none;
	}

	div.fadeback{
		background-color: #F8F8F8;
	}
	
	
/*	########################## + formelemente*/
	.input_quernav{
		width:220px;
	}
	.input_options{
		width:14px;
		font-family:Verdana,Arial;
		font-size: 8pt;
		/*margin-right:4px;*/
	}
	.select_options{
		width:42px;
		font-family:Verdana,Arial;
		font-size: 8pt;
	}
	.input_price{
		width:56px;
		font-family:Verdana,Arial;
		font-size: 8pt;
		/*margin-right:4px;*/
	}
	
	div.formtext{
		float:left;
		width: 30%;
		margin: 0 0 8px 0;
		/*background: #44ccaa;*/
	}
	div.formelement{
		float:left;
		width: 70%;
		margin: 0 0 8px 0;
		/*background: #ebebeb;*/
	}
		.formelement select{
			width: 220px;
		}
	
	.important{
		font-size: 9pt;
		text-align: justify;
		color:red;
		line-height: 9pt !important;
	}
	
	.error{
		width: 100%;
		margin: 0 0 8px 0;
		font-size: 8pt;
		color:red;
	}
		
/* ################################ + search*/
	
	div.search_form{
		/*width:400px;*/
		padding:12px;
		color: #004985;
		font-size: 9pt;
		text-align: justify;
	}

		.search_form h1, h2 {
			color: #004985;
			padding: 0;
			margin: 0 0 10px 0;
		}
		.search_form h1 {
			font-size: 12pt;
		}
		.search_form h2 {
			font-size: 9pt;
		}



	#search_browse {
		margin: 8px 0 12px 0;
	}
	#search_content {
		line-height: 13pt;
	}	
	
/* ################################ - search*/	
	
	div.picgal_preview{
		width:198px;
		height:auto;
		overflow: hidden;
		display: block;
		position: relative;
		white-space:nowrap;
	}
	
	div.picgal_preview img{
		padding: 1px;
	}
	
	div.picgalPreviewBox{
		width: 624px;
		height: auto;
		padding: 0 12px 0 12px;
		position: relative;
		display: block;
		clear: both;
	}
	div.picgalPreviewBoxVisible{
		width: 580px;
		overflow: hidden;
		position: relative;
	}
	div.picgalPreviewBoxContent{
		/*left: 0px;*/		
		position: relative;
		white-space:nowrap;
	}
	div.picgalPreviewBoxContent a{
		padding: 5px;
	}
	td.picgalPreviewBoxMoveLeft{
		width:10px;
		/*padding-left: 4px;*/
		/*border-right: 1px solid #DBE8EE;*/
		text-align:center;
	}
	td.picgalPreviewBoxMoveRight{
		width:10px;
		/*border-left: 1px solid #DBE8EE;*/
		text-align:center;
	}
	div.picgalBigPic{
		display:none;
		width:624px;
		padding: 6px 12px 12px 12px;
		text-align:center; 
	}
	
	table.picgalBigPic{
		width:600px;
	}
	.picgalTitel{
		font-weight:bold;
	}
	.picgalTitel a{
		COLOR:#c4161c ! important;
		font-size: 12px;
		FONT-WEIGHT: bold ! important;
		text-decoration:none;	
	}
	td.picgalBigPic_close{
		background-color:#DBE8EE;
		text-align:right;
	}
	td.picgalBigPic_close a{
		color:#7F6354; 
		font-family:Arial,Verdana,sans-serif; 
		font-size:10px; 
		font-weight:bold;
	}
	td.picgalBigPic_pic{ 
		vertical-align:top;
		text-align:center;
	}	
	div.picgalMemo{
		font-weight:normal;
		margin-bottom: 12px;
	}
	div.picgalBigPic_memo{
		font-weight:normal;
		margin-bottom:4px;
		text-align:left;
	}
 
 
 	.activate_email{
		margin-top: 12px;
	}
	.activate_email a{
		color: #0070b8;
	}
		
	.lost_passwort{
		margin-top: 12px;
	}
	.lost_passwort a{
		color: #0070b8;
	}
	
	.steps{
		width: 100%;
		text-align: center;
	}
	

	
/* 	#sellingarea {
		width: 190px;
		padding: 10px 0 0 10px;
	}*/


/*	#korb_ico {
		background-image: url("/images/new_shoppingbag.png");
		width: 32px;
		height: 32px;
		display: block;
		float: left;
	}*/

		.wkorb_info {
			float: left;
			color: #fff;
			font-size: 9pt;
			/*width: 148px;*/
			/*padding: 10px 0 0 0;*/
			margin: 0 0 0 5px;
		}

		
		.marketbasket {
			width: 170px;
			padding: 3px;
			margin-top: 4px;
			/*border-top: 2px solid #fff;*/
			/*background: #CBE8EC;*/
		}
		.marketbutton {
			width: 186px;
			padding: 8px 0 4px 0;
		}

		.counter{
			display:none;
			width: 170px;
			padding: 4px;
			margin: 0 0 6px 0;
			background: #F1F9FC;
			color: #0070b8;
			font-size: 16pt;
			font-weight: bold;
			text-align: right;
			cursor: pointer;
		}


		.logged_in {
			margin: 4px 10px 4px 0;
			text-align: right;
		}
	
		
	.wkorb{
		width: 100%;
		background-color: #fff;
	}
		.wkorb th, .wkorb td {padding: 3px;}
		
		.wkorb th{
			border-bottom: 1px solid #004985;
			vertical-align: top;
		}
		.wkorb td{
			border-bottom: 1px solid #004985;
			vertical-align: top;
		}
		.wkorb .sum{
			border-bottom: 3px double #004985;
			text-align: right;
		}
		.wkorb .euro{
			border-bottom: 1px solid #004985;
			vertical-align: top;
			text-align: right;
		}
 		
*, body, .footer {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 150px;
}


body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	/*background-color: #e3e3e3;*/
	/*background: url(/images/new_bodyback.png) 0 0 repeat-x;*/
	text-align: center;
}
.wrapper {
	position: relative;
	width: 990px;
	text-align: left;
	background: url(/images/new_wrapper_back.png) 0 0 repeat-y;
}

.footer {
	position: relative;
	display: block;
	/*background: #ebebeb;*/
	/*background: #ecf0ef url(/images/new_footerback.png) 0 0 repeat-x;*/
}
div.centerFooter {
	left: 50%;
	width: 990px;
	margin-left: -495px; /* negative Hälfte von width:990px */
	top: 50%;
	height: 150px;
	margin-top: -75px; /* negative Hälfte von height:100px */
	background: url(/images/new_footer_back.png) left bottom no-repeat;
	text-align: left;
}

	.floatRight, .headNavi ul		{float:right;}
	.floatLeft, .headNavi ul li		{float:left;}
	.clearRight	{clear:right;}
	.clearLeft	{clear:left;}
	.clearBoth	{clear:both;}
	.clear		{clear:both;}
	.elblock	{display: block;}
	a {text-decoration: none;}
	
	img				{border: 0;}
	.foWeight		{font-weight: bold;}
	.foWhite		{color: #fff;}
	.posAbsolute 	{position: absolute;}
	.posRelative 	{position: relative;}

	.headNavi, .clear, .clearRight, .clearLeft, .clearBoth, img, .headNavi ul, .headNavi ul li {
		margin: 0;
		padding: 0;
	}
	.headNavi ul, #headerarea ul {
		list-style-type: none;
	}
	.flakesBig {
		top: 14px;
		left: 0;
		width: 415px;
		height: 518px;
		z-index: 10;
	}
	.flakesSmall {
		top: 630px;
		left: 845px;
		width: 131px;
		height: 147px;
		z-index: 0;
	}
	.headNavi {
		top: 0;
		left: 0;
		width: 990px;
		height: 36px;
		background-color: #fff;
		z-index: 1;
		
	}
		.headNavi ul li a {
			display: block;
			margin: 0;
			padding: 10px 7px 0 8px;
			font-size: 8pt;
			text-transform: uppercase;
			color: #999999;
		}
			.headNavi ul li a:hover {
				color: #004985;
			}
	
	.headImg {
		width: 983px;
		height: 345px;
		text-align: right;
		padding-top: 36px;
	}
	
	/**
	 * DIV-Klasse in die ein IMG Tag plaziert wird wenn es keine Bildvergrößerung gibt
	 */ 
	.containerPicOnly{
	}
	/**
	 * DIV-Klasse die den A und IMG Tag enthält für die Bildvergrößerung
	 */
	.containerBigPic{
	}
	

