html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #e6e6e6;
}

p {
	margin: 0;
}

div#page {
	margin: auto;
	position: relative;
	text-align: left;
	background-color: white;
	width: 990px;
	min-height: 100%;
}

div#head {
	background-color: #6d140d;
	height: 176px;
}

div#head div#topleft {
	float: left;
	width: 252px;
	height: 176px;
	border-right: 1px white solid;
}

div#head div#topleft div#sprachwahl {
	width: 127px;
	height: 25px;
	border-bottom: 1px white solid;
	padding-left: 125px;
	padding-top: 25px;
}

div#head div#topleft #logo {
	border: 1px solid #6d140d;
}

div#head div#topleft #logobottom {
	border-top: 1px solid white;
}

div#head img#bannerleft {
	float: left;
	display: block;
	border-right: 1px solid white;
}

div#head img#bannermiddle {
	float: left;
	display: block;
	border-right: 1px solid white;
}

div#head img#bannerright {
	float: left;
	display: block;
}

div#head div#mainnavigation {
	border-top: 1px solid white;
	height: 21px;
	width: 737px;
	float: left;
}

div#main {
	padding-bottom: 60px;
}

div#main div#left {
	background-image: url(../images/tours_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 212px;
	border-top: 1px solid #6d140d;
	margin-top: 1px;
	padding: 28px 20px 30px 20px;
}

div#main div#content {
	float: left;
	width: 718px;
	border-top: 1px solid #6d140d;
	margin-top: 1px;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
}

div#main div#clear {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	clear: both;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 738px;
	height: 40px;
	padding-left: 252px;
}

div#footer img {
	margin-right: 6px;
	display: block;
	float: left;
}

div#footer div {
	left: 213px;
	background-image: url(../images/line-red.gif);
	background-repeat: repeat-x;
	width: 700px;
	padding-top: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: gray;
	font-size: 0.6em;
	float: left;
}

div#footer div a {
	color: gray;
}

div#footer div span.left {
	float: left;
}

div#footer div span.right {
	float: right;
}

body.cms_editpage div#footer {
	display: none;
}
