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

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

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

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

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

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 0;
	padding: 0;
	margin: 3px 0;
}

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

img {
	border: 0;
}

table {
}

td {
}

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

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

#hauptfenster {
	position: absolute;
	left: 0;
	top: 159px;
	width: 100%;
}

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

#index {
}

#nav_links {
	display: none;
}

#navigation {
	background-color: #ECECEC;
	margin: 0;
	padding: 15px 0;
}

#hotline {
	text-align: center;
	background-color: #ECECEC;
	margin-top: 15px;
	padding-bottom: 17px;
}

#suche {
	text-align: center;
	background-color: #ECECEC;
	margin-top: 15px;
	padding-bottom:	1px;

}

#newsletter {
	text-align: center;
	background-color: #ECECEC;
	margin-top: 15px;
	padding-bottom: 1px;

}

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

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

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

#logo {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
}

#fuss {
	text-align: center;
	display: none; /* Schaltet die Darstellung des Fuss-Textes aus, da dieser nur zum Drucken benötigt wird */
}

/********************************/
/* Klassenstyles                */
/********************************/

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

#inhalt table {
}

#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;
}

/* Hier wird die komplette linke Navigationsspalte definiert ******/

#nav_links h1 {
	font-size: 10px;
	color: #FFFFFF;
	padding: 1px 0 1px 6px;
	text-align: left;
	letter-spacing: 3px;
}

#nav_links .abstand {
	margin: 3px;
}

/* Hier wird das Erscheinungsbild aller Menü-Punkte der linken Navigation festgelegt ******/

#navigation a {
	display: block;
	text-decoration: none;
	color: #143A6E;
}

#navigation a:visited {
	display: block;
	text-decoration: none;
	color: #143A6E;
}

#navigation a:hover {
	background-color: #CCCCCC;
	color: #447700;
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}

#navigation li {
	margin: 0;
	line-height: 16px;
	padding: 0.5ex 0;  /* behebt einen Fehler in IE 6.0 */
}

#navigation .aktiv_eins {
	font-weight: bold;
	background-color: #9F9F9F;
}

#navigation .aktiv_zwei {
	font-weight: normal; 
	background-color: #9F9F9F;
}

#navigation .passiv {
	text-indent: 14px;
}

/* Hier wird definiert, wie der Hotline-Block auszusehen hat ******/

#hotline h1 {
	background-color: #143A6E;
}

/* Hier wird definiert, wie der Such-Block auszusehen hat ******/

#suche h1 {
	background-color: #4DA6FF;
}

#suche a {
	text-decoration: none;
	color: #143A6E;
}

#suche a:visited {
	text-decoration: none;
	color: #143A6E;
}

/* 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 {
	background-color: white;
}

#preisliste h2 {
	color: #000000;
}

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

#preisliste .nebensaison {
	background-color: #FBF950;
}

#preisliste .zwischensaison {
	background-color: #FF9900;
}

#preisliste .hochsaison {
	background-color: #DC2F18;
}

/* 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;
}