#informationLayer {
	text-align: left;
	position: absolute;
	border: 1px solid #CCCCCC;
	background-color: #E8E8E4;
	z-index: 1;
	min-width: 150px;
	*width: 150px;	/* unrecommended hack IE7 and below */
	min-height: 30px;
	visibility: hidden;
	padding-left: 4px; 
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	overflow: hidden;
}

/* --- Navimenüs klappen --- */

#navilist_auf {
	display: block;
	border-bottom: none;
	}
	
#navilist_zu {
	display: none;
	border-bottom: 1px solid black;
	}

/* --- Navimenüs klappen --- */

/* --- FARBE --- */

/*

Grundfarbe: 4b5391
Higlightfarbe: cfcbdc

*/


/* --- RESET CSS --- */

html, body, a, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, table, td, form, textarea, label, span {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	border: 0;
	}
	
	
/* --- IE PNG FIX --- */

img, div { 
	behavior: url(/css/iepngfix.htc);
	}


/* --- BODY/HTML --- */

html {
	height: 100%;
	}

body {
	height: 100%;
	font-size: 75%;
	background-color: #222;
	background-image: url(../images/body/body_bg_diagonal.gif);
	font-family: arial, helvetica, sans-serif;
	}
	

/* --- CARRIER / MAIN-TABLE--- */

#carrierTable {
	height: 100%;
	width: 100%;
	border-bottom: 1px solid #252525;
	background-color: #eee;
	}
	
#mainTable {
	width: 100%;
	color: #eee;
	/*background: #eee url(../images/content/carrier_bg.jpg) repeat-x;*/
	}


/* --- HEADER --- */

#header {
	height: 120px;
	width: 100%;
	/*background: #4b5391 url(../images/header/header_bg_tennis.png) no-repeat right;*/ /* Für Header in Farbe und Logo auf Farbe */
	background: #4b5391 url(../images/header/header_bg.png) no-repeat; /* Für Header Weiss - Logo auf Weiss */
	}

#headerArtwork {
	height: 120px;
	width: 100%;
	background: url(../images/header/header_bg_tennis.png) no-repeat right;
	}
	
#header_border {
	height: 120px;
	background: url(../images/header/header_border.gif) no-repeat left bottom;
	margin-right: 10px;
	}
	
#club_logo {
	/*
	padding-top: 9px;
	padding-bottom: 10px;
	padding-left: 1px;*/
	background: url(../images/header/club_logo.gif) no-repeat 5px 10px;
	height: 120px;
	}
	
#title {
	z-index: 200;
	background: url(../images/header/header_title_bg.gif) no-repeat right;
	position: absolute;
	right: 10px;
	top: 80px;
	height: 40px;
	padding-right: 1px;
	}
	
#title_text {
	background: url(../images/header/header_title_text_bg.png) no-repeat left;
	height: 40px;
	padding-right: 20px;
	padding-left: 50px;
	width: 200px;
	text-align: center;
	}
	
#header h1 {
	color: #eaeaea;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	}
	
#login {
	background-image: url(../images/header/bg_diagonalen_transparent.png);
	position: absolute;
	top: 10px;
	right: 10px;
	}

#login a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/header/lock.png) no-repeat right 2px;
	behavior: url(/css/iepngfix.htc);
	margin-right: 8px !important;
	margin-right: 15px;
	padding: 6px 23px 6px 10px !important;
	padding: 6px 15px 6px 10px;
	}


/* --- HEADER BUCHUNG --- */

#buchung {
	width: 500px;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 272px;
	}
	
*+html .twoCols {
	width: 350px !important;
	}
	
#buchung table td {
	white-space: nowrap;
	line-height: 1em;
	}

#buchung-text, #selection, #calendar, #month-year, #fadeout, #calendar-text  {
	height: 119px;
	/*background-image: url(../images/header/buchung_bg_hell.png); */ /* für hellen Untergrund */
	background-image: url(../images/header/buchung_bg_dunkel.png); /* für dunklen/farbigen Untergrund */
	margin-right: 1px;
	white-space: nowrap;
	}
	
#month-year {
	/*background-image: url(../images/header/buchung_bg_hell_pfeil.png); */ /* für hellen Untergrund */
	background-image: url(../images/header/buchung_bg_dunkel_pfeil.png); /* für dunklen/farbigen Untergrund */
	}
	
#buchung-text {
	/*background: #4b5391 url(../images/header/buchung_neg.png) no-repeat;*/ /* für hellen Untergrund */
	background: #cfcbdc url(../images/header/buchung_text_maske.png) no-repeat; /* für dunklen/farbigen Untergrund */
	width: 30px;
	margin-right: 0px;
	}
	
#calendar-text {
	background: #cfcbdc url(../images/header/kalender_text_maske.png) no-repeat; /* für dunklen/farbigen Untergrund */
	width: 30px;
	margin-right: 0px;
	}

#fadeout {
	background: url(../images/header/buchung_fadeout.png) no-repeat;
	width: 200px;
	}
	
#selection table {
	color: #fff;
	}
	
#calendar table {
	margin: 0 6px;
	color: #ddd;
	table-layout: fixed;
	text-align: right;
	}
	
#calendar table th {
	padding-bottom: 2px;
	padding-top: 9px;
	}
	
#calendar table td {
	padding: 2px 4px 1px;
	}
	
#calendar table a.day {
	color: #fff;
	text-decoration: none;
	display: block;	
	}

#calendar table a.kw {
	color: #fff;
	text-decoration: none;
	display: block;
	}
	
#calendar table a.selected {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	display: block;	
	}
	
#buchung select {
	margin: 0;
	}
	
*+html #buchung select {
	font-size: 12px;
	}


/* --- CONTENT FINISH --- */

#content_finish {
	width: 10px;
	height: 180px;
	background: #4b5391 url(../images/content/content_finish_bg.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	}


/* --- NAV --- */

#navigation {
	width: 175px;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
.nav {
	width: 160px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #4b5391;
	}

#navigation ul {
	width: 160px;
	list-style-type: none;
	/*background: #000 url(../images/nav/nav_bg.jpg) repeat-x;*/
	background-color: #111;
	}

#navigation ul li {
	width: 160px;
	}
	
#navigation a {
	width: 130px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	color: #ccc;
	text-decoration: none;
	background: url(../images/nav/dots.gif) repeat-x 0 bottom;
	}
	
#navigation a:hover {
	color: #fff;
}

#navigation .pfeilauf {
	background: url(../images/nav/nav_arrow_close.png) no-repeat right;
	}
	
#navigation .pfeilzu {
	background: url(../images/nav/nav_arrow_open.png) no-repeat right;
	}
	
#navigation .top {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 10px;
	cursor: pointer;
	color: #fff;
	width: 130px;
	background: url(../images/nav/gloss.png) repeat-x right 13px;
	}
	
#navigation a.active {
	color: #fff;
	/*font-weight: bold;*/
	/*text-align: right;*/
}

#navigation div.e4 a {
	padding-bottom: 8px !important;
	background: none;
	}
	

/* --- ABGERUNDETE ECKEN --- */

.e1 {
	background: url(../images/nav/edge_top_left.png) no-repeat;
	}

.e2 {
	background: url(../images/nav/edge_top_right.png) no-repeat right top;
	}
	
.e3 {
	background: url(../images/nav/edge_bottom_left.png) no-repeat left bottom;
	}
	
.e4 {
	background: url(../images/nav/edge_bottom_right.png) no-repeat right bottom;
	}
	

/* --- CONTENT --- */

#content {
	color: #000;
	background: url(../images/content/content_bg.png) no-repeat right top;
	behavior: url(/css/iepngfix.htc);
	padding: 10px 10px 20px 5px;
	}
	
#content a {
	color: #000;
	}
	
.contentBoxHead {
	background: #000 url(../images/content/tabelle_auswahl1_bg.gif) repeat-x;
	margin: 0;
	padding: 0 !important;
	}

*html .contentBoxHead {
	height: 27px;
	}
	 
*+html .contentBoxHead {
	height: 27px;
	}
	
.contentBoxHead h2 {
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding: 8px 50px 7px;
	}
	
	
/* --- CONTENT TABELLE (2 EBENEN AUSWAHL)--- */
	
.firstChoice {
	background: url(../images/content/tabelle_auswahl1_ul_bg.gif) no-repeat 89px;
	}
	
.firstChoice ul {
	padding-left: 92px;
	list-style-type: none;
	}
	
*html .firstChoice ul {
	height: 27px;
	}
	
.firstChoice ul li {
	float: left;
	display: inline;
	}
	
.firstChoice ul li a {
	line-height: 1em;
	padding: 8px 12px 7px;
	display: block;
	text-decoration: none;
	color: #999 !important;
	}
	
.firstChoice ul li a:hover {
	color: #fff !important;
	}
	
.firstChoice ul li a.active {
	background: #666 url(../images/content/tabelle_auswahl1_active_bg.gif) no-repeat center bottom;
	color: #fff !important;
	}
	
.firstChoice ul li a.color {
	background-color: #4b5391;
	}
	
.firstChoice div.bg {
	background: url(../images/content/tabelle_auswahl1_btn_bg.gif) no-repeat right;
	padding-right: 3px;
	}
	
	
.secondChoice {
	display: block;
	background: url(../images/content/tabelle_auswahl2_bg.gif) repeat-x;
	}
	
.secondChoice ul {
	list-style-type: none;
	}
	
.secondChoice ul li {
	display: inline;
	float: left;
	}
	
.secondChoice ul li a {
	display: block;
	line-height: 1em;
	padding: 3px;
	border: 1px solid #4e4e4e;
	margin-top: 3px;
	margin-left: 3px;
	background-color: #555;
	color: #ccc !important;
	text-decoration: none;
	margin-bottom: 3px;
	}
	
.secondChoice ul li a:hover {
	color: #fff !important;
	background-color: #4d4d4d;
	border: 1px solid #3c3c3c;
	}
	
.secondChoice ul li a.active {
	color: #fff !important;
	background-color: #777;
	border: 1px solid #3c3c3c;
	}
	
table.standard {
	width: 100%;
	empty-cells: show;
	}

table.standard th {
	background-color: #4b5391;
	padding: 6px 4px 6px 6px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	white-space: nowrap;
	}
	
table.standard th.first {
	border: none !important;
	}
	
table.standard th p {
	width: 80px;
	}
	
table.standard th a {
	color: #fff !important;
	}
	
table.standard td {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	padding: 5px;
	white-space: nowrap;
	}
	
td.firstCol {
	text-align: center;
	border-left: 1px solid #ccc !important;
	}
	
td.lastCol {
	text-align: center;
	border-right: 1px solid #ccc;
	}
	
td.time {
	width: 80px;
	white-space: nowrap;
}

*+html td.time {
	width: 79px;
}


td.price {
	text-align: right;
	}
	
table.standard td.abo {
	background: #cfcbdc;
	/*background: #4b5391 url(../images/content/white50pro.png);*/
	}
	
table.toolbar {
	width: 100%;
	empty-cells: show;
	background-color: #fff;
	}
	
table.toolbar td {
	border-top: 1px solid #ccc;
	padding: 10px;
	white-space: nowrap;
}
	

/* --- FORMULARE --- */

.form2Cols, .form3Cols {
	min-height: 300px;
	height: auto !important;  /* für moderne Browser */
  	height: 300px;  /* für den IE */
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #fff !important;
	}
	
.form3Cols {
	/*
	padding: 3px 0 0;
	background-color: #4b5391;
	*/
	}
	
.formTable {
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	}
	
.formTable td {
	width: 202px;
	padding: 5px 10px;
	text-align: left;
	}
	
label {
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
.inputText, .inputTextOutput  {
	background-color: #eee;
	border: 1px solid #999;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.inputTextarea {
	background-color: #eee;
	border: 1px solid #999;
	font-size: 12px !important;
	padding-top: 2px;
	padding-bottom: 2px;
	}	

.inputTextOutput {
	border: 0;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	}
	
.inputButton {
	width: 120px;
	height: auto !important;  /* für moderne Browser */
  	height: 23px;  /*für den IE */
	border-bottom: 1px solid #222;
	border-top: 1px solid #4b5391;
	border-left: 1px solid #4b5391;
	border-right: 1px solid #4b5391;
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #4b5391 url(../images/content/inputButton_bg.png) repeat-x;
	behavior: url(/css/iepngfix.htc);
	cursor: pointer;
	margin-right: 5px;
	text-align: center;
	}
	
*html .inputButton {
	line-height: 1em;
	}
	
.blackButton {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #444 url(../images/content/inputButton_bg.png) repeat-x;
	}
	
.whiteButton {
	color: #000;
	border-bottom: 1px solid #666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee url(../images/content/inputButton_softer_bg.png) repeat-x;
	}
	
.inputDropdown {
	width: 200px;
	}
	
.inputRadio, .inputCheckbox {
	vertical-align: text-bottom !important;
	vertical-align: baseline;
	margin: 0 4px 0 0;
	padding: 0;
	line-height: 1em;
	}
	
*+html .inputRadio, .inputCheckbox {	
	vertical-align: baseline;
}

.tabe {
	background: #fff url(../images/content/tabe_bg.gif) repeat-x;
	padding-bottom: 15px;
	}
	
.firstTabe {
	background: transparent url(../images/content/white.gif) repeat-x 0 24px;
	}
	
.firstTabe div {
	padding: 3px 0 0;
	background-color: #4b5391;
	}

.tabe h3 {
	background: url(../images/content/formular_tabe.gif) no-repeat;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
	padding-left: 43px;
	padding-top: 10px;
	line-height: 1em;
	margin-bottom: 5px;
	}
	
.formAccept {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ddd  url(../images/content/form_special_bg.gif);
	border-top: 1px solid #ccc;
	}
	
.formEnd {
	background: #fff url(../images/content/line_1px_dots.gif) repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
div.noCols {
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	}

.arrow {
	background: url(../images/content/formular_pfeil_bg.gif) no-repeat center top;
	}


	
	
/* --- CONTENT ABSCHLUSS --- */

div.closing {
	background-color: #555;
	text-align: center;
	height: 5px;
	border-top: 1px solid #333;
	font-size: 1px;
	line-height: 1px;
	}

div.roundEdges1px {
	margin-right: 1px;
	margin-left: 1px;
	border-bottom: 1px solid #666;
	}	
	
div.information {
	background-color: #fff;
	text-align: center;
	border-top: 1px solid #999;
	padding: 10px;
	}


/* --- FOOTER --- */

#footer {
	background: url(../images/footer/footer_bg.gif) repeat-x 0 12px;
	height: 40px;
	border-bottom: 1px solid #000;
	/*
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	*/
	}
	
#footer_nav {
	font-size: 12px;
	line-height: 12px;
	margin-top: 12px;
	float: right;
	background: url(../images/footer/footer_nav_bg.gif) no-repeat right;
	height: 28px;
	text-align: right;
	display: inline;
	}
	
#footer_nav ul {
	margin-right: 10px;
	height: 28px;
	display: inline;
	}
	
#footer_nav ul li {
	float: left;
	background: url(../images/footer/footer_nav_separator.gif) no-repeat right;
	list-style-type: none;
	color: #999;
	display: inline;
	height: 28px;
	}
	
#footer_nav ul li em {
	padding-right: 15px;
	padding-top: 8px;
	font-weight: normal;
	font-style: normal;
	display: block;
	}
	
#footer_nav ul li a {
	color: #ddd;
	padding: 8px 15px 8px;
	display: block;
	text-decoration: none;
	}
	
#footer_nav ul li a:hover {
	color: #fff;
	}

#ebusy_logo {
	background: url(../images/footer/ebusy.gif) no-repeat;
	float: left;
	width: 175px;
	height: 40px;
	}
	
/* --- CLEAR --- */

.clear {
	clear: both;
	}


