body {
	/* CMS Layout*/
	margin-top: 0px;
	padding: 1em;
	text-align: justify;
	/* Eigenes Layout*/
	background-color: #821418;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #821418;
}
div#pagewrapper {
	width: 942px;
	height: 100%;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}

div#header {
	background-image: url(../images/header.jpg);
	width: 928px;
	height: 248px;
	margin-left: 7px;
	margin-right: 7px;
}

div#navi{
	position: absolute;
	margin-top: 178px;
	background-image: url(../images/navi_bg.jpg);
	height: 42px;
	width: 635px;
	text-align: center;
}

div#impressum{
	text-align: justify;
	font-size: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

div#navi img{
	border: 0;
	margin: 0 0;
}

div#logo{
	width: 635px;
	height: 151px;
	padding-right: 120px;
	padding-top: 27px;
}
div#hotel{
	height: 248px;
	width: 293px;
}

div#footer {
	bottom: 0;
	width: 928px;
	height: 19px;
	margin-left: 7px;
	margin-right: 7px;
	background-image: url(../images/footer_bg.jpg);
}

div#footer p {
	padding-left: 1em;
	height: 17px;
	vertical-align: middle;
	padding-top: 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #e7d1ad;
}

div#content {
	position: relative;
	width: 942px;
	text-align: left;
}

div#main {
	float: right;
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	line-height: 1.5;
	word-spacing:0.3em;
	display: inline;
}

div#teaser {
	position: static;
	display: inline;
	margin-left: 15px;
	margin-bottom: 4px;
	border: 5px double #821418;
	float: right;
	text-align: center;
	width: 165px;
	height: auto;
	line-height: 1.2;
}

div#anfrage {
	border: 5px double #821418;
	text-align: left;
	width: 450px;
	height: auto;
	line-height: 1.2;
}

div#main #imgLeft img {
	border: 5px double #821418;
	text-align: right;
	padding: 2px;
	margin-right:15px;
	margin-bottom: 4px;
	display:inline;
	float:left;
}

div#main #imgRight img {
	border: 5px double #821418;
	text-align: left;
	padding: 2px;
	margin-left:15px;
	margin-bottom: 4px;
	display:inline;
	float:right;
}

#container {
	background-color: #e7d1ad;
	background-image: url(../images/content_bg.jpg);
	position: relative;
	width: 942px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html>body .clearfix {
	/*display: inline-block;*/
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* LINKS */

	a,
	a:link 
	a:active, a:visited {
		color: #821418;
		text-decoration: none;
		border-bottom: 1px dotted #821418;
	}

   	div#footer a, 	
    div#footer a:link 
	div#footer a:active, div#footer a:visited {
    	color: #e7d1ad;
		border-bottom: 1px dotted #e7d1ad;
    }

	div#navi a, 	
    div#navi a:link 
	div#navi a:active, div#navi a:visited {
		border: 0;
    }


	a:hover {
		text-decoration: none;
	}

/* END LINKS */

