@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}
body {
	font: small arial;
	color: #000;
	background: #fff;
}
:active, :focus {
	outline: none;
}
img {
	vertical-align: middle;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
/* autocomplete
------------------------------------------------*/
.ac_results {
	border: 1px solid #000;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
}
.ac_results li {
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	overflow: hidden;
}
.ac_loading {
	background: #fff url(../img/indicator.gif) right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: #fff;
}
/* end autocomplete
------------------------------------------------*/

#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
#header {
	overflow: hidden; /* clear floats */
}
#header h1 {
	float: left;
	width: 191px;
	height: 47px;
	text-indent: -999em;
	background: url(../img/logo.png) no-repeat left top;
}
#header h2 {
	margin-top: 10px;
	margin-left: 210px;
}
.filter {
	padding: 10px 0;
	text-align: right;
}
#auswahl {
	margin-bottom: 1em;
}
#auswahl li {
	margin-left: 2.5em;
}
#auswahl a {
	color: #00f;
	text-decoration: none;
}
#auswahl a:hover {
	text-decoration: underline;
}
.category h2 {
	margin: 2px 0;
	font-size: 200%;
	background: #002866; /* #4C8A0D; */
	position: relative; /* for absolute */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.category h2.winter {
	background: #8dd5f6;
}
.category .activity_box {
	border-left: 4px solid #4C8A0D;
	border-right: 4px solid #4C8A0D;
}
#Ausflüge .activity_box {
	border-left: 4px solid #ee7900;
	border-right: 4px solid #ee7900;
}
#Bikesport .activity_box, #Bergsport .activity_box, #Wassersport .activity_box, #Reiten .activity_box, #Funsport .activity_box, #Ballsport .activity_box, #Bogenschiessen .activity_box, #Kreativität .activity_box, #PädagogikTanz .activity_box {
	border-left: 4px solid #002866;
	border-right: 4px solid #002866;
}
#WinterAktivprogramm .activity_box {
	border-left: 4px solid #8dd5f6;
	border-right: 4px solid #8dd5f6;
}
.category h2 a.toggle {
	display: block;
	padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	background: url(../img/mais.png) no-repeat 90% 50%;
}
.category h2 a.opened {
	background: url(../img/menos.png) no-repeat 90% 50%;
}
.category h2 .top {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 50%;
	text-decoration: none;
	color: #fff;
}
.category h2 .top:hover {
	text-decoration: underline;
}
.activity {
	background: #EBE8E3;
}
.activity h3 {
	padding: 5px 20px;
	font-size: 120%;
}
.activity_title {
	padding-left: 20px;
	color: #000;
	text-decoration: none;
	background: url(../img/bullet_toggle_plus.png) no-repeat 0 50%;
}
.activity_title:hover, .active .activity_title {
	color: #BC373C;
}
.active .activity_title {
	background: url(../img/bullet_toggle_minus.png) no-repeat 0 50%;
}
.active {
	margin: 2px 0;
}
.activity_details {
	padding: 0 25px;
}
.activity.active .activity_title {
	font-size: 110%;
	color: #BC373C;
	font-weight: bold;
}
.activity_details.open {
	background: #fff;
}
.details_bild {
	float: left;
	width: 277px;
	margin-right: 15px;
	overflow: auto;
}
.details_datum {
	display: none;
}
.details_beschreibung, .details_hinweis, .details_ausruestung {
	margin: 15px 0;
	padding-left: 292px;
}
.details_werte {
	margin-left: -2px;
	border-spacing: 2px;
}
.details_anzahl, .details_alter, .details_dauer {
	width: 127px;
	height: 20px;
	padding: 2px;
	padding-left: 24px; /* !important; */
	font-size: 85%;
	vertical-align: middle;
}
.details_anzahl {
	background: #DAD7D2 url(../img/icon_gruppen.png) no-repeat 2px 2px; /* !important; */
}
.details_alter {
	background: #DAD7D2 url(../img/icon_kinder.png) no-repeat 2px 2px; /* !important; */
}
.details_dauer {
	background: #DAD7D2 url(../img/icon_dauer.png) no-repeat 2px 2px; /* !important; */
}
.details_zahl {
	width: 50px;
	font-weight: bold;
	font-size: 120%;
	background: #aeaeae; /* !important; */
	vertical-align: middle;
	text-align: center;
}
.details_preise {
	margin-left: 290px;
	border-spacing: 2px;
}
.details_preise thead th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	background: #DAD7D2;
}
.details_preise tbody td {
	padding: 4px 5px;
}
/* schule */
.details_preise .gruppe1 td {
	background: #CE8C74;
}
.details_preise .gruppe1:nth-child(odd) td {
	background: #DEBCA3;
}
/* sonstige */
.details_preise .gruppe2 td {
	background: #E2E8CE;/*#E5EECF*/
}
.details_preise .gruppe2:nth-child(odd) td {
	background: #F4F2E3;
}
/* Transferpreise und Betreuer */
.details_preise .gruppe td, .details_preise .tn td {
	background: #DAD7D2;
}
.details_ausruestung {
	position: relative;
}
.details_ausruestung .text {
	display: block;
	width: 20em;
	height: auto;
	padding: 1em;
	border: 1px solid #000;
	background: #DAD7D2;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 1;
}
.details_ausruestung:hover .text {
	left: 311px;
}
.saison_beschreibung {
	position: relative;
}
.saison_beschreibung .saison_datum {
	display: block;
	width: 12em;
	height: auto;
	padding: 1em;
	text-align: center;
	font-weight: normal;
	border: 1px solid #000;
	background: #DAD7D2;
	position: absolute;
	bottom: 100%;
	right: 999em;
	z-index: 1;
}
.saison_beschreibung:hover .saison_datum {
	right: 0;
}
.details_bild {
	position: relative;
}
.details_bild a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	text-indent: -999em;
	background: url(img/play_large.png) no-repeat center;
}

