/*
/////////////////////////////////

Name des Dokumentes: "screen.css"

Erstellt fuer: "BookAndPlay"
Erstellt von: "Nico Gutmann | nicgutmann.de"
Erstellungsdatum: "15.03.2009"

Farben:
----------------
gruen: #186a22
rot: #aa0000

/////////////////////////////////
*/

/* /////////////////////////////// Objekte, die bereits auf der Seite sind /////////////////////////////// */

	/*h1 	{ width: 1114px; height: 226px; margin: 0 }*/
	#banner { float: left; width: 175px }
	#inhalt { float: left; width: 900px; padding-left: 20px; background-color: white;}
	
	
/* /////////////////////////////// Breadcrumbs /////////////////////////////// */

#wobinich {
	color: #186a22;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0
}

	#wobinich li {
		display: inline;
		padding: 0 4px
	}
	
		#wobinich a {
			color: #1a7025;
			font-size: 90%;
			text-decoration: none
		}

		#wobinich a:hover { color: black }


/* /////////////////////////////// Allgemeine Definitionen im Content /////////////////////////////// */

#inhalt {
	color: #333
}


	/*-------------------------------------------------------------------
	Ueberschrift
	------------------------*/
	h2 {
		color: #454948;
		font-size: 175%;
		font-weight: bold;
		margin: 1em 0 0 0;
		padding: 0 0 0 0
	}
		
	/*-------------------------------------------------------------------
	     Text-Ueberschriften
	-----------------------------*/
	h3 {
		font-size: 120%;
		font-weight: bold;
		margin: 1em 0 0
	}
	
	h4 {
		font-size: 110%;
		font-weight: bold;
		margin: 1.5em 0 0 2em;
		padding: 0
	}
	
	h4 + p {
		font-weight: bold;
		margin: 0 0 0 2em;
		padding: 0
	}


/* /////////////////////////////// Auswahl der Tage /////////////////////////////// */

#tag-auswahl {
	margin: 1em 0 0 2em;
	padding: 0;
	overflow: hidden
}

	#tag-auswahl li { float: left; margin-left: 10px; list-style: none; text-align: center }
	
	#tag-auswahl li:first-child { margin-left: 5px; }
	
		#tag-auswahl li a {
			padding-bottom: 5px;
			color: #555;
			text-decoration: none
		}
		
		#tag-auswahl a:hover { color: black }
		
		#tag-auswahl ul { margin: 0; padding: 0 }
		
			#tag-auswahl ul li {
				width: 27px;
				height: 27px;
				line-height: 27px;
				text-align: center;
				border: 1px solid black;
				border-right: none;
				margin: 0
			}
			
			#tag-auswahl ul li:last-child {
				border-right: 1px solid black
			}
			
				#tag-auswahl ul a {
					text-decoration: none;
					color: white;
					font-weight: bold;
				}
	
	
	/*-------------------------------------------------------------------
	     Montag, Dienstag, etc
	-----------------------------*/	
	.price_group_0 { background: #aa0000; color: white; }
	.price_group_1 { background: #2300bb; color: white; }
	.price_group_2 { background: #8400ff; color: white; }
	.price_group_3 { background: #0090ff; color: white; }
	.price_group_4 { background: #ff4e00; color: white; }
	.price_group_5 { background: #186a22; color: white; }
	.price_group_6 { background: #c20ba2; color: white; }
		
		
/* /////////////////////////////// Platzwahl /////////////////////////////// */

#platz-formular {
	width: 900px;
	position: relative;
	margin-top: 4em;
	background: url(imgs/rahmen-black-top.png) left 25px no-repeat
}

#platz-formular-line {
	width: 900px;
	position: relative;
	background: url(imgs/rahmen-black-line.png) left 25px repeat-y
}

	.plaetze-liste {
		width: 830px;
		list-style: none;
		margin: 0 auto;
		padding: 0
	}

	#platz-formular ul:after {
		display: block;
		clear: left;
		content: ".";
		width: 1px;
		height: 1px ;
		visibility: hidden
	}

		.plaetze-liste li { 
			float: left;
			width: 80px;
			font-size: 110%;
			font-weight: bold;
			text-align: center;
			margin: 0 7px
		}
		
		li#plaetze-liste-deactivated {
				float: left;
				width: 80px;
				font-size: 110%;
				font-weight: bold;
				text-align: center;
				margin: 0 7px; 
				display: block;
				height: 25px;
				line-height: 27px;
				color: white;
				text-decoration: none;
				background: #CCCCCC url(imgs/runde-plaetze.png) 0 0 no-repeat 
		}

		li#naechster { width: 30px }

			.plaetze-liste li a { 
				display: block;
				height: 25px;
				line-height: 27px;
				color: white;
				text-decoration: none;
				background: #666 url(imgs/runde-plaetze.png) 0 0 no-repeat
			}
			
			li#naechster a {
				background: #666 url(imgs/runde-plaetze-kl.png) 0 0 no-repeat
			}

			li a#aktiv,
			.plaetze-liste li a:hover { 
				background-color: #222;
				background-position: -90px 0
			}
			
			li#naechster a#aktiv,
			li#naechster a:hover { 
				background-color: #222;
				background-position: -40px 0
			}



			
/* /////////////////////////////// FORMULAR: Allgemein geltendes /////////////////////////////// */

form select,
form input {
	background: #eee;
	padding: 4px 5px;
	border: 1px solid #666;
	color: #222;
	font: 11px/140% Arial,sans-serif;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px
}

form input:focus {
	background: #ddd;
	border: 1px solid #333;
}

button 		{ background: none; border: none; font-size: 100%; font-weight: bold }
button:hover 	{ cursor: pointer }

a.blackBold:hover {background: none; font-size: 8.5pt; font-weight: bold; color: #000; text-decoration: none; cursor: pointer}
a.blackBold:link {background: none; font-size: 8.5pt; font-weight: bold; color: #000; text-decoration: none;}
a.blackBold:visited {background: none; font-size: 8.5pt; font-weight: bold; color: #454948; text-decoration: none;}
a.blackBold:active {background: none; font-size: 8.5pt; font-weight: bold; color: #000; text-decoration: none;}

a.priceGroupLink:hover {color: #FFF; text-decoration: none; cursor: pointer}
a.priceGroupLink:link {color: #FFF; text-decoration: none; cursor: pointer}
a.priceGroupLink:visited {color: #FFF; text-decoration: none; cursor: pointer}
a.priceGroupLink:active {color: #FFF; text-decoration: none; cursor: pointer}
			
			
/* /////////////////////////////// FORMULAR: Preise und Zeiten /////////////////////////////// */

form h4,
form dl { float: left; margin: 0; padding: 10px 0 }

form h4 { width: 30%; text-indent: 3em; line-height: 25px }

form dl { width: 70% }

form dl:after {
	display: block;
	clear: left;
	content: ".";
	width: 1px;
	height: 1px ;
	visibility: hidden
}

	form dt,
	form dd,
	form dd p {
		float: left;
		margin: 0;
		padding: 0; 
		line-height: 25px
	}
	
	form dd { width: 80%; padding-left: 10px }
	
		form dd p { width: 50% }
			
			dl p + p { text-align: right }
			
		form dd input { width: 100px }
			
	#beschreibung { padding: 0 0 0 30% }
	
		#beschreibung input { width: 520px }
		
		
/* /////////////////////////////// FORMULAR: Buchungseinheit /////////////////////////////// */

.tagesformular {
	width: 844px;
	padding: 5px 10px;
	position: relative;
	z-index: 3;
	margin: 0 auto;
	/*background: url(imgs/rahmen-rot-top.png) left top no-repeat*/
}

div#rahmen:after {
	display: block;
	clear: left;
	content: ".";
	width: 1px;
	height: 1px ;
	visibility: hidden
}

div#rahmen {
	width: 864px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
}

/*RAHMEN LINKS UND RECHTS LINIE*/

.rahmen_line_0 {
	background: url(imgs/rahmen-rot-line.png) left bottom repeat-y
}

.rahmen_line_1 {
	background: url(imgs/rahmen-lila-line.png) left bottom repeat-y
}

.rahmen_line_2 {
	background: url(imgs/rahmen-purpur-line.png) left bottom repeat-y
}

.rahmen_line_3 {
	background: url(imgs/rahmen-blau-line.png) left bottom repeat-y
}

.rahmen_line_4 {
	background: url(imgs/rahmen-orange-line.png) left bottom repeat-y
}

.rahmen_line_5 {
	background: url(imgs/rahmen-gruen-line.png) left bottom repeat-y
}

.rahmen_line_6 {
	background: url(imgs/rahmen-pink-line.png) left bottom repeat-y
}

/* RAHMEN TOP LINIE*/

div#rahmen_top_0 {
	background: url(imgs/rahmen-rot-top.png) left top no-repeat
}

div#rahmen_top_1 {
	background: url(imgs/rahmen-lila-top.png) left top no-repeat
}

div#rahmen_top_2 {
	background: url(imgs/rahmen-purpur-top.png) left top no-repeat
}
div#rahmen_top_3 {
	background: url(imgs/rahmen-blau-top.png) left top no-repeat
}

div#rahmen_top_4 {
	background: url(imgs/rahmen-orange-top.png) left top no-repeat
}

div#rahmen_top_5 {
	background: url(imgs/rahmen-gruen-top.png) left top no-repeat
}

div#rahmen_top_6 {
	background: url(imgs/rahmen-pink-top.png) left top no-repeat
}


/*RAHMEN BOTTOM LINIE*/

.rahmen_bottom_0 {
	background: url(imgs/rahmen-rot-bottom.png) left bottom no-repeat 
}

.rahmen_bottom_1 {
	background: url(imgs/rahmen-lila-bottom.png) left bottom no-repeat 
}

.rahmen_bottom_2 {
	background: url(imgs/rahmen-purpur-bottom.png) left bottom no-repeat 
}

.rahmen_bottom_3 {
	background: url(imgs/rahmen-blau-bottom.png) left bottom no-repeat 
}

.rahmen_bottom_4 {
	background: url(imgs/rahmen-orange-bottom.png) left bottom no-repeat 
}

.rahmen_bottom_5 {
	background: url(imgs/rahmen-gruen-bottom.png) left bottom no-repeat 
}

.rahmen_bottom_6 {
	background: url(imgs/rahmen-pink-bottom.png) left bottom no-repeat 
}


div#bottomline {
	width: 864px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	position: relative;
	/*background: url(imgs/rahmen-rot-bottom.png) left bottom no-repeat*/ 	
}

	/*-------------------------------------------------------------------
	     Montag, Dienstag, etc im Formular
	---------------------------------------*/	
	ul.formtitel {
		width: 211px;
		height:27px;
		position:absolute;
		list-style: none;
		top: -27px;
		left: 50px;
		margin: 0;
		padding: 0
	}
		
		.formtitel li {
			float: left;
			width: 27px;
			height: 27px;
			line-height: 27px;
			text-align: center;
			border: 1px solid black;
			border-right: none;
			border-bottom: none;
			margin: 0;
			color: white;
		}
			
		.formtitel li:last-child {
			border-right: 1px solid black
		}
		
			.formtitel li a {
				text-decoration: none;
				color: white;
				font-weight: bold;
			}

		.tagesformular label {
			display: block;
			font-weight: bold;
			color: black;
			position: relative;
			margin: -8px 0 5px
		}
		
.start-endzeit,
.buchungszeit,
.tagesformular table { float: left }

	.start-endzeit {
		text-align: center;
		width: 28%
	}
	
	.buchungszeit {
		text-align: center;
		width: 17%
	}
	
	.tagesformular table {
		width: 55%;
		margin: 0;
		padding: 0;
		border: none;
		border-collapse: collapse
	}
		
		.tagesformular th { font-weight: bold; color: black }
		.tagesformular td { padding: 3px 0 }
		
		.moeglichkeit 	{ width: 50%; text-align: left; line-height: 20px }
		.preis 		{ width: 40%; text-align: center }
		.delete 	{ width: 10% }
		
		.tagesformular input {
			width: 50px
		}

			.tagesformular table + p { clear: left}


/* /////////////////////////////// FORMULAR: Aktions-Buttons /////////////////////////////// */

		#aktionbuttons {
			width: 100%;
			padding-bottom: 10px;
			background: url(imgs/rahmen-black-bot.png) left bottom no-repeat
		}

			.einheit-close {
				position: absolute;
				z-index: 4;
				top: -25px;
				right: -15px;
				width: 30px;
				height: 30px
			}
			
				.einheit-close a {
					display: block;
					width: 30px;
					height: 30px;
					text-indent: -999em;
					background: url(imgs/close.png) left top no-repeat;
				}
			
			#einheit-dazu 		{ width: 98%; text-align: left; padding-left: 1.5em; }
			#einheit-dazu button 	{ color: #aa0000 }
				
				#button-speichern {
					position: absolute;
					right: 0;
					bottom: -40px;
					background: url(imgs/greenButton_bg.gif) left center repeat-x;
					width: 120px;
					height: 24px;
					text-align: center;
					line-height: 24px;
					border: 1px solid black
				}
				

#hotline { color: #186a22; font-weight: bold }