﻿html, body  {
	font-family : Verdana, Arial;
	font-size : 11px;
	background : #ffffff;
	color : #000000;
	line-height : 18px;
	height : 100%;
}

a:link, a:active, a:visited {
	color : #d60000;
	text-decoration : none;
	font-weight : normal;
}

a:hover {
	color : #d60000;
	text-decoration : underline;
	font-weight : normal;
}

/* Wrapper */

#page {
	margin : 0 auto;
	background : #ffffff url(../images/puffer.jpg) repeat-y;
	padding : 0;
	width : 948px;
	position : relative;
	min-height : 100%;
}

* html #page {
	height : 100%;
} 

/* Headerbalken */

h1 {
	background: #fdedd4 url(../images/headtop.jpg) no-repeat;
	width: 948px;
	height: 54px;
	margin: 0px;
	padding: 0px;
}

/* Header */

h1 span {
	display:none;
}
#header {
	width:948px;
	height:389px;
	background:url(../images/header.jpg) no-repeat;
}

body#zimmer #header { 
	background: url(../images/header_2.jpg) no-repeat;
}

body#preise #header { 
	background: url(../images/header_2.jpg) no-repeat;
}

body#region #header { 
	background: url(../images/header_3.jpg) no-repeat;
}

#header h2 {
    font-size: 15px;
    color: #d70000;
    font-weight: bold;
    font-family : "serif";
    position: absolute;
    left: 255px;
    top: 415px;
}

/* Header Ende */

/* Linke Spalte Navigation */

#content_left {
	float: left;
	width: 237px;
	padding-top: 10px;
	margin-bottom: 40px;
	font-family:"Georgia";
	font-size:13px;
	font-weight:bold;
}

#content_left hr  {
	border-top : 1px solid #fcd8b1;
	border-right : 1px solid #f7db8d;
	border-left : 1px solid #f7e8bf;
	border-bottom : 1px solid #fdfcf8;
	margin : 3px 0 10px 0;
	height : 2px;
	width: 218px;
}

#content_left h3 {
    font-family:"Georgia";
	font-size:13px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 9px;
	padding: 0px;
}

#content_left h3 a:link, #content_left h3 a:active, #content_left h3 a:visited {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

#content_left h3 a:hover,
#content_left h3 a.active {
	color : #d70000;
}

.navigation ul {
	margin-bottom: 4px;
}

.navigation li {
	list-style-image: url(../images/pfeil.gif);
	margin-left: 50px;
}

.navigation a:link, .navigation a:active, .navigation a:visited {
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

.navigation a:hover,
.navigation a.active {
	color : #d70000;
}

/* Linke Spalte Navigation Ende */

/* Erweiterter Inhalt für die AGB Unterseite */

body#agb #content {
    width: 650px;
	float: left;
	padding: 18px 10px 0 10px;
	margin-bottom: 40px;
	}

/* Seiteninhalt */

#content {
	width: 454px;
	float: left;
	padding: 18px 10px 0 10px;
	margin-bottom: 40px;
}

#content ul {
	margin-bottom:10px;
}

#content ul li {
	list-style-position:inside;
	margin-left:5px;
	margin-bottom:1em;
	list-style-type:square;
}

#content ol {
	margin-bottom:10px;
}

#content ol li {
	margin-left:20px;
	margin-bottom:5px;
	list-style-type:decimal;
}

#content ol ol li {
	margin-left:30px;
	margin-bottom:5px;
	list-style-type:lower-alpha;
}

#content h3 {
	margin-bottom:10px;
}

#content h4 {
	margin-bottom:10px;
}

#content img {
	border: 4px solid #f3e8cc;
}

#content .black a {
    color:#000;
    }

/* Seiteninhalt Ende */

/* Rechte Spalte */

#content_right {
	background: url(../images/bg.jpg) repeat-y;
	width: 197px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#content_right a {
    color:#000;
    }
    
/* Rechte Spalte Ende */

/* Seitenende (Footer) */

#footer {
	border-top: 1px solid #ffcd8b;
	background: #ffffff;
	color: #666666;
	height: 30px;
	padding-top: 5px;
	position: absolute;
	bottom: 0px;
	width:948px;
}

#footer p {
	margin: 0px;
	float: left;
}

#footer img {
	float: left;
	margin-left: 100px;
	margin-right: 5px;
	margin-top: 6px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color : #666666;
	text-decoration : none;
	font-weight : normal;
}

#footer a.activesub,
#footer a:hover {
	color : #666666;
	text-decoration : underline;
}

/* Seitenende (Footer) */


/* Formular */

legend {
    font-weight: bold;
    font-size: 11px;
}

#email, #anschrift, #straße, #zimmeranzahl {
    background:#fdfcf8;
    border:1px solid #fcd8b1;
	font-size: 11px;
	padding: 5px;
	width: 250px;
}

#anreise, #abreise {
	background: #fdfcf8;
	border:1px solid #fcd8b1;
	font-size: 11px;
	padding: 5px;
	width: 117px;
	margin-right: 4px;
	}
	
#name, #vorname {
	background: #fdfcf8;
	border:1px solid #fcd8b1;
	font-size: 11px;
	padding: 5px;
	width: 117px;
	margin-right: 4px;
	margin-bottom:1em;
	}
	
#stadt, #telefon {
	background: #fdfcf8;
	border:1px solid #fcd8b1;
	font-size: 11px;
	padding: 5px;
	width: 173px;
	margin-bottom:1em;
}

#plz, #land {
	background: #fdfcf8;
	border:1px solid #fcd8b1;
	font-size: 11px;
	padding: 5px;
	width: 62px;
	margin-right: 4px;
}

#content textarea {
	background: #fdfcf8;
	border:1px solid #fcd8b1;
	font-size: 11px;
	padding: 5px;
	width: 350px;
}

#content textarea:hover  {
	background: #fff;
}	

#content input:hover  {
	background: #fff;
}

#zimmeranzahld, #zimmeranzahle {
    background: #fdfcf8;
	border: 1px solid #f5e7ca;
	font-size: 11px;
	padding: 5px;
	width: 20px;
}

#abschicken {
	background: #fdfcf8;
	border:1px solid #fcd8b1;
	font-size: 11px;
	text-align: center;
    width:80px;
}

/* Formular Klassen*/

#content .error input {
	border:1px solid #ff0000;
}

#content .error textarea {
	border:1px solid #ff0000;
}
	
#content .error span {
	color:red;
}

.pflicht {
    color:red;
    margin-left:4px;
    }

#errorkasten {
	border:1px solid #ff0000;
	width:350px;
	height:30px;
	padding:15px;
	color:#ff0000;
	font-weight:bold;
	margin-bottom:10px;
}
/* Formular ende */
