/* ACHTUNG! CSS FILE IMMER HOCHLADEN, SONST GEHT DER PREVIEW NICHT!!!
  (BASE-HREF GEHT NUR MIT HTTP NICHT MIT FILEANGABEN BEI FIREFOX & IE) */

body
 {
  padding: 0; padding-bottom: 25px; margin: 0;
  background: url(../gfx/background-leftpane.gif);
  background-repeat: repeat-y;
  color: black; letter-spacing: 1px;
  font: 14px "Trebuchet MS", verdana, arials, sans-serif;
 }

#Header
 {
  margin-top: 0;
  height: 125px;
  width: 100%;
  background-image:url(../gfx/wurmi.gif);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #fef20a;
  border-bottom: 1px solid #d44545;
 }

#TheMenu
 {
  float: left;
  top: 125px;
  left: 0;
  width: 148px;
  margin: 25px 0 0 0;
  text-align: center;
  background-color: #fffd5b;
 }

#AdSpace
 {
  position: absolute;
  left: 325px;
  right: 125px;
  top: 35px;
 }

#Content
 {
  margin: 25px 25px 25px 200px;
 }

#Footer
 {
  position: fixed;
  clear: both;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fef20a;
  border-top: 1px solid #d44545;
 }

#Footer-left
 {
  left: 0;
  float: left;
  width: 139px;
  padding-left: 35px;
  padding-top: 0px; 
  text-align: left;
 }

#Footer-middle
 {
  clear: none;
  text-align: center;
  color: #b71311; font-weight: bolder;
 }

#Footer-right
 {
  right: 10px;
  float: right;
  padding-top: 0px;
  text-align: right;
 }

/* Mailformular für Typo3 aufhübschen */
/* Grundidee: http://www.css-tutorials.de/css/barrierefreiesformular.html */
.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float: left;
clear: both;
display: block;
width: 20%;
padding-left:0;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float: left;
display: block;
width: 60%;
border: 1px solid #333;
background: #ffffff;
padding: 1px;
margin-bottom: 10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. */
margin-left: 20%;
background: #f4f4f4;
/* Float wieder abschalten */
clear: both;
}

.csc-mailform input.csc-mailform-submit {
background: #f4f4f4;
}