﻿@charset "utf-8";
/* CSS Document */

html, body, div, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, span, acronym, textarea  {
	border: 0px;
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #336600;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
#centerVertical {
	background-color: #FFFFFF;
	border: 1px solid #000;
	height: 300px;
	left: 50%;
	margin: -150px 0 0 -350px;
	position: absolute;
	top: 50%;
	width: 700px;
}
	#centerVertical img {
		margin-left: 100px;
		margin-top: 25px;
		width: 500px;
	}
	#centerVertical p {
		font-size: 16px;
		font-weight: bold;
		margin-left: 130px;
		margin-top: 25px;
		width: 450px;
	}

.container {
	background-color: #FFFFFF;
	float: left;
	width: 1000px;
}
	.header {
		background-color: #FFFFFF;
		float: left;
		width: 1000px;
	}
		.header .headerTop {
			float: left;
			margin: 10px;
			width: 1000px;
		}
			.header .headerTop .columnOne {
				float: left;
				width: 240px;
			}
				.header .headerTop .columnOne img {
					border: 0;
					float: left;
					margin: 30px 10px 10px 0;
					width: 40px;
				}
				.header .headerTop .columnOne .menu {
					border: 2px solid #E1FADC;
					margin: 20px 10px 10px 0;
					float: left;
				}
					.header .headerTop .columnOne .menu a {
						display: block;
						color: #660000;
						font-weight: bold;
						padding: 20px 10px 20px 10px;
						text-decoration: none;
					}
				
			.header .headerTop .columnTwo {
				float: left;
				width: 500px;
			}
				.header .headerTop .columnTwo img {
					border: 0px;
					margin-top: 0px;
				}
				
			.header .headerTop .columnThree {
				float: right;
				margin: 20px 10px 0 0;
				width: 230px;
			}
				.header .headerTop .columnThree .callUs{
					border: 2px solid #E1FADC;
					float: left;
					margin: 0 14px 0 0;
					width: 216px;
				}
					.header .headerTop .columnThree .callUs p.number {
						font-size: 15px;
						letter-spacing: 0.5em;
						margin-left: 17px;
						padding-bottom: 3px;
					}
					.header .headerTop .columnThree .callUs p.text {
						font-size: 19px;
						padding: 5px 0px 5px 20px;
					}
		.header .headerBottom {
			float: left;
			margin: 0 10px 10px 10px;
			width: 1000px;
		}
			.header .headerBottom .image {
				border: 2px solid #E1FADC;
				float: left;
				width: 976px;
			}
				.header .headerBottom .image img {
					display: none;
					height: 200px;
					padding: 3px;
					width: 970px;
				}
					.header .headerBottom .image img.first {
						display: block;
					}
				.header .headerBottom #imageText {
					color: #FFFFFF;
					float: right;
					font-size: 13px;
					font-weight: bold;
					margin-left: 5px;
					margin-top: 177px;
					padding: 5px;
					position: absolute;
					text-align: right;
					width: 959px;
					z-index: 999999;
				}
					.header .headerBottom #imageText .nodisplay {
						display: none;
					}

	.navigation {
		float: left;
		margin: 0 10px 0 10px;
		width: 180px;
	}
		.navigation .menu {
			border: 2px solid #E1FADC;
			float: left;
			margin-bottom: 10px;
		}
			.navigation .menu form {
				
			}
				.navigation .menu form fieldset {
					border: 0;
					margin: 0 10px 10px 10px
				}
					.navigation .menu form fieldset input {
						border: 1px solid #004890;
						font-weight: normal;
						padding: 2px;
						width: 140px;
					}
						.navigation .menu form fieldset input[type=submit] {
							margin-bottom: 10px;
							width: 100px;
						}
			.navigation .menu span {
				background-color: #EEEEEE;
				border-bottom: 2px solid #E1FADC;
				display: block;
				font-weight: bold;
				padding: 5px;
				width: 166px;
			}
			.navigation .menu img {
				border: 0px;
				margin: 5px 0 10px 20px;
				width: 120px;
			}
				.navigation .menu img.socialmedia {
					margin: 5px;
					width: 50px;
				}
				.navigation .menu img.small {
					width: 50px;
				}
			.navigation .menu ul {
				list-style-type: square;
			}
			.navigation .menu li {
				margin: 5px 5px 5px 20px;
			}
				.navigation .menu li a {
					color: #660000;
					text-decoration: none;
				}
	
	.content {
		border: 2px solid #E1FADC;
		float: left;
		margin: 0 10px 10px 0;
		padding: 0;
		width: 786px;
	}
		.content h1, .content span {
			background-color: #EEEEEE;
			border-bottom: 2px solid #E1FADC;
			display: block;
			font-weight: bold;
			margin-bottom: 10px;
			padding: 5px 5px 3px 5px;
			width: 776px;
		}
		.content h2, .content h3 {
			margin-left: 10px;
		}
		.content h1, .content h2, .content h3 {
			font-size: 13px;
		}
		/*.content a.twitter {
			float: right;
			text-align: right;
			margin-top: -34px;
			margin-right: 40px;
			width: 21px;
		}
			.content a.twitter img {
				border: 0px;
				width: 21px;
			}
		.content div.twitter {
			float: right;
			text-align: right;
			margin-top: -34px;
			margin-right: 40px;
			width: 21px;
		}
			.content div.twitter img {
				border: 0px;
				width: 21px;
			}*/
		.content p {
			text-align: justify;
			margin: 0 0 10px 10px;
			width: 766px;
		}
			.content p a {
				color: #660000;
			}
			.content p.center {
				text-align: center;
			}
			.content p span {
				background-color: #FFFFFF;
				border: 0;
				font-weight: normal;
				margin: 0;
				padding: 0;
				width: auto;
			}
			.content p.bold {
				font-weight: bold;
			}
			.content p.date {
				float: right;
				text-align: right;
				margin-top: -30px;
				margin-right: 12px;
				width: 200px;
			}
			.content p.print {
				float: right;
				text-align: right;
				margin-top: -35px;
				margin-right: 12px;
				width: 200px;
			}
				.content p.print img {
					border: 0px;
					width: 23px;
				}
			.content p.twitter {
				float: right;
				text-align: right;
				margin-top: -34px;
				margin-right: 40px;
				width: 200px;
			}
				.content p.twitter img {
					border: 0px;
					width: 21px;
				}
			.content p.twitterText {
				font-size: 10px;
				font-weight: bold;
				float: right;
				text-align: right;
				margin-top: -29px;
				margin-right: 67px;
				width: 300px;
			}
		.content ul {
			list-style-type: square;
			margin-bottom: 20px;
		}
		.content li {
			margin: 5px 5px 5px 25px;
		}
		.content table {
			border: 2px solid #E1FADC;
			border-collapse: collapse;
			margin: 0 10px 10px 10px;
		}
			.content table td, .content table th {
				border: 2px solid #E1FADC;
				padding: 3px;
			}
				.content table td.center {
					text-align: center;
				}
			.content table.pricetable {
				font-size: 12px;
			}
				.content table.pricetable td.first {
					width: 1500px;
				}
		.content .agent {
			border: 2px solid #E1FADC;
			float: left;
			margin: 0 10px 10px 10px;
			padding-top: 10px;
			width: 761px;
		}
			.content .agent .colLeft {
				float: left;
				margin: 0 10px 10px 10px;
				width: 510px;
			}
				.content .agent .colLeft p {
					margin-left: 0px;
					width: 510px;
				}
			.content .agent .colRight {
				float: left;
				margin: 0 5px 10px 0;
				width: 220px;
			}
				.content .agent .colRight img {
					height: auto;
					padding: 0 0 0 5px;
					width: 215px;
				}
		.content .clearer {
			clear: both;
		}
		.content .cmxform {
			margin-left: 10px;
			width: 100%;
		}
			.content .cmxform .error {
				color: #FF0000;
			}
				.content .cmxform .error input {
					border: 1px solid #FF0000;
				}
			.content .cmxform fieldset {
					border: 0px;
					margin-bottom: 10px;
				}
				.content .cmxform input {
					border: 1px solid #660000;
					font-weight: normal;
					padding: 2px;
					width: 400px;
				}
					.content .cmxform img.imageIntro {
						float: left;
						height: 80px;
						margin-bottom: 3px;
						margin-top: 5px;
						width: 180px;
					}
					.content .cmxform input[type=submit] {
						margin-bottom: 10px;
						width: 100px;
					}
					.content .cmxform input.imageCheckbox {
						border: 0px;
						margin: 0 0 3px 3px;
						width: 14px;
					}
					.content .cmxform input.imageInput {
						margin: 5px;
						width: 232px;
					}
					.content .cmxform input.two {
						width: 195px;
					}
				.content .cmxform label {
					color: #660000;
					float: left;
					font-weight: bold;
					margin: 3px 15px 3px 0px;
					width: 190px;
				}
					.content .cmxform label .radio {
						border: 0px;
						font-weight: normal;
						margin: 0px 0px;
						width: 14px;
					}
				.content .cmxform p {
					margin-left: 0px;
				}
				.content .cmxform table {
					border: 0;
					margin: 0;
					margin-bottom: 10px;
				}
					.content .cmxform table td {
						border: 0;
					}
						.content .cmxform table td input {
							width: 291px;
						}
							.content .cmxform table td input[type=checkbox], .content .cmxform table td input[type=radio] {
								border: 0px;
								width: 14px;
							}
							.content .cmxform table td input.mini {
								width: 130px;
							}
						.content .cmxform table td.left {
							vertical-align: top;
							width: 100px;
						}
						.content .cmxform table td.right {
							font-weight: normal;
							width: 300px;
						}
					.content .cmxform table tr.error {
						color: #FF0000;
					}
						.content .cmxform table tr.error input[type=text] {
							border: 1px solid #FF0000;
						}
					.content .cmxform table .select {
						border: 1px solid #660000;
					}
					
				.content .cmxform textarea {
					border: 1px solid #660000;
					float: left;
					height: 130px;
					padding: 2px;
					width: 400px;
				}
					.content .cmxform textarea.columnRight {
						width: 240px;
					}
					.content .cmxform textarea.small {
						height: 90px;
					}
					.content .cmxform textarea.wide {
						width: 480px;
					}
				.content .cmxform .select {
					border: 1px solid #660000;
				}
		.content .faces {
			float: left;
			margin: 0 0 10px 10px;
			width: 776px;
		}
			.content .faces img {
				border: 1px solid #660000;
				margin: 0 10px 10px 0;
				width: 179px;
			}
		.content .geography {
			border: 2px solid #E1FADC;
			float: left;
			margin: 0 0 10px 10px;
			width: 141px;
		}
			.content .geography span {
				width: 131px;
			}
			.content .geography p {
				width: 121px;
			}
			.content .geography ul {
				list-style-type: square;
				margin-bottom: 10px;
			}
			.content .geography li {
				margin: 5px 5px 5px 20px;
			}
				.content .geography li a {
					color: #660000;
					text-decoration: none;
				}
		.content #largeImg {
				border: 1px solid;
				width: auto;
				height: 600px;
				padding: 5px;
			}
			
			.content .thumbs img {
				border: solid 1px #ccc;
				float: left;
				margin-bottom: 10px;
				margin-right: 20px;
				width: auto;
				height: 100px;
				padding: 4px;
			}
				.content .thumbs img:hover {
					border-color: #FF9900;
				}
		.content #map {
			border: 0;
			float: left;
			margin: 0 0 10px 10px;
			height: 450px;
			width: 766px;
		}
			.content #map span {
				background: none;
				border: 0;
				height: 0;
				margin: 0 -5px 0 0;
			}
		.content .moreHotels {
			display: none;
		}
			.content .moreHotels.show {
				display: block;
			}
		.content .roundtrip {
			border: 2px solid #E1FADC;
			float: left;
			font-size: 11px;
			height: 270px;
			margin: 0 0 10px 10px;
			width: 180px;
		}
			.content .roundtrip img {
				height: 80px;
				padding: 2px 2px 0 2px;
				width: 176px;
			}
			.content .roundtrip p {
				margin-left: 5px;
				width: 170px;
			}
				.content .roundtrip p.center {
					font-weight: bold;
					margin-bottom: 0px;
					text-align: center;
				}
					.content .roundtrip p.center a {
						color: #660000;
						text-decoration: underline;
					}
				.content .roundtrip p.centerOnly {
					font-weight: bold;
					text-align: center;
				}
		.content div.error, .content div.info, .content div.succes, .content div.validation, .content div.warning {
			background-position: 10px center;
			background-repeat: no-repeat;
			border: 1px solid;
			margin: 10px;
			padding: 15px 10px 15px 50px;
		}
		.content div.error {
			background-color: #FFBABA;
			background-image: url('../images/error.png');
			color: #D8000C
		}
		.content div.info {
			background-color: #BDE5F8;
			background-image: url('../images/info.png');
			color: #00529B;
		}
		.content div.succes {
			background-color: #DFF2BF;
			background-image: url('../images/succes.png');
			color: #4F8A10;
		}
		.content div.warning {
			background-color: #FEEFB3;
			background-image: url('../images/warning.png');
			color: #9F6000;
		}
		
		.content .twoColumn {
			float: left;
			width: 100%;
		}
			.content .twoColumn ul {
				margin-bottom: 10px;
			}
			.content .twoColumn .columnOne {
				float: left;
				margin: 0 10px 10px 10px;
				width: 510px;
			}
				.content fieldset .twoColumn .columnOne {
					margin: 0 10px 10px 0;
				}
				.content .twoColumn .columnOne h2, .content .twoColumn .columnOne h3 {
					margin-left: 0px;
				}
				.content .twoColumn .columnOne p {
					margin-left: 0px;
					width: 510px;
				}
					.content .twoColumn .columnOne p.intro {
						font-style: italic;
						font-weight: bold;
					}
				.content .twoColumn .columnOne table {
					margin: 0;
				}
				.content .twoColumn .columnOne .imageGallery {
					float: left;
					margin-top: 25px;
					width: 515px;
				}
					.content .twoColumn .columnOne .imageGallery img {
						height: 75px;
						margin-right: 2px;
						width: 100px;
					}
				.content .twoColumn .columnOne .threeColumn {
					float: left;
					margin-top: 10px;
					width: 100%;
				}
					.content .twoColumn .columnOne .threeColumn img {
						border: 2px solid #E1FADC;
					}
					.content .twoColumn .columnOne .threeColumn .colOne {
						float: left;
						margin: 0 10px 10px 0;
						width: 163px;
					}
					.content .twoColumn .columnOne .threeColumn .colTwo {
						float: left;
						margin: 0 10px 10px 0;
						width: 163px;
					}
					.content .twoColumn .columnOne .threeColumn .colThree {
						float: left;
						margin: 0 0 10px 0;
						width: 163px;
					}
				.content .twoColumn .error, .content .twoColumn .info, .content .twoColumn .succes, .content .twoColumn .validation, .content .twoColumn .warning {
					margin-left: 0px;
					margin-right: 0px;
				}
			.content .twoColumn .columnTwo {
				float: left;
				margin: 0 10px 10px 0;
				width: 242px;
			}
				.content .twoColumn .columnTwo .image {
					background-color: #FFFFFF;
					border: 2px solid #E1FADC;
					float: left;
					margin-bottom: 10px;
					width: 242px;
				}
					.content .twoColumn .columnTwo .image a {
						margin: 5px;
					}
					.content .twoColumn .columnTwo .image img {
						padding: 5px;
						width: 232px;
					}
					.content .twoColumn .columnTwo .image p {
						font-style: italic;
						font-weight: bold;
						margin: 0 5px 5px 5px;
						width: 232px;
					}
				.content .twoColumn .columnTwo .menuRight {
					border: 2px solid #E1FADC;
					float: left;
					margin-bottom: 10px;
					width: 242px;
				}
					.content .twoColumn .columnTwo a.favorieten {
						color: #660000;
						margin-left: 5px;
						text-decoration: none;
					}
					.content .twoColumn .columnTwo .menuRight span {
						width: 232px;
					}
					.content .twoColumn .columnTwo .menuRight p {
						text-align: left;
						width: 222px;
					}
						.content .twoColumn .columnTwo .menuRight p a {
							color: #660000;
							font-weight: bold;
							margin: 0;
							text-decoration: none;
						}
						.content .twoColumn .columnTwo .menuRight p.italic {
							font-style: italic;
						}
					.content .twoColumn .columnTwo .menuRight img {
						border: 0;
					}
						.content .twoColumn .columnTwo .menuRight img.socialMedia {
							height: auto;
							padding: 0 8px 8px 8px;
							width: 60px;
						}
					.content .twoColumn .columnTwo .menuRight ul {
						list-style-type: square;
					}
					.content .twoColumn .columnTwo .menuRight li {
						margin: 5px 5px 5px 20px;
					}
						.content .twoColumn .columnTwo .menuRight li a {
							color: #660000;
							text-decoration: none;
						}
						
		.content .threeColumn {
			float: left;
			width: 100%;
		}
			.content .threeColumn span {
				width: 238px;
			}
			.content .threeColumn li a {
				color: #660000;
				text-decoration: none;
			}
			.content .threeColumn .menu {
				border: 2px solid #E1FADC;
				float: left;
				width: 248px;
			}
				.content .threeColumn .menu p {
					width: 228px;
				}
			.content .threeColumn .columnOne {
				float: left;
				margin: 0 0 10px 10px;
				width: 248px;
			}
			.content .threeColumn .columnTwo {
				float: left;
				margin: 0 0 10px 10px;
				width: 248px;
			}
			.content .threeColumn .columnThree {
				float: left;
				margin: 0 10px 10px 10px;
				width: 248px;
			}
			
		.content .fiveColumn {
			float: left;
			width: 100%;
		}
			.content .fiveColumn span {
				width: 135px;
			}
			.content .fiveColumn .geography {
				border: 2px solid #E1FADC;
				float: left;
				width: 145px;
			}
				.content .fiveColumn .geography p {
					width: 125px;
				}
				.content .fiveColumn .geography ul {
					list-style-type: square;
					margin-bottom: 10px;
				}
				.content .fiveColumn .geography li {
					margin: 5px 5px 5px 20px;
				}
					.content .fiveColumn .geography li a {
						color: #660000;
						text-decoration: none;
					}
			.content .fiveColumn .columnOne {
				float: left;
				margin: 0 0 10px 0;
				width: 145px;
			}
			.content .fiveColumn .columnTwo {
				float: left;
				margin: 0 0 10px 10px;
				width: 145px;
			}
			.content .fiveColumn .columnThree {
				float: left;
				margin: 0 0 10px 10px;
				width: 145px;
			}
			.content .fiveColumn .columnFour {
				float: left;
				margin: 0 0 10px 10px;
				width: 145px;
			}
			.content .fiveColumn .columnFive {
				float: left;
				margin: 0 10px 10px 10px;
				width: 145px;
			}
