/*************************/
/*  BODY   -   BODY      */
/*************************/

body {
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 22px;
}

#content3 li {
  list-style:none;
  margin-left: -37px;
}


.csc-textpic-caption {
  font-size: 11px;
  line-height: 16px;
}

a:focus {
  outline: none;
}

html {
  height: 101%;
}

img {
  border: none;
}

#content a {
  text-decoration: none;
  color:#9a1f1f;
}


/*************************/
/* MAILFORM              */
/*************************/

.csc-mailform {
  border: none;
}

.csc-mailform input {
  width: 260px;
}

.csc-mailform textarea {
  width: 260px;
}

.csc-mailform label {
  width: 80px;
  display: block;
}

#mailformformtype_mail {
  margin: 5px 0px 0px 1px;
}

.pflichtfelder {
  color:#ff0000;
}

/*************************/
/* LAYOUT  -  LAYOUT     */
/*************************/

#logo {
  position: absolute;
  left: 50%;
  margin-left: -470px;
  top :20px;
  z-index: 10;
  width: 230px;
  height: 60px;
}

#container {
  position:absolute;
  width: 983px;
  left: 50%;
  margin-left: -491px;
  background-color:#f7f9e3;
}

#header {
  width: 100%;
  height: 235px;
}

#header1 {
  width: 608px;
  height: 235px;
  float: left;
}

#header2 {
  width: 375px;
  height: 235px;
  float: left;
  background-color:#fcb23a;
}

.clear {
  clear: both;
}

#content {
  width: 100%;
  height:auto;
  vertical-align: top;
}

#content1 {
  width: 820px;
  margin: 50px 0px 30px 80px;
}

#content2 {
  width: 520px;
  margin: 30px 0px 30px 80px;
  float: left;
}

#content3 {
  width: 320px;
  margin: 30px 0px 30px 20px;
  float: left;
}

#footer {
  height: 22px;
  background-color:#94c83f;
  text-align: center;
  padding: 3px 0px 0px 0px;
}

#footer a {
  color:#154e2c;
  text-decoration: none;
}

