@charset "utf-8";

/* contact_screen.css */

/* Im "Send us your thoughts!"-Formular
hat nun jeder Eingabebox einen unteren Abstand von 12 Pixel */
.csc-mailform-field {
  margin-bottom: 12px;
}

.csc-mailform {
  font-size: 14px;
}

.csc-mailform-field input#mailformformtype_mail {
  margin-left: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.joinNewsletter_form input {
  font-size: 14px;
  color: #6a6a6a;
}

#columnOuterRight h1, #columnOuterRight h2, #columnOuterRight p {
  color: white;
}

.csc-mailform-field label {
  color: #6a6a6a;
}

#csc-mailform-field {
 margin-top: 15px;
}

.csc-header-n1 {
 margin-bottom: 15px;
}

#mailformName, #mailformEmail_Address, #mailformSubject, #mailformMessage {
 border: 1px #bbbbbb solid;
 display: block;
}

/* ##### Main-HTML_Template-Stuff ##### */

#columnMiddle {
  float: left;
  width: 222px;
  margin-top: 15px;
  margin-left: 2px;
}

#columnRight {
  float: left;
  width: 206px;
  margin-top: 15px;
/*  margin-left: 19px; */
}

#columnOuterRight {
  padding-top: 10px;
  padding-left: 10px;
  background-color: #ED1EA1;
  float: right;
/*  height: 320px; */
  width: 250px;
  margin-top: 15px;
  margin-right: 33px;
}

body {
  background: #eb8324 url(../images/backgrounds/orangeHeardBackground.jpg);
}

/* ##### Columns ##### */

#columnLeft {
  float: left;
  width: 170px;
  margin-left: 29px;
  margin-top: 25px;
}

#columnLeft p {
  clear: both;
}

#logo {
  clear: both;
  margin-top: 150px;
}
