@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
}
a {
	color: #000;
	text-decoration: underline;
}
:focus, :active {
	outline: none;
}
.error {
	color: #f00;
	text-align: center;
}
.loading {
	width: 16px;
	height: 16px;
	margin-left: 2px;
	background: #f00 url(img/indicator.gif) no-repeat -20px -20px; /* !important; */
}
.loading.load {
	background-position: center; /* !important; */
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
}
.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;
}
.details_ausruestung:hover .text {
	left: 20px;
}

/* Korrekturen
------------------------------------------------*/

.details_preise tr.tn td {
	background: #DAD7D2;
}
.activity {
	margin-bottom: 15px;
}

.saison_beschreibung {
	position: relative;
}
.saison_beschreibung .saison_datum {
	display: block;
	width: 12em;
	height: auto;
	padding: 1em;
	text-align: center;
	border: 1px solid #000;
	background: #DAD7D2;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 1;
}
.saison_beschreibung:hover .saison_datum {
	left: 0;
}

/*
.details_hinweis {
	padding-left: 18px;
	background: url(../img/attention.png) no-repeat left center;
}
#wrap { 
	width: 780px;	
	background: #fff;
	margin: 0 auto; 
} 
#header { 
	padding: 20px 10px 10px 20px;
} 
#header h1 {
	float: left;
	margin-right: 2em; 
	width:191px;
	height:47px;
	display:block;
	background:url(../img/logo.png) top left no-repeat;
	text-indent: -999px;
}
#header h2 {
	line-height: 47px;
}
#sidebar {
	float: left; 
	width: 100px; 
	background: #f2f2f2;
	padding: 0 10px 15px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#content {
	clear: left;
	padding: 0 20px; 
}
#colorbox h2, #colorbox h3, #colorbox p, #colorbox .package_price {
	margin: 1em;
}
#content h2, #content h3, #content p {
	margin: 1em 0;
}
#footer { 
	padding: 0 10px 0 20px;
} 
#footer p {
	margin: 0; 
}
.clear { 
	clear:both;
}
.package_name {
	clear: left;
	padding-left: 20px;
}
.package_active {
	margin: 20px 0;
	padding: 20px 0 20px 20px;
	background: #ddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.block {
	float: left;
	width: 135px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background: #bbb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	word-wrap: break-word;
}
.block h4 {
	margin: 10px;
}
.block li {
	list-style: none;
	font-size: 85%;
}
.block li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.block li a:hover {
	background: #ccc;
}
.table {
	float: left;
	width: auto;
	margin-right: 20px;
	border: 10px solid #bbb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#content .price_info {
	font-size: 85%;
	margin-bottom: 0;
	padding-top: 20px;
	clear: left;
}
.package_price {
	border-spacing: 0;
	font-size: 85%;
}
.package_price thead th {
	border-bottom: 1px solid #000;
}
.package_price th {
	font-weight: bold;
	text-align: left;
}
.package_price th, .package_price td {
	padding: 10px;
	background: #bbb;
}
.package_price tr:hover td {
	background: #ccc;
}
.filter {
	text-align: right;
}
.activity_title {
	text-decoration: none;
	background: url(../img/indicator.gif) no-repeat -20px -20px;
}
.link_package {
	background: url(../img/indicator.gif) no-repeat -20px -20px;
}
.loading {
	padding-right: 18px;
	background-position: center right;
}

	#flex-navigation {
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;

	}
	
	#flex-navigation li	{
		display:block;
		float:left;
		list-style:none outside none;
		background: #000;
		color: #fff;
		margin-right:5px;
		padding:3px 10px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		}
		
	#flex-navigation li a {
	color: #fff;
	text-decoration: none;
	}
	
	.table-packages {
	background: #f2f2f2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 100%; 
	border: 0; 
	cellpadding: 5;
	}
	
	.preise {
	display: none;
	}
*/

