html {
	padding: 0em;
	
	margin: 0em;
	
	background-image: url(../img/bg_body2.jpg);
	background-position: 100% 95%;
	background-repeat: no-repeat;
}

body {
	padding: 0em;
	
	margin: 0em;
	
	background-image: url(../img/bg_body1.jpg);
	background-position: left 28.75em;
	background-repeat: no-repeat;
}

div#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.88em;
	
	width: 100%;
	
	padding: 1.56em 0em 1.56em 0em;
	
	border-top: 0.31em solid #3E2F2F;
}

div#navigation ul {
	text-align: center;
	
	margin: 0em;
	padding: 0em;
}

div#navigation ul li {
	color: #3E2F2F;
	text-transform: uppercase;
	
	display: inline;
	
	list-style: none;
	
	padding-right: 1.25em;
}

/* Telefonnummer */
div#navigation ul li.phone {
	font-style: italic;
	color: #3E2F2F;
	
	padding: 0em 0em 0em 5em;
	
	background-image: url(../img/phone.jpg);
	background-repeat: no-repeat;
	background-position: 3em 0em;
}

div#navigation ul li a {
	text-decoration: none;
	color: #3E2F2F;
}

div#navigation ul li a:hover {
	color: #000000;
}

/* Markierung der Navigation */
body#startseite div#navigation ul li.startseite a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}

body#hotel div#navigation ul li.hotel a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}

body#restaurant div#navigation ul li.restaurant a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}

body#panoramafotos div#navigation ul li.panoramafotos a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}

body#preisliste div#navigation ul li.preisliste a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}

body#kontakt div#navigation ul li.kontakt a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}

body#impressum div#navigation ul li.impressum a {
	color: #AB0B05;
	
	border-bottom: 0.1em solid #DFE1D6;
}


/* Markierung der Navigation im Footer*/
body#startseite div#footer ul li.startseite a {
	text-decoration: underline;
}

body#hotel div#footer ul li.hotel a {
	text-decoration: underline;
}

body#restaurant div#footer ul li.restaurant a {
	text-decoration: underline;
}

body#panoramafotos div#footer ul li.panoramafotos a {
	text-decoration: underline;
}

body#preisliste div#footer ul li.preisliste a {
	text-decoration: underline;
}

body#kontakt div#footer ul li.kontakt a {
	text-decoration: underline;
}

body#impressum div#footer ul li.impressum a {
	text-decoration: underline;
}

div#head {
	width: 100%;
	height: 10.75em;
	
	background-image: url(../img/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

/* Logo  */
div#head h1 {
	width: 800px;
	height: 172px;
	
	padding: 0em;
	
	margin: 0em auto;
	
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

#head h1 span {
	display: none;
}

div#content {
	width: 50em;
	
	margin: 0em auto;
	
	padding: 2.19em 0em 0em 0em;
}

div#content h1 {
	font-size: 1.88em;
	font-weight: normal;
	color: #AB0B05;
}

div#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #3E2F2F;
	
	margin: -0.5em 0em 0em 0em;
}

div#content p {
	font-size: 1em;
	color: #3E2F2F;
	line-height: 1.4em;
}

div#hcard-Gasthaus-Zur-Saffenburg p {
	font-size: 1em;
	color: #3E2F2F;
	line-height: 1.1em;
	margin: 15px 0;
}

div#content ul {
	padding: 0em 0em 0em 1em;
	
	margin: 0em;
}

div#content ul li {
	font-style:italic;
	color: #3E2F2F;
	
	list-style-type: square;
	padding: 0.15em;
}

div#content p a {
	color: #AB0B05;
	font-style: italic;
}

div#content p a[href^="http:"] {
	background: url(../img/extlink.gif) 100% 50% no-repeat;
	padding: 0em 0.63em 0em 0em;
}

div#content img {
	float: left;
	
	width: 15em;
	
	padding: 0.07em;
	
	margin: 0em 1em 0em 0em;
	
	border: 0.25em solid #DFE1D6;
}

div#content img#teaser {
	float: none;
	
	width: 50em;
	
	margin: 0em;
	
	border: 0em;
}

div#content img#noframe {
	float: none;
	
	width: auto;
	
	margin: 0em;
	
	border: 0em;
}

hr {
	clear: both;
	
	height: 0em;
	
	border: 0em;
	
	margin: 25em 0em 0em 0em;
	
	background-color: transparent;

}

div#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.88em;
	
	width: 100%;
	
	padding: 1.25em 0em 1.25em 0em;
	
	margin-top: 4em;
	
	border-top: 0.25em solid #DFE1D6;
	
	background-color: #DFE1D6;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
}

div#footer ul {
	text-align: center;
	
	padding: 0em;
	
	margin: 0em;
}

div#footer ul li {
	color: #3E2F2F;
	text-transform: uppercase;
	
	display: inline;
	
	list-style: none;
	
	padding: 0em 1.25em 0em 0em;
}

div#footer ul li a {
	text-decoration: none;
	color: #3E2F2F;
}

div#footer ul li a:hover {
	color: #000000;
}

/* #############     FORMS      ############# */
label,input {
	display: block;
	
	float: left;

	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	
	margin: 0em 0em 1.25em 0em;
}

label {
	width: 8.13em;

	text-align: right;
	
	padding: 0em 1.25em 0em 0em;
}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	
	width: 30em;
	
	border: 0em;
	border-bottom: 0.1em dashed #3E2F2F;
	
	background-color: transparent;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
}

input#submit {
	color: #FFFFFF;
	
	width: auto;
	
	padding: 0.5em;
	
	margin: 0em 0em 0em 9.45em;

	border: 0em;

	background-color: #3E2F2F;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	
	border: 0.1em dashed #3E2F2F;
	
	background-color: transparent;
}

br.form {
	clear: left;
}