  body { 
    font-family: Arial; 
    font-size: 18px; 
    background-color: #0A3B69; 
    color: #fff; 
    text-align: center;
  }
  #content { 
    background-color: #002B5C; 
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 1px;
    width: 980px;
    position: relative;
    text-align: left;
  }
  #topborder { 
    background-image: url(top.png); 
    margin-top: 40px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0px;
    width: 980px;
    height: 34px;
    position: relative;
  }
  
  #bottomborder { 
    background-image: url(bottom.png); 
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 980px;
    height: 32px;
    position: relative;
  }
  
  #contentspacer { 
    padding: 40px;
  }  

  .formularheader {
    padding-top: 20px;
    margin: 5px;
  }

  .formular {
    padding-left: 350px;
  }

  .formular label {
    float: left; 
    margin: 5px;
    margin-left: 5px;
    top: 10px;
    position: relative;
    width: 160px;
  }
  
  .formular label small {
    font-size: 60%;
  }
  
  .formular input {
    float: left; 
    margin: 5px;
    left: 30px;
    position: relative;
    font-size: 24px;    
    background-color: #fff;
    color: #000; 
    padding: 5px; 
    border: 1px solid #F8981D; 
  }
  
  .formularline {
    clear: both;
    height: 3px;
  }
  
  .subtext {
    font-size: 75%;
    top: 620px;
    width: 880px;
    clear: both;
    padding-top: 20px;
  }
  
  .subtext p {
    margin-bottom: 6px;
    margin-top: 6px;
  }
  
  #vfmlogo {
    vertical-align: text-top;
    height: 100px;
    width: 225px;
    float: right;
    background-color: #fff;
    background-image: url('https://www.vfm.de/images/vfm-logo.png');
    background-repeat: no-repeat;
    background-position: left;  
  }
  
  #ipad {
    background-image: url('iPad.png');
    background-repeat: no-repeat;
    background-position: left; 
    position: absolute; 
    width: 320px;
    height: 380px;
    top: 10px;
    left: 0px;
    z-index: 1;
  }
  
  
  #GewinncodeBild
  {
    background-image: url('Gewinnspielcode.png');
    background-repeat: no-repeat;
    background-position: left; 
    position: absolute; 
    visibility: hidden;
    width: 320px;
    height: 220px;
    top: 510px;
    left: 0px;
    z-index: 1;
    box-shadow: 8px 8px 8px #444;
  }
  
  #button {
    background-image: url('Button.png');
    background-repeat: no-repeat;
    background-position: left; 
    position: absolute; 
    width: 200px;
    height: 160px;
    top: 300px;
    left: 170px;
    z-index: 3;
  }
  
  #frage {
    background-image: url('Sprechblase.png?1');
    background-repeat: no-repeat;
    background-position: left; 
    position: relative; 
    width: 660px;
    height: 92px;
    left: 150px;
    z-index: 2;
    padding-left: 91px;
    padding-top: 24px;
    font-size: 20pt;
    font-weight: bold;
  }
  
  #middlecontent {
    height: 640px;
    position: relative;
    top: -30px;
  }
  
  .formular .radio {
    cursor: pointer;
    display: block;
    width: 48px;
    height: 48px;
    border: 1px solid transparent;
    background: url(check.png) no-repeat 0 0;
    z-index: 2;
  }
  .formular .radiolabel {
    width: 500px;
    cursor: pointer; 
  }
  .antwortmoeglichkeiten {
    height: 310px;
  }
  .antworttext {
    padding-left: 15px;
    cursor: pointer; 
    
  }
  
  .button {
    background: url('absendenbutton.png') repeat-x;
    cursor: pointer;
    border: 0px;
    height: 35px;
    font-size: 110%;
    float: right;
    margin: 10px;
    margin-right: 60px;
    color: #FFC;
    width: 315px;
    
  }
  .captcha {
    padding-left: 353px;
  }
  
  .captcha .erklaerung {
    vertical-align: top;
  }
  
  .captcha .newlink {
    color: #FFF;
    font-size: 12px;
    text-align: right;
    width: 160px;
    position: relative;
    top: -20px;
  }
  
  .captcha input {
    margin: 5px;
    font-size: 24px;    
    background-color: #fff;
    color: #000; 
    padding: 5px; 
    border: 1px solid #F8981D; 
    top: -30px;
    position: relative;
    width: 285px;
    height: 40px;
    left: -25px;
  }  
  
  .captcha a {
    color: #FFF;
    font-size: 12px;
  }
  
  .captcha .securityCodeWrong {
    color: red;
    font-weight: bold;
  }
  
  .teilnahmeerfolgreich {
    background: url(Check.png) no-repeat 0 40;
  }
  
  .keingewinnspielaktiv {
    background: url(Hourglass.png) no-repeat 0 40;
  }
  
  .messagedlg {
    padding-top: 140px;
    height: 300px;
    padding-left: 300px;
    font-size: 30px;
  }
  
  .messagedlg a {
    color: white;
  }
