html, body {
 height: 100%;
}

body {
  background: url(img/body-bg-top.png) repeat-x center top;

  font-family: Helvetica, Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

#wrapper {
  padding: 0 20px;
  min-height: 100%;
}

/*Header*/
#header h1 {
  margin: 0;
  padding: 0;
  background: url(img/logo.png) no-repeat;
  width: 238px;
  height: 174px;

  text-indent: -9999px;
}

#header h4 {
  position: absolute;
  bottom: 3px;
  left: 290px;
  margin: 0;
  padding: 5px 5px 5px 30px;
  background: url(img/exclmark.png) center left no-repeat #cc154c;
  color: #ffffff;
}

#header a {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 3px 4px 4px 4px;
  background: #00a0b6;

  color: #fff;
  text-decoration: none;
}

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

/*Container*/
#left,
#main {
  padding: 30px 30px 50px 30px;
  width: 330px;
}

#left .inside {
  border-bottom: 1px solid #cc154c;
  padding-bottom: 15px;

  text-align: right;
}

#main .inside {
  border-bottom: 1px solid #00a0b6;
  padding-bottom: 15px;
}

body.thankyou #left .inside {
  border-bottom: none;
}

/*Footer*/
#footer {
  height: 200px;
  margin-top: -200px;
  background: url(img/body-bg-bottom.png) repeat-x center bottom;
}

/*ce_image*/
.ce_image .image_container {
  position: relative;
  height: 220px;
}

#left .ce_image .image_container img {
  position: absolute;
  right: 0;
  top: 10px;
}

#main .ce_image .image_container img {
  position: absolute;
  left: 0;
  top:17px;
}

/*Headlines*/
#left h2,
#left h3 {
  margin-top: 12px;
  margin-bottom: 3px;
  border-top: 1px solid #cc154c;
  height: 35px;

  text-align: left;
  text-indent: -9999px;  
}

#main h2,
#main h3 {
  margin-top: 12px;  
  margin-bottom: 3px;
  border-top: 1px solid #00a0b6;
  height: 35px;

  text-indent: -9999px;  
}

#left .ce_image h2,
#main .ce_image h2,
#main .thankyou h2 {
  text-indent: -9999px;
  text-align: left;
  border-top: none;
  height: 25px;
}

#main .thankyou h2 {
  background: url(img/h2-r-thankyou.png) no-repeat top left;
  border-bottom: 1px solid #00a0b6;  
}

#modula-3d .ce_image h2 {
  background: url(img/h2-modula3d.png) no-repeat top right;
  border-bottom: 1px solid #cc154c;
}

#easy-mag .ce_image h2 {
  background: url(img/h2-easymag.png) no-repeat top left;
  border-bottom: 1px solid #00a0b6;
}

#left .information h3 {
  background: url(img/h3-l-info.png) no-repeat center right;
}

#left .specs h3 {
  background: url(img/h3-l-specs.png) no-repeat center right;
}

#left .contact h3 {
  background: url(img/h3-l-contact.png) no-repeat center right;
}

#main .information h3 {
  background: url(img/h3-r-info.png) no-repeat center left;
}

#main .specs h3 {
  background: url(img/h3-r-specs.png) no-repeat center left;
}

#main .contact h3 {
  background: url(img/h3-r-contact.png) no-repeat center left;
}

/*Links*/
#left a {
  color: #cc154c;
  text-decoration: none;
}

#main a {
  color: #00a0b6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

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

/*ce_table*/

.ce_table table {
  width: 100%;
}

.ce_table th {
  font-weight: bold;
}

.ce_table th,
.ce_table td {
  border: 2px solid #fff;
  background: #f2f2f2;
  padding: 2px 3px;
}

#left .ce_table th.head_0,
#left .ce_table td.col_0 {
  background: #cc154c;
  width: 30%;

  color: #fff;
}

#main .ce_table th.head_0,
#main .ce_table td.col_0 {
  background: #00a0b6;
  width: 30%;

  color: #fff;
}

/*Form*/
p.error {
  display: none;
}

p.hinweis {
  font-weight: bold;
  margin-bottom: 0;
}

#left p.hinweis {
  text-align: right;
}

/*Thank you*/
body.thankyou .back {
  margin: 0;
}

/*Form*/
form {
  text-align: left;
}

.explanation {
  margin-bottom: -5px;
}

#left .explanation {
  text-align: right;
}

label {
  display: block;
  float: left;
  width: 30%;
  margin: 2px;
  padding: 2px 3px;

  color: #fff;
}

#left label,
#left .submit_container input {
  background: #cc154c;
}

#main label,
#main .submit_container input {
  background: #00a0b6;
}

input,
textarea {
  width: 63%;
  margin: 2px;
  padding: 3px 3px;
  border: 1px solid #ccc;
}

input {
  height: 14px;
}

input.error {
  background: #ff0;
}

.submit_container {
  text-align: right;
  padding-right: 2px;
}

.submit_container input {
  width: 100px;
  border: none;
  height: auto;

  color: #fff;
}

/*Toggler*/
.toggler {
  padding-top: 3px;
}

/*Copyright*/
.copyright {
  position: absolute;
  top: 160px;
  width: 100%;

  text-align: center;
  color: #444;
}
