* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: #fff7db;
	font-family: 'times new roman', 'times', serif;
	font-size: 16px;
	}

#leftback {
	z-index: 1;
	position: absolute;
	left: 0px;
	background: url('/media/screen/backline.png') top left repeat-x;
	width: 50%;
	height: 300px;
	}

#rightback {
	z-index: 2;
	position: absolute;
	right: 0px;
	background: url('/media/screen/backline.png') top left repeat-x;
	width: 50%;
	height: 300px;
	}

#holder {
	z-index: 3;
	position: relative;
	width: 960px;
	margin: 0px auto 20px auto;
	background: url('/media/screen/header.png') top center no-repeat;
	}

#showcase {
	position: relative;
	height: 100px;
	}

#ferienwohnung {
	position: absolute;
	top: 45px;
	left: 40px;
	height: 54px;
	}
#dreisterne {
	position: absolute;
	top: 45px;
	left: 453px;
	height: 54px;
	}
#sprache {
	position: absolute;
	top: 55px;
	right: 40px;
	height: 30px;
	}
	
#sprache ul {
	height: 30px;
	list-style-type: none;
	}
	
#sprache ul li {
	float: left;
	margin-left: 3px;
	}

#navigation {
	position: relative;
	height: 40px;
	display: table;
	margin: 0px;
	margin-left: 30px;
	}

#navigation ul {
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table-row;
	}

#navigation ul li {
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	margin: 0px;
	color: #433100;
	display: table-cell;
	}

#navigation ul li.spacer {
	height: 40px;
	width: 1px;
	line-height: 40px;
	padding: 0px 0px;
	margin: 0px;
	color: #433100;
	background: #433100;
	}

#navigation ul li.active {
	height: 40px;
	line-height: 40px;
	color: #FFC326;
	background: url(/media/screen/mback.png);
	}

#navigation ul li a {
	color: #433100;
	text-decoration: none;
	}

#navigation ul li.active a {
	color: #FFE38B;
	}

#contentholder {
	position: relative;
	background: url(/media/screen/contentback.png) top center repeat-y;
	min-height: 400px;
	}

#content {
	padding: 10px 0px;
	margin: 20px 50px 0px 50px;
	}

#content h1 {
	color: #433100;
	margin: 10px 0px;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	}

#content h2 {
	color: #433100;
	margin: 10px 0px;
	font-size: 115%;
	font-weight: bold;
	}
	
#content h3 {
	color: #433100;
	margin: 10px 0px;
	font-size: 105%;
	font-weight: bold;
	}

#content li {
	margin: 0px 40px;
	}
	
#content p {
	margin: 10px 0px;
	font-size: 100%;
	}
	
#content p.clearline {
	clear: both;
	margin: 10px 0px;
	font-size: 1px;
	width: 99%;
	height: 1px;
	line-height: 1px;
	}

#content a {
	color: #433100;
	text-decoration: none;
	font-weight: normal;
	}
	
#content a:hover {
	text-decoration: underline;
	}

#content img.image {
	padding: 7px;
	background: #fff;
	margin: 10px 0px;
	border-top: 1px solid #E4C257;
	border-right: 1px solid #433100;
	border-bottom: 1px solid #433100;
	border-left: 1px solid #E4C257;
	}
	
#content img.image.right {
	float: right;
	margin-left: 20px;
	}
	
#content img.image.right.break {
	clear: right;
	}
	
#content img.image.left {
	float: left;
	margin-right: 20px;
	}

#content img.image.left.small {
	float: left;
	margin-right: 10px;
	}

#closecontent {
	margin: 0px;
	padding: 0px;
	position: relative;
	background: url(/media/screen/contentcloser.png) top center no-repeat;
	}
	
#closecontent p {
	color: #433100;
	margin: 0px;
	padding: 25px 30px;
	font-size: 80%;
	}
	
#closecontent a {
	color: #433100;
	text-decoration: none;
	}
	
#closecontent a:hover {
	color: #433100;
	text-decoration: underline;
	}