/********************************/
/* Haupteigenschaften           */
/********************************/

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

html {
	height: 100%; /* notwendige Anweisung, damit der IE den roten Balkon über die ganze Höhe zieht */
	}

a {
	color: #000066;
	font-weight: normal;
}

a:hover {
	color: #CC0000;
}

a:visited {
	color: #000066;
}

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

h1 {
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0 5px 0;
	padding: 0;
}


h2 {
	font-size: 14px;
	line-height: 15px;
	margin: 10px 0 5px 0;
	padding: 0;
}

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

h4 {
	font-size: 10px;
	margin: 5px 15px 0 0;
}

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

img {
	border: 0;
}

table {
	margin: 5px 0 5px 0;
}

td {
	padding: 2px;
}

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

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

#nav_links {
	display: none;
}

#roter_streifen {
	background-color: #CC0001;
	width: 134px;
	height: 100%;
}

#zufalls_bilder {
	margin: 15px 0 0 25px;
}

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

#preise {
	
}

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

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

#grauer_streifen {
	background-image: url(images/grau_str.jpg);
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	height: 104px;
	width: 100%;
}

#nav_oben {
	position: absolute;
	z-index: 3;
	left: 160px;
	top: 135px;
}

#dreiangel {
	display: none;
}

#fuss {
}

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

#nav_links img {
	padding: 0;
	margin: 0 0 8px;
}

#zufalls_bilder h1 {
	margin: 0;
	padding:0;
	background-color: #C6E0FE;
}

#kopf h1 {
	margin: 0;
	padding:0;
	background-image: url(images/grau_str.jpg);
}

#nav_oben img {
	padding: 0 8px 0 0;
	margin: 0;
}

#nav_oben .abstand_rechts { /* Definiert den Abstand von "Home" zu den anderen oberen Links */
	padding-right: 80px;
}

#preise table {
	background-color: #000066;
}

#preise td {
	background-color: white;
	padding: 5px;
}

#preise .kopf_dunkelblau {
	background-color: #000066;
	color: white;
}

#preise .kopf_graublau {
	background-color: #A5D3FE;
}


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

#gaestebuch {
	font-size: 10px;
}

#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	.small {
	font-size: 11px;
	line-height:16px;
}

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

/********************************/
/* Allgemeine Styles            */
/********************************/

.roter_hintergrund {
	background-color: #CC0001;
	vertical-align: top;
	margin: 0;
	padding: 0;
	}

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

