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

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

DIV.indented {
	margin-left: 1em;
	border-left: 1px solid #C0C0C0;
	padding-left: 1.5em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	margin-bottom: 2em;
	margin-top: 1em;
}

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: 30px;
	left: 10px;
}

/* 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.png);
	background-repeat: no-repeat;
	height: 150px;
	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;
}

/* highlighting */
div.why_important {
	border: solid 1px #6a87a2;
	margin: 0em 1em 1.5em 1em;
}

div.why_important p {
	margin-bottom: 5px;
}

div.why_important p.why_header {
	background-color: #194b7d;
	color: white;
	font-weight: bold;
	padding: 0.2em 1em 0.2em 1em;
}

div.why_important div.why_body {
	padding: 1em 1em 1em 1em;
}

/* meta tags */
div.kult_metatags_container {
	padding: 0.5em 0.5em;
}

div.kult_metatags_container h1 {
	padding: 0 0;
	margin: 0 0.5em 0.2em 0;
}

/* search */
#headersearchform {
	position: absolute;
	top: -5px;
	right: 15px;
}

#headersearchform INPUT { /* border: 1px solid #de631f; */
	border: 1px solid #7f97af;
	color: gray;
	margin: 0px;
	padding: 0px;
}

#headersearchform INPUT.submit {
	background-color: white;
	top: -1px;
	position: relative;
}

#searchresult #searchresult_totalcount {
	padding-top: 0em;
	padding-bottom: 2em;
}
#searchresult p {
   	margin:0;
   	padding:0;	
}
	
.searchresult_no_title a,.searchresult_title a {
	font-weight: bold;
	text-decoration: underline;
}

DIV.searchresult_summary {
	padding: 0.5em 0em 1.5em 0em;
}

#searchresultform {
	padding-top: 2em;
	padding-bottom: 2em;
}

#searchresultform INPUT {
	border: 1px solid #7f97af;
	color: gray;
	margin: 0px;
	padding: 0px;
}

#searchresultform INPUT.submit {
	background-color: white;
}

/* detail nav */
DIV#detailHeaderNav {
	margin-bottom:1em;
}

DIV#detailHeaderNav2 {
	border-bottom: solid 1px #c0c0c0;
}

DIV#detailHeaderNav3 {
	border-bottom: solid 1px #c0c0c0;
	padding-left:2em;
}

DIV#detailHeaderNav4 {
	border-bottom: solid 1px #c0c0c0;
	padding-left:4em;
}

DIV#detailHeaderNav A {
	display: block;
	float: left;
	padding: 0.2em 0.5em;
	border-left: 1px solid #c0c0c0;
}

DIV#detailHeaderNav A.first {
	border-left: none;
}

DIV#detailHeaderNav A.selected {
	font-weight: bold;
}

/* news */

.newsfeed {
}

.newstitle {
	margin-top: 1em;
	font-size: 20pt;
	padding-bottom: 0.1em;
	border-bottom: solid 1px #c0c0c0;
	margin-bottom: 1em;
}

.newsbody {
}

.newsdate {
	font-size: 12px;
	float:right;
}

/* docs */

.code {
	margin: 0.5em 0.5em 1.5em 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	white-space: pre-wrap;
	font-family: monospace;
	line-height: 0.8em;
}
.hidden {
	display:none;
}
.term {
	font-weight: bold;
}
.propertiesTable, .structureTable {
	border-spacing: 0px;
	border-collapse: collapse;
}
.propertiesTable TD, .structureTable TD  {
	padding: 0.2em 0.5em;
	border: solid 1px black;
	text-align: left;
}
.propertiesTable TH, .structureTable TH {
	border: solid 1px black;
	padding: 0.2em 0.5em;
	border: solid 1px black;
	text-align: center;
}
.centered, .centered-large {
	text-align: center;
}
.centered-large {
	font-size: 200%;
}

DIV#toc P {
	padding: 0;
	margin: 0 0 0 1em;
}

