/*
zueschener-bauernstuben.de
jan '06 mm@raut.de
*/

/* main body and html styles */
body {
	height: 100%;
	width: 100%;
	overflow: visible;
	background-color: #00007F;
	margin: 0;
	padding: 0;
}
html {
	overflow: hidden;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #00007F;
	height: 100%;
	font-size: 100%;
}

/* zentrierung */
div#zentrierung {
	position: absolute;
	vertical-align: bottom;
	height: 580px;
	width: 755px;
	margin: -290px 0 0 -378px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: hidden;
	background-color: #00007F;
	color: black;
}

/* kasten */
div#kasten {
	background-color: #FAE7B4;
	border: 3px solid #6C6C6C;
	width: 749px;
	height: 500px;
}
img#betriebsbild {
	display: block;
	width: 749px;
	height: 74px;
	border-bottom: 1px solid #6C6C6C;
	background-color: #6C6C6C;
}
div.navigation1 {
	width: 749px;
	height: 20px;
	background-color: #F2C452;
	border-bottom: 1px solid #6C6C6C;
}
div.navigation2 {
	width: 749px;
	height: 20px;
	background-color: #F8DC7C;
	border-bottom: 1px solid #6C6C6C;
}

/* look n feel navipunkte */
div.navigation1 a {
	color: black;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
div.navigation1 a:hover {
	border-bottom: 2px solid #6C6C6C;
}
div.navigation1 a.aktiv {
	color: black;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 2px solid #000000;
}
div.navigation1 a.aktiv:hover {
	border-bottom: 2px solid #000000;
}
div.navigation2 a {
	color: black;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
div.navigation2 a:hover {
	border-bottom: 2px solid #6C6C6C;
}
div.navigation2 a.aktiv {
	color: black;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom: 2px solid #000000;
}
div.navigation2 a.aktiv:hover {
	border-bottom: 2px solid #000000;
}

/* content */
div#content {
	padding: 10px;
	font-size: 0.8em;
	background-image: url(../bilder/hintergrund.gif);
	background-repeat: no-repeat;
	height: 363px;
	width: 729px;
	overflow: auto;
}
div#content h1 {
	border-bottom: 0px dashed #6C6C6C;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.8em;
}
div#content div.csi-imagewrap img {
	border: 1px solid #666650;
}

/* allgemeine templates */
div.highlight {
	background-color: #F4D66E;
	padding: 2px;
	font-size: 0.8em;
}

/* absätze */
p {
	margin: 0;
	padding: 0;
}

/* links */
div#content a {
	color: black;
}

/* listenabstände */
ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* tabellen */
div#content table.contenttable tr.tr-0 td {
	font-weight: bold;
	padding-right: 5px;
}
div#content table.contenttable td {
	vertical-align: top;
}
div#content table.contenttable {
	background-color: #F8DC7C;
	border: 1px solid #000000;
}
div#content table.contenttable thead {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #F2C452;
}
div#content table.contenttable caption {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #F8DC7C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
div#content table.contenttable {
	margin-bottom: 0.9em;
}

/* kontaktformular */
span.kontakt_fehler {
	font-weight: bold;
}
table.kontakt {
	width: 475px;
}
textarea {
	width: 380px;
	height: 110px;
	overflow: auto;
	font-weight: normal;
	font-size: 0.9em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
input.kurz {
	width: 68px;
}
div.kontaktfehler {
	border: 1px solid black;
	background-color: #FF0000;
	padding: 3px;
	margin-bottom: 1em;
	font-size: 18px;
	color: white;
	font-weight: bold;
}
form {
	padding: 0;
	margin: 0;
}