/* Allgemeine Angaben */
* {
	padding: 0px;
	margin: 0px;
}
body {
	color: #3c3c3b;
	font-size: 12px;
	font-family: "Century Gothic", HelveticaNeue-Light, "Lucida Grande", Arial, sans-serif;
	background-color: white;
}
a {
	text-decoration: none;
	color: #de631f;
}
a:hover {
	color: #194b7d;
}
p {
	margin-bottom: 20px;
}
img {
	border-width: 0px;
	border-style: none;
	margin: 5px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 15px;
	color: #3c3c3b;
	font-size: 18px;
}
h2 {
	font-style: normal;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #de631f;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 10px;
}
strong {
	color: #194b7d;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clearer {
	clear: both;
}

/* Button wie im 3-Spalten-Bereich */

.button {
	color: #194b7d;
	background-position: 0px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	margin-left: -5px;
	padding-right: 15px;
	padding-left: 10px;
	line-height: 30px;
	background-repeat: no-repeat;
	background-image: url(images/button.png);
	height: 30px;
	width: 168px;
}
.button:hover {
	color: white;
	background-position: 0 -30px;

}
/* link auf logo */
.zfhome_button {
	position: absolute;
	padding: 0px;
	height: 120px;
	width: 320px;
	top: 60px;
	left: 10px;
}

/* Zusatzangaben für den Button im Header */
.headerbutton {
	padding: 0px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 193px;
	font-size: 16px;
	top: 170px;
	left: 440px;
	position: absolute;
}
/* Submitbutton (aktuell zB in der sidebar) */
.submit {
	padding: 5px;
	font-size: 12px;
	color: #194b7d;
	margin-top: 10px;
	cursor: pointer;
}
.submit:hover {
	color: #de631f;
}

/* Definitionen der Hauptcontainer (inkl. zugehöriger Elemente) */
#main {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#header {
	position: relative;
	margin-top: 15px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 100%;
}
/* Obere Navigation */
#headernavigation {
	font-size: 10px;
	padding-left: 10px;
	color: #3c3c3b;
	float: left;
}
/* Hauptnavigation */
#navigation {
	color: white;
	background-repeat: repeat-x;
	background-image: url(images/navigation.jpg);
	height: 50px;
	width: 100%;
	/*
	   added z-index, so that the css menu can overlay. See
	   also http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/
	*/
	z-index: 2;
	position: relative;
}
/* Navigation 1. Ebene */
.ulnav1 {
	position: relative;
	list-style-type: none;
}
.linav1 {
	position: relative;
/*	text-transform: uppercase; */
	height: 50px;
	text-align: center;
	float: left;
}
.linav1:hover {
	background-image: url(images/ulnav2.png);
	background-repeat: repeat;
	float: left;
}
.linav1 a {
	color: white;
	line-height: 50px;
	font-size: 18px;
/*	text-transform: uppercase; */
	text-align: center;
	width: 150px;
	float: left;
}
.linav1 ul {
	visibility: hidden;
}
.linav1:hover ul {
	visibility: visible;
}
/* Navigation 2. Ebene */
.ulnav2 {
	left: 0px;
	top: 50px;
	list-style-type: none;
	width: 150px;
	position: absolute;
	background-image: url(images/ulnav2.png);
	background-repeat: repeat;
}
.linav2 {
	height: 40px;
	text-transform: none;
}
.linav2:hover {
	background-image: url(images/ulnav2hover.png);
	background-repeat: repeat;
}
.linav2 a {
	text-transform: none;
	color: white;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}

/* Navigationspunkt der akutell angezeigt wird */
.current {
	position: relative;
	background-image: url(images/current.jpg);
	background-repeat: repeat-x;
}
.current_pfeil {
	margin: 0px;
	top: 50px;
	left: 66px;
	position: absolute;
}
/* Inhaltsbereich */
#content {
	width: 1000px;
}

/* defaults */
#content ul, #content ol {
	margin-left: 2em;
	margin-bottom: 1em;
}

#content pre {
	margin-bottom: 20px;
}

#content li {
	line-height: 150%;
}

/* Linker Inhaltsbereich */

#maincontent {
	margin-bottom: 40px;
	margin-left: 40px;
	margin-top: 40px;
	width: 700px;
	float: left;
}

/* Linker Inhaltsbereich */
#maincontent_wide {
	margin-bottom: 40px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
	width: 920px;
	float: left;
}


/* Sidebar auf der rechten Seite */
#sidebar {
	margin-bottom: 40px;
	margin-top: 40px;
	margin-right: 40px;
	float: right;
	width: 220px;
}
/* Einzelne Elemente der Sidebar */
.sidebar_container {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
	width: 200px;
	overflow: hidden;
}
.sidebar_head {
	padding-left: 27px;
	font-size: 12px;
	color: white;
	padding-top: 7px;
	width: 193px;
	height: 21px;
	background-image: url(images/sidebarhead.jpg);
	background-repeat: no-repeat;
}
.sidebar_main {
	padding-right: 20px;
	z-index: 0;
	padding-top: 5px;
	padding-left: 27px;
	width: 173px;
	background-repeat: repeat-y;
	background-image: url(images/sidebarmain.jpg);
}

.sidebar_main p {
	font-size: 11px;
	margin-bottom: 5px;
	z-index: 0;
}
.sidebar_foot {
	padding-top: 5px;
	background-position: 0 bottom;
	margin-left: -27px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	width: 220px;
	height: 15px;
	background-image: url(images/sidebarfoot.png);
}
.sidebar_verlauf {
	z-index: -1;
	left: 2px;
	top: -5px;
	position: absolute;
}
#sidebar a {
	font-size: 12px;
}
#sidebar a:after {
	margin-left: 5px;
	content:url('images/pfeil.png');
}

.widebar_head {
	padding-left: 27px;
	font-size: 12px;
	color: white;
	padding-top: 7px;
	width: 700px;
	height: 21px;
	background-image: url(images/widebarhead.jpg);
	background-repeat: no-repeat;
}
.widebar_main {
	padding-right: 20px;
	z-index: 0;
	padding-top: 5px;
	padding-left: 27px;
	width: 700px;
	background-repeat: repeat-y;
	background-image: url(images/widebarmain.jpg);
}

.widebar_main #contactform {
	width: 636px;
}

.widebar_main p {
	font-size: 11px;
	margin-bottom: 5px;
	z-index: 0;
}
.widebar_foot {
	padding-top: 5px;
	background-position: 0 bottom;
	margin-left: -27px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	width: 700px;
	height: 15px;
	background-image: url(images/widebarfoot.png);
}

.widebar_verlauf {
	z-index: -1;
	left: 2px;
	top: -5px;
	position: absolute;
}


/* Kundenmeinungen */
.meinung {
	padding-top: 10px;
	padding-bottom: 5px;
	color: white;
	margin-top: -5px;
	background-image: url(images/meinung_verlauf.jpg);
	background-repeat: repeat-y;
	padding-right: 23px;
	padding-left: 15px;
	width: 160px;
	margin-left: -19px;
}

.meinung:before {
	margin-right: 2px;
	margin-left: 10px;
	content:url('images/quote.png');
}
.meinung:after {
	margin-left: 5px;
	content:url('images/quote.png');
}
.meinung_autor {
	padding-top: 12px;
	padding-left: 11px;
	min-height: 23px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(images/blase.png);
	text-align: right;
	color: #505050;
	font-size: 10px;
	width: 180px;
	float: right;
}
/* Footer */
#footer {
	padding-bottom: 15px;
	min-height: 40px;
	background-position: 0 top;
	background-repeat: no-repeat;
	background-image: url(images/footer.jpg);
	width: 100%;
}
/* Navigation im Footer */
.meta {
	width: 120px;
	float: left;
	padding-top: 25px;
	margin-left: 40px;
	font-size: 10px;
}
.meta a {
	font-weight: bold;
/*	text-transform: uppercase; */
	line-height: 28px;
	margin-bottom: 15px;
	color: white;
}
.meta li a {
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	line-height: 16px;
	margin-bottom: 5px;
}
.meta ul {
	list-style-type: none;
}
.meta li {
	font-size: 9px;
	text-transform: none;
}
.meta strong {
	color: white;
	font-weight: bold;
}
/* Copyright im Footer */
#copyright {
	margin-right: 40px;
	color: white;
	font-size: 9px;
	margin-top: -15px;
	float: right;
}
/* Trennlinien */
/* Trennlinie horizontal */
.separate {
	background-color: #b7b7b7;
	height: 1px;
	float: left;
	clear: left;
	margin-bottom: 40px;
	margin-top: 40px;
	border-width: 0px;
	border-style: none;
	width: 660px;
}
/* Trennlinie vertikal */
.linie {
	border-right-color: #b7b7b7;
	border-right-width: 1px;
	border-right-style: solid;
}
/* Verschiedene Layouts mit 1, 2 oder 3 Spalten */
.einspalten_layout {
	clear: left;
	width: 660px;
}
.zweispalten_layout {
	float: left;
	margin-right: 39px;
	width: 310px;
}
.dreispalten_layout {
	padding-right: 15px;
	float: left;
	margin-right: 25px;
	width: 192px;
}

/* Verschiedene Layouts mit 1, 2 oder 3 Spalten */
.einspalten_layout_wide {
	clear: left;
	width: 920px;
}
.zweispalten_layout_wide {
	float: left;
	margin-right: 39px;
	width: 420px;
}
.dreispalten_layout_wide {
	padding-right: 15px;
	float: left;
	margin-right: 25px;
	width: 262px;
}

/* Definition für den Namen KULT-Editor (optional) */
.kult {
	color: #de631f;
	font-weight: bold;
}

/* override in editor
   added z-index, so that the css menu can overlay. See
   also http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/
*/ 
div.kult_editcontainer {
	z-index: 1;
}

div.kult_editcontainer_modified {
	z-index: 1;
}

/* Gästebuch */

#gaestebuch_form {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left:0em;
	font-size: 130%;
}

#gaestebuch_form table td {
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}

#gaestebuch_form .badfield,#gaestebuch_form .badfield #gaestebuch_form_msg
{
	color: white;
	background-color: #de631f;
}

#gaestebuch_kaptcha {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

.gaestebuch_error {
	color: white;
	background-color: #de631f;
	margin-bottom: 1em;
	padding: 1em 0.5em 1em 0.5em;
}

.gaestebuch_info {
	background-color: #F0F0F0;
	margin-bottom: 1em;
	padding: 1em 0.5em 1em 0.5em;
}

