/*************************************************/
/* LAYOUT                                        */
/*************************************************/

body {
   padding: 0 0 250px 0;
   margin: 0;
   font-family: Georgia, sans-serif;
   color: #2d1c18;
   text-align: center;
   font-size: 16px;
}

#topline {
	background: url("../images/holz.jpg") repeat-x;
	height: 25px;
}

#site {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#content {
	clear: both;
}

.content_left {
	width: 230px;
	float: left;
	min-height: 1px;
}

.content_right {
	width: 695px;
	margin-left: 35px;
	float: left;
	min-height: 1px;
}

.line {
	clear: both;
	border-top: 10px solid #d5caaf;
	font-size: 0;
	margin-bottom: 30px;
}


/*************************************************/
/* FOOTER                                        */
/*************************************************/

#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 200px;
	background-color: #8b7668;
	width: 100%;
	z-index: 900;
}

#footer_top {
	background: url("../images/holz.jpg") repeat-x;
	height: 172px;
}

#footer_bottom {
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	padding-top: 6px;
}

#footer_bottom a {
	color: #2d1c18;
	text-decoration: none;
}

#footer_bottom a:hover {
	text-decoration: underline;
}

a#homelink {
	display: none;
}

img#logo {	
	border: 0;
}



/*************************************************/
/* NAVIGATION                                    */
/*************************************************/

#menu {
	height: 94px;
}

#menu ul {
	margin: 0 0 0 265px;
	padding: 0;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu a {
	text-decoration: none;
   color: #2d1c18;
	display: block;
	height: 44px;
	line-height: 20px;
}

#menu a:hover, #menu a.active {
	background-color: #78c2f9;
	color: white;
}

#menu a span {
	padding: 11px 13px 0 13px;
	display: block;
}


/*************************************************/
/* TYPOGRAPHY                                    */
/*************************************************/

h1 {
	margin: 0 0 20px 0;
	font-size: 32px;
	line-height: 44px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	line-height: 29px;
	font-weight: normal;
	margin: 30px 0 20px 0;
}

p {
   margin: 0 0 20px 0;
   font-size: 16px;
   line-height: 30px; 
}

a {
   color: #1694f1;
}

a:hover {
   text-decoration: none;
}

a:visited {
   color: #6e9dc0;
}



/*************************************************/
/* HELPER                                        */
/*************************************************/

.hide {
   display: none;
}

/* Clearfix */
.clearfix:after {
   content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
   display: inline-block;
}

* html .clearfix {
   height: 1%;
}

.clearfix {
   display: block;
}


/*************************************************/
/* CONTENT                                       */
/*************************************************/

.homesite .content_left img {
   margin: 0 !important;
}

.contentsite .content_left img {
   margin: 0 !important;
   border-bottom: 10px solid #d5caaf;
}



/*************************************************/
/* FCEs                                          */
/*************************************************/

/* 3 columns home */
.homesite div.flex_3columns_left {
   float: left;
   width: 228px;
   min-height: 1px;
}

.homesite div.flex_3columns_center {
   float: left;
   width: 168px;
   min-height: 1px;
   margin-left: 35px;
}

.homesite div.flex_3columns_right {
   float: left;
   width: 228px;
   min-height: 1px;
   margin-left: 35px;
}


/* 3 columns content */
div.flex_3columns_left {
   float: left;
   width: 208px;
   min-height: 1px;
}

div.flex_3columns_center, div.flex_3columns_right {
   float: left;
   width: 208px;
   min-height: 1px;
   margin-left: 35px;
}


/*************************************************/
/* Kontaktformular                               */
/*************************************************/

fieldset {
	margin: 10px 0 10px 0;
	padding: 12px 0 0px 0px;
	border: 0;
	background-color: none;
}

label {
	display: block;
	margin: 8px 0 2px 0;
	color: #a6a6a6;
	font-size: 10px;
	letter-spacing: 1px;
}

div.csc-mailform-field input, div.csc-mailform-field textarea {
	width: 695px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	color: #4e5052;
	padding: 3px 4px;
	border: 1px solid #a6a6a6;
}

div.csc-mailform-field input:hover, div.csc-mailform-field textarea:hover, div.csc-mailform-field input:focus, div.csc-mailform-field textarea:focus {
	border: 1px solid #78c2f9;
}

div.csc-mailform-field input.csc-mailform-submit {

	width: 160px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #d7d9da;
	-moz-box-shadow: 1px 1px 1px #d7d9da;
	-ms-box-shadow: 1px 1px 1px #d7d9da;;
	-khtml-box-shadow: 1px 1px 1px #d7d9da;;
	-o-box-shadow: 1px 1px 1px #d7d9da;;
	margin-top: 20px;
	background-color: #78c2f9;	
	background:-moz-linear-gradient(top, #afdbfb, #78c2f9); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#afdbfb), to(#78c2f9)); /* Safari, Chrome */
	background:-o-gradient(linear, left top, left bottom, from(#afdbfb), to(#78c2f9)); /* Opera */
	background:-ms-gradient(linear, left top, left bottom, from(#afdbfb), to(#78c2f9)); /* ie */
	background:-khtml-gradient(linear, left top, left bottom, from(#afdbfb), to(#78c2f9)); /* Safari, Chrome */
	color: #ffffff;
	text-shadow: #3caafb 0px -1px 0px;
	font-weight:bold;
	font-size: 14px;
	border: 0;
	padding: 6px 20px;
}


div.csc-mailform-field input.csc-mailform-submit:hover, div.csc-mailform-field input.csc-mailform-submit:focus {
	background-color: #67a6d5;
	background:-moz-linear-gradient(top, #afdbfb, #67a6d5); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#afdbfb), to(#67a6d5)); /* Safari, Chrome */
	background:-o-gradient(linear, left top, left bottom, from(#afdbfb), to(#67a6d5)); /* Opera */
	background:-ms-gradient(linear, left top, left bottom, from(#afdbfb), to(#67a6d5)); /* ie */
	background:-khtml-gradient(linear, left top, left bottom, from(#afdbfb), to(#67a6d5)); /* Safari, Chrome */
	color: #ffffff;
}




