/****************************************************************/
/* Haupteigenschaften einiger Bestandteile aller Seiten         */
/****************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	height: 100%;
}

a {
	color: #585757;
	text-decoration: underline;
}

a:visited {
	color: #494848;
	text-decoration: underline;
}

p {
	line-height: 15px;
	font-weight: 400;
	text-align: justify;
	margin: 5px 0px 0 0;
}

h1 {
	color: #003366;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin: 8px 0;
}


h2 {
	color: #003366;
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 5px 0;
}

h3 {
	font-size: 10pt;
	font-style: italic;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font-size: 10pt;
	margin: 8px 0 2px;
	padding: 0;
}

h5 {
	font-size: 10px;
	margin: 2px 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	color: #4DA6FF;
	height: 1px;
	padding: 0;
	margin: 2px 0 0 0;
	background-color : #4DA6FF;
	border-width: 0;
}

/********************************/
/* Hauptklassen                 */
/********************************/

#hauptfenster {
	width: 100%;
	margin: 182px 0px 0px;
}

#inhalt {
	margin: 40px 0 0 0;
	padding: 0;
}

#nav_links {
	display: none; /* verhindert das Ausdrucken */
}

#sie_sind_hier {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 163px;
}

#nav_oben {
	position: absolute;
	z-index: 3;
	right: 0;
	top: 26px;
	font-size: 10px;
	color: #4DA6FF;
	word-spacing: 1em;
	font-weight: bold;
}

#kopf {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 1px;
	border: 1px solid #4DA6FF;
}

#fuss {
	text-align: center;
}

#form {
	display: none; /* verhindert das Ausdrucken */
}
/********************************/
/* Klassenstyles                */
/********************************/

/* Angaben für den eigentlichen Inhalt aller Seiten ******/

#inhalt td {
	padding: 3px;
	vertical-align: top;
}

#inhalt img {
	margin: 5px;
}

/* Angaben für die Startseite ******/

#index img {
	padding: 0;
	margin: 0;
}

#index p {
	margin: 5px;
	padding: 2px;
	text-align: left;
	line-height: 16px;
}

#index .suchen_buchen {
	margin: 0 5px;
	padding: 2px;
}

#index h1 {
	margin: 5px;
	padding: 0;
	font-size: 16px;
}

#index table {
}

#index td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#index table table {
	border: 1px solid #000000;
	width: 177px;
	padding:0;
	margin: 0;
}

index table table td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#index .mitte {
	height: 280px;
}

/* Eigenschaften von "sie sind hier" ******/

#sie_sind_hier a {
	color: #4DA6FF;
	text-decoration: none;
}

#sie_sind_hier a:visited {
	color: #4DA6FF;
	text-decoration: none;
}

#sie_sind_hier a:hover {
	color: #447700;
	text-decoration: underline;
}

/* Erscheinungsbild von der Navigation oben rechts ******/

#nav_oben a {
	color: #4DA6FF;
	text-decoration: none;
}

#nav_oben a:visited {
	color: #4DA6FF;
	text-decoration: none;
}

#nav_oben a:hover {
	color: #447700;
	text-decoration: underline;
}

#nav_oben .aktiv {
	font-weight: bold;
}

/* Hier werden die Farben und Rahmen der Preislisten festgelegt */

#preisliste table {
	background-color: #9F9F9F;
}

#preisliste td {
	border: 1px dashed #CCCCCC;
}

#preisliste h2 {
	color: #000000;
}

#preisliste .graue_zeile {
	background-color: #E9F0F5;
}

#preisliste .nebensaison {
	color: #FBF950;
}

#preisliste .zwischensaison {
	color: #FF9900;
}

#preisliste .hochsaison {
	color: #DC2F18;
}

/* Hier kommen alle Anweisungen für das Gästebuch */

#gaestebuch table {
	border: 1px solid #C6E3FF;
	background: #E7F3FF;
}
#gaestebuch	div.gb {
	margin: 0 10px 0 0px;
	padding: 0px;
	border: 1px solid #C6E3FF;
	line-height: 19px;
}

#gaestebuch	div.gb-author {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #C6E3FF;
	background: #C6E3FF;
}

#gaestebuch	p.gb-author-left {
	margin: 0px;
	float: left;
}

#gaestebuch	p.gb-author-right {
	margin: 0px;
	text-align: right;
}
#gaestebuch div.gb-entry {
	margin: 0px;
	padding: 5px;
	solid: #E7F3FF;
	background: #E7F3FF;
}
#gaestebuch	p.gb-browse {
	text-align: right;
	font-weight: bold;
}

#gaestebuch	p.gb-admin-buttons {
	margin: 3px 0px 0px 0px;
	text-align: right;
}

#gaestebuch	.caution {
	color: red;
	font-weight: bold;
}

#gaestebuch	.comment {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

/* Fuss wird nur zum Ausdrucken der Seiten benötigt ******/

#fuss table {
	border: 0;
}

#fuss td {
	padding: 5px;	
}

#fuss .linke_seite {
	text-align: right;
	font-weight: bold;
}

/*******************************************************/
/* Allgemeine Styles, die überall gültig sind          */
/*******************************************************/

.erforderlich {
	color: red;
	font-weight: bold;
}

.kleinere_schrift {
	font-size: 9px;
}

.graue_zeile { /* Achtung, die gibts in der Klasse preisliste nochmal */
	background-color: #E9F0F5;
}

.gruen {
	color: #339900;
}