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

h1 {
	color: #545454;
	font-size: 16px;
	margin-top: 30px;
}
h2 {
	color: #545454;
	font-size: 14px;
}
h3 {
	color: #545454;
	font-size: 12px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 1003px;
}

.contentContainer {
	background-image: url('../images/background.jpg');
	float: left;
}

.content {
	float: left;
	padding: 10px 20px 10px 10px;
	width: 773px;
}
	.content a {
		color: #545454;
		text-decoration: none;
	}
	.content h1 {
		border-bottom: 1px solid #FF6600;
		padding-bottom: 5px;
		width: 100%;
	}
	.content h4 {
		color: #FF6600;
		text-align: center;
	}
	.content img.imgCenter {
		margin-left: 213px;
	}
	.content img.right {
		margin: 0px;
	}
	.content label {
	float: left;
	font-weight: bold;
	margin-right: 14px;
	}
		.content label input {
			border: 1px solid #FF6600;
			color: #545454;
			font-weight: normal;
			height: 18px;
			margin-bottom: 5px;
		}
		.content label textarea {
			border: 1px solid #FF6600;
			color: #545454;
			height: 150px;
			width: 450px;
		}
	.content .one {
		width: 335px;
	}
		.content .one input {
			padding-right: 5px;
			width: 330px;
		}
	.content .two {
		width: 160px;
	}
		.content .two input {
			margin-right: 5px;
			width: 160px;
		}
	.content p img {
		margin: 0px;
	}
	.content table {
		width: 750px;
	}
		.content table img {
			margin: 0px;
		}
		.content table .tableCellFirst {
			width: 375px;
		}
		.content table .tableCellSecond {
			width: 375px;
		}
		.content table .odd {
			background-color: #545454;
			color: #FFFFFF;
			vertical-align: top;
		}
		.content table .even {
			background-color: #FFFFFF;
			color: #545454;
			vertical-align: top;
		}
	.content .center {
		text-align: center;
	}
	.content .clearer {
		clear: both;
	}
	.content.homepage p {
		line-height: 1.5em;
	}

.context {
	float: left;
	width: 1003px;
}
	.context div.spacer {
		float: left;
		height: 15px;
		width: 773px;
	}
	.context div.tours {
		border-bottom: 1px solid #FF6600;
		float: left;
		width: 773px;
	}
	.context div.title {
		border-bottom: 1px solid #FF6600;
		float: left;
		font-style: italic;
		width: 773px;
	}
		.context div.title a {
			color: #545454;
			text-decoration: none;
		}
	.context div.image img {
		margin: 5px;
		float: left;
		width: 100px;
	}
	html* .context div.image img {
		padding-bottom: 5px;
	}
	.context div.data {
		float: left;
		width: 663px;
	}
		.context div.data div.days {
			border-bottom: 1px solid #FF6600;
			padding: 2px;
			width: 659px;
		}
		.context div.data div.description {
			padding-bottom: 5px;
			padding-top: 5px;
			width: 640px;
		}
	.context div.programm {
		float: left;
		width: 600px;
	}
		.context div.programm h1 {
			border-bottom: 1px solid #FF6600;
			padding-bottom: 5px;
		}
		.context div.programm h2 {
			font-size: 12px;
		}
		.context div.programm img {
			border: 1px solid #000000;
			margin: 0px 5px 5px 5px;
		}
	.context div.pictures {
		float: left;
		padding-top: 63px;
		text-align: center;
		width: 173px;
	}
		.context div.pictures img {
			border: 1px solid #000000;
			margin: 0px;
		}
	.context div.navigationKaapVerdie {
		text-align: center;
		width: 750px;
	}
		
.header {
	background-image: url('../images/header.jpg');
	float: left;
	height: 25px;
	width: 1003px;
}

.footer {
	background-image: url('../images/footer.jpg');
	float: left;
	height: 25px;
	width: 1003px;
}

/*.footerContent {
	border-top: 1px solid #FF6600;
	color: #545454;
	float: left;
	margin: 10px 0px 0px 30px;
	padding: 5px 5px 0px 0px;
	text-align: right;
	width: 925px;
}*/

.logo {
	float: left;
	text-align: center;
	width: 1003px;
}
	.logo img {
		border: 0px;
		margin-left: 40px;
		margin-right: 35px;
	}

.navigation {
	float: left;
	width: 200px;
}
	.navigation ul {
		list-style-type: none;
		margin: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	.navigation li {
		border-bottom: 1px solid #FF6600;
		margin-left: 45px;
		padding: 10px 10px 10px 0px;
	}
		.navigation li a {
			color: #FF6600;
			text-decoration: none;
		}
		.navigation li.first {
			border: 0px;
			color: #545454;
			font-weight: bold;
			margin-left: 30px;
		}
	.navigation .navigationHeader {
		color: #545454;
		margin-left: 35px;
		font-size: 14px;
	}
