* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #54a7a6;
}

body {
	padding-bottom: 50px;
	width: 1005px;
	color: #005D92;
	font-family: Arial;
	font-size: 12px;
	border-top: 1px solid rgb(235, 105, 10);
	background-color: #fdebd5;
	-moz-box-shadow: 0px -10px 10px #000;
	-webkit-box-shadow: 0px -10px 10px #000;
}

a img {
	border: none;
}

fieldset {
	border: none;
}


#header {
	position: relative;
	height: 319px;
}

	#header .top {
		height: 96px;
		background-color: rgb(235, 105, 10);
	}
	
	#header .tags {
		position: absolute;
		bottom: 232px;
		right: 50px;
		width: 350px;
		font-family: Verdana, Arial;
		text-align: center;
	}
	
		#header .tags a {
			text-decoration: none;
		}
		
		#header .tags h1, #header .tags h2, #header .tags h3, #header .tags h4, #header .tags h5, #header .tags h6 {
			display: inline;
			color: #fff;
			font-weight: normal;
		}
		
		#header .tags h1 { font-size: 20px; }
		#header .tags h2 { font-size: 18px; }
		#header .tags h3 { font-size: 16px; }
		#header .tags h4 { font-size: 14px; }
		#header .tags h5 { font-size: 12px; }
		#header .tags h6 { font-size: 11px; }
		
	#header .image {
		position: absolute;
		top: 96px;
		right: 0;
	}

	
	#header .headline {
		position: absolute;
		top: 65px;
		left: 250px;
		color: #fff;
		font-size: 19px;
	}

	#header .offer {
		position: absolute;
		top: 29px;
		left: 20px;
		height: 270px;
		width: 210px;
		color: #005d92;
		border: 2px solid #fff;
		background-color: #fff5ea;
		-moz-box-shadow: 0px 0px 5px #444;
		-webkit-box-shadow: 0px 0px 5px #444;
	}
	
	#main {
		overflow: auto;
	}
	
	#navigation {
		float: left;
		margin-left: 22px;
		width: 210px;
	}
	
	* html #navigation {	/* IE6 */
		margin-left: 11px;
	}
	
	#navigation-main {
		list-style: none;
	}

		#navigation-main li {
			margin-bottom: 4px;
			padding: 10px 5px;
			background-color: #f5cb9f;
		}
	
			#navigation-main li a {
				display: block;
				color: #0f5d73;
				text-decoration: none;
			}
			
			#navigation-main li.active a {
				color: #912125;
			}
		
				#navigation-main li a {
					font-size: 18px;
					font-weight: bold;
				}
				
					#navigation-main li a span {
						display: none;
						margin-top: 0.2em;
						color: #0f5d73;
						font-size: 12px;
						font-weight: normal;						
					}
					#navigation-main li:hover a span {
						display: block;				
						color: #962c2e;	
					}
					* html #navigation-main li a:hover span {
						display: block;				
						color: #962c2e;	
					}
					#navigation-main li.active a span {
						display: block;					
						color: #962c2e;				
					}
					#navigation-main li.active a.subnavi {
						font-size: 12px;
						text-decoration: underline;
						font-weight: normal;
						margin-bottom: 3px;
					}
					#navigation-main li.active a.subnaviactive {
						font-size: 12px;
						text-decoration: underline;
						margin-bottom: 3px;
						font-weight: bold;
					}
					#navigation-main li.meet-mv a {
						color: #FFF;					
					}
					#navigation-main li.meet-mv a span {
						display: none;					
					}
					
		#navigation-main li.meet-mv {
			background-color: #962c2e;
			height: 47px;
		}
		
			/*#navigation-main li.meet-mv a, #navigation-main li.meet-mv a span {
				color: #964513;
			}*/
			
		#navigation-main li.meta {
			color: rgb(186, 97, 28);
			font-size: 13px;
			font-weight: bold;
			text-align: center;
			background: transparent;
		}
		
			#navigation-main li.meta a {
				display: inline;
				color: rgb(186, 97, 28);
				font-size: 15px;
				font-weight: bold;
			}
		
			
	#umfrage {
		margin-top: 20px;
		text-align: center;
	}
					
	#content {
		float: left;
		margin-left: 25px;
		width: 708px;
		padding-right: 40px;
		color: #0f5d73;
		font-size: 15px;
		overflow: hidden;
	}
	
		#content h1 {
			margin-bottom: 0.2em;
			font-size: 32px;
			font-weight: normal;
		}
		
		#content h2 {
			color: #912125;	
			font-size: 18px;
			font-weight: normal;
		}
		
		#content h3 {
			color: #912125;	
			font-size: 16px;
			font-weight: normal;
		}
		
		#content p {
			margin-top: 1em;
		}
		
		#content a {
			color: #912125;
			font-weight: bold;
		}
		
		#content .map {
			float: right;
			width: 320px;
			margin-bottom: 20px;
			margin-left: 20px;
		}
		
			#content .map div {
				margin-top: 20px;
				padding: 10px;
				background-color: #f9dbba;
			}
	
		#content .content-element {}
	
		#content .content-element .up {
			clear: both;
			margin-top: 40px;
			text-align: right;
			border-top: 1px solid #eea954;
		}

		#content .content-element .up a {
			color: #efa954;
			font-size: 12px;
			font-weight: normal;
			text-decoration: none;
		}
		
		#content .content-element div.left {
			float: left;
			width: 340px;
			margin-bottom: 20px;
			margin-right: 14px;
		}
		
		#content .content-element div.right {
			float: left;
			width: 50%;
			margin-bottom: 20px;
		}
		
		#footer {
			padding-bottom: 10px;
			border-bottom: 1px solid #eea954;
		}
		
		#footer p {
			margin-top: 0;
		}
		
		#footer a {
			margin-right: 15px;
		}
		
		#footer a.last {
			margin-right: 0;
		}
	
table {
	margin-top: 1em;
}	
		
		
table.flugplan {
	width: 700px;
	border-collapse: collapse;
	border: 2px solid #da5614;
	background-color: #fff;
}

	table.flugplan thead tr {
		color: #fff;
		border: 2px solid #da5614;
		background-color: #da5614;
	}

	table.flugplan thead th {
		font-weight: normal;
	}
	
	table.flugplan thead th.fullrow {
		color: #0F5D73;
		background-color: #fff;
	}
	
	
	table.flugplan tbody td {
		padding: 0 10px;
		border-right: 2px solid #da5614;
	}
	
	table.flugplan tbody tr.block {
		border-top: 2px solid #da5614;
	}
	
	table.flugplan tbody td.block {
		border-top: 2px solid #da5614;
	}
	
	table.flugplan tbody td.fullrow.last {
		border-right: none;
	}
	
	table.flugplan tbody tr.odd {
		background-color: #f9dcba;
	}
	
	table.flugplan td.fullrow {
		background-color: #fff;
		border-bottom: 2px solid #da5614;
	}


table.transfer {
	border-collapse: collapse;
	border: 1px solid #f5cb9f;
}

table.transfer tr th {
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #f5cb9f;
}

table.transfer tr td {
	padding: 0 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f5cb9f;
	position: relative;
	vertical-align: top;
}

.right.map {
	float: right;
	width: 310px;
}



/* Pauschalangebote */

#content .content-element.offer div.left {
	float: left;
	width: 50%;
	margin-right: 0;
	margin-bottom: 20px;
}

#content .content-element.offer div.right {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

#content .content-element.offer h3 {
	margin-bottom: 1em;
	color: #0F5D73;
	font-size: 18px;
	font-weight: normal;
}

#content .content-element.offer .buttons {
	clear: both;
	position: relative;
	top: 10px;
	text-align: center;
}

#content .content-element.offer .buttons a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #FDEBD5;
	background-repeat: no-repeat;
	background-position: center;
}

#content .content-element.offer .buttons a.buchen {
	padding: 5px 32px;
	background-image: url("../../images/buchen-bg.jpg");
}

#content .content-element.offer .buttons a.info {
	padding: 5px 32px;
	background-image: url("../../images/info-bg.jpg");
}

#content .content-element.offer .buttons a.anfrage {
	padding: 5px 30px;
	background-image: url("../../images/anfrage-bg.jpg");
}

#content .content-element.offer .buttons a.anbieter {
	padding: 5px 30px;
	background-image: url("../../images/anbieter-bg.jpg");
}

#content .content-element.offer .up {
	margin-top: 0;
	margin-bottom: 20px;
}

form#contact legend {
	font-size: 32px;
}

form#contact label {
	display: block;
	float: left;
	width: 100px;
}

form#contact input {
	display: block;
	float: left;
	width: 200px;
}
.infobox {
	display: none;
	margin-top: 8px !important;
	margin-left: 20px;
	position: absolute;
	border: 1px solid #f5cb9f;
	background-color: #F9DBBA;
	z-index: 10;
	padding: 10px;
	font-style: italic;
	width: 210px;
}
.infobox_2 {
	display: none;
	margin-top: 8px !important;
	/*margin-left: -10px;*/
	color: #964513;
	padding:  0 10px;
	font-style: italic;
	width: 180px;
	font-size: 12px;
}

.left .infobox_2 {
	width: 160px;
}

.notice {
	font-size: 13px;
}

