﻿body {
	text-align: center;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	width:17cm;
}

body * {
	text-align:left;
}


img {
  border:0;
  margin:0;
  padding:0;
}

sub, sup {
  font-size: 80%;
  line-height: 90%;
}

/* General Link Specification */

a, a:link {
	text-decoration:none;
	color:#ec741f;
	background-color: transparent;
}

a:visited {
	text-decoration:none;
	color:#ec741f;
	background-color: transparent;
}

a:hover {
	text-decoration:underline;
	color:#ec741f;
	background-color: transparent;
}

a:active {
	text-decoration:none;
	color:#ec741f;
	background-color: transparent;
}


br.clearer
{
	clear:both;
}

/* we have to use that because of shitty Microsoft */
div.clearer
{
	clear:both;
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}



#container {
	width:100%;
	margin:0 auto;
}

/* The Header  */

#header {
	display:none;
}


/* top navigation */

#topNavigation {
  display:none;
}


/* Content */


/* Start page */
#contentStart {
  width: 930px;
	padding:0;
  margin:0;
  background-color:#34322e;
}

#contentStartNavigation {
  float:left;
  width:330px;
  background-color:#34322e;
}

#contentStartNavigation ul {
  list-style-type:none;
  padding: 1.8em 2em;
  margin:0;
}

#contentStartNavigation ul li {
  padding-bottom: 0.55em;
  font-size: 1.1em;
  font-weight:bold;
}

.contentStartNavigationNews {
  padding: 1.8em 2em;
  margin:0;
  font-size: 0.9em;
  line-height: 1.4em;
  color:#eee;
}

#contentStartColumn {
  float:left;
  width:600px;
  height:400px;
  background:#34322e url(../media/images/zeeh_franke_kirsche.jpg);
  padding:0;
  margin:0;
}

#contentStartColumnText {
  position:relative;
  width:230px;
  top:295px;
  left:340px;
  padding:5px;
  text-align:right;
  background:transparent;
  color:#eee;
  font-size:0.8em;
  line-height:1.4em;
}

/* Default page */
#contentDefault {
  width:100%;
	padding:0;
  margin:0;
  background-color:#fff;
}

#contentDefaultNavigation {
  float:left;
  clear:both;
  width:100%;
  background-color:#fff;
}

#contentDefaultNavigation ul {
  list-style-type:none;
  padding: 1.8em 0;
  margin:0;
}

#contentDefaultNavigation ul li {
  padding-bottom: 0.55em;
  font-size: 1.1em;
  font-weight:bold;
}

.active {
  font-weight: bold;
}



#contentDefaultNavigation p {
  padding: 0 0 0.4em 1em;
  margin:0;
  font-size: 0.9em;
  line-height:1.4em;
  font-weight:normal;
}

#contentDefaultNavigation h2 {
  font-size:1.1em;
}

#contentDefaultColumn {
  float:left;
  clear:both;
  width:100%;
  background:#fff;
  padding:0;
  margin:0;
}

.contentDefaultSingleColumn {
  width:100%;
}

.contentDefaultSingleColumn p {
  padding: 0 0 0.4em 0;
}

.contentDefaultLeftColumn {
  float:left;
  line-height:1.4em;
  width:50%;
  padding:5px 0;
}

.contentDefaultRightColumn {
  float:left;
  line-height:1.4em;
  width:50%;
  padding:5px 0;
}

.contentDefaultLeftColumn h3, .contentDefaultRightColumn h3, .contentDefaultSingleColumn h3 {
  font-size:1.2em;
  padding:0 0 6px 0;
}

p.imageSubline {
  font-size:0.9em;
  padding: 3px 0 0 20px;
  margin:0;
  color:#85827b;
}

/* The Footer */
#footerMenu {
	clear:both;
  padding-top:20px;
  width:100%;
}

/* Form Elements */


#contactForm {
  margin:0;
}

#contactForm fieldset {
	border:none;
	padding:0 0 0 2em;
	margin:0;
}

#contactForm legend {
	padding:0 0 0.6em 0;
	margin:0;
	font-weight:bold;
}

.form_row {
	clear:both;
	margin: 0 0 8px 0;
}

.form_row br {
	clear:both;
}

.form_label {
	width:24%;
	float:left;
	text-align:right;
}

.form_fieldContainer {
	width:74%;
	float:right;
}

/* Text Inputs */
.form_input {
	font-family: Arial, Helvetica, sans-serif;
	width:68%;
	font-size:1.0em;
	line-height: 1.5em;
	padding:0.1em;
	border: solid 1px #bdbbb5;
	color:#444;
	background-color:white;
}

.form_input:hover, .form_input:active, .form_input:focus {
	border:solid 1px #34322e;
}


/* Submit Button */
.form_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	line-height: 1.2em;
	padding:0.1em 0.5em;

	border-style:solid;
	border-width:1px;
	border-color:#BAB5B5 #827979 #827979 #BAB5B5;

	text-align:center;
	background-color:#ec741f;
	color:#fff;
	}

.form_submit:hover, .form_submit:focus, .form_submit:active {
	background-color:#fd980f;
	color:#fff;
}


/* the error messages */

.error {
	color:#ff0000;
}

p.errorMessage {
	color:#ff0000;
	padding: 0.6em 8px 0 8px;

}

p.successMessage {
	padding: 0.6em 8px 0 8px;
  font-weight:bold;

}

p.form_footer {
	font-size:0.8em;
}