/*--------------------TAG-Einstellungen--------------------*/

body {
  font-family: Myriad Pro, Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #4D4F54;
  background-color: #fff;
  background-position: 50% 0;
  margin: 0;
  padding: 0;
}

h1, h2 {
  margin: 0;
}

a:hover {
  text-decoration: none;
  color: #642F86;  
  outline-style: none;
  color: #CB0060;
}

a {
  text-decoration: none;
  outline-style: none;
  color: #000;
  
}

div.sign {
  color: #c80063;
  font-weight: bold;
  display: inline;
}

h1.doc-title {
  font-size: 1em;
  margin-bottom: 1em;
}

ol {
  margin: 0;
  padding: 0 0 0 15px;
}

div.doc-title {
  font-size: 2em;
  margin: 50px 0 0.25em;
  color: #4D4F54;
  text-align: center;
}

a.logo {
  position: absolute;
  left: 350px;
  width: 300px;
  height: 155px;
}

/*--------------------Basislayouts--------------------*/

#header {
  position: relative;
}

#wrapper {
  width: 984px;
  margin: 0 auto;
  position: relative;
}

#footer {
  background-image: url('toertchen-footer-blank.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 230px;
  width: 984px;
}

div.txt-block, div.txt-block-left {
  width: 270px;
  float: left;
}

div.txt-block-left {
  margin: 0 38px 0 230px;
}

div.txt-block-main {
  margin: 0 230px 0 230px;
}

.footer-txt {
  font-size: 0.8em;
}

div.doc-maintext, .txt-center {
  line-height: 1.6em;
}

.txt-center {
  text-align: center;
}

.footer-txt {
    padding: 175px 0 0 0;
    text-align: center;
    display: block;
}

.footer-txt img {
    vertical-align: middle;
    padding: 0 0 2px;
}

a.social-networks {
    display: block;
    float: right;
    margin: 2px 5px 0 0;
    width: 15px;
}

a.mehr-erfahren-erstkundenprogramm {
  margin: 25px 0 25px 315px;
  display: block;
}

a.mehr-erfahren-toertchenkit {
  margin: 0 0 25px 270px;
  display: block;
}


a.mehr-erfahren-ueber-toertchen {
    display: block;
    left: 557px;
    position: absolute;
    top: 219px;
}

#coming-soon {
  position: relative;
}

/*--------------------BOXEN--------------------*/

div.box-head {
  background-image: url(box-head.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 32px; 
}

div.box-body {
  background-image: url(box-body.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  padding: 5px 45px;
  
}

div.box-foot {
  background-image: url(box-foot.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 32px; 
}

#form-box {
  background-image: url(form-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 -35px;
  padding: 50px 45px 5px 45px;
  height: 330px;
  width: 955px;  
}

div#form-box form input,
div.form form div.right textarea
 {
  border: 2px solid #C80063;
  resize: none;
}

html body div#wrapper div#form-box form input.send {
  box-shadow: 3px #d9d9d9;
  background-color: #C80063;
  color: #fff;
  border: 1px solid #C4125C;
  border-radius: 3px 3px 3px 3px;
  padding: 2px 5px;
}

html body div#wrapper div#form-box form input.send:hover {
  background-color: #ea0074;
  cursor: pointer;
}



span.txt-center {
  text-align: center;
  display: block;
}

div.two-col .left {
  float: left;
  width: 40%;
  margin: 0 5% 0 0;
}

div.two-col .right {
  float: right;
  width: 45%;
  margin: 0;
}

div.three-col .left {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}

div.three-col .center {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}

div.three-col .right {
  float: right;
  width: 30%;
}

div.three-col .title {
    background-image: url("logo-title-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 30px;
    padding: 4px 0 0 39px;
    font-size: 1.1em;
}

.form {
  line-height: 1.8em;
}

div.form .left {
  width: 15%;
  float: left;
}

div.form .right {
  width: 83%;
  float: right;
}