/*
    CSS www.teim.de
    Webwork-Manufaktur. Fine handcrafted webdesign since 1997
    www.webwork-manufaktur.de  info@wewoma.de
*/


/* ............................................................... reset'em all */
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  background: transparent;
}

/* ............................................................... Basiscs */
body {
  background-color: #f7f7f7;
  color: #333333;
  font-size: 100.01%;
  font-family: 'open sans', helvetica, arial, sans-serif;
  font-weight: 400;
  text-align: center;
}

hr {
  margin: 0 0 -1px 0;
  width: 1px;
  height: 1px;
  clear: both;
  visibility: hidden;
}
    hr.spacer {
      margin-bottom: 1.57142em
    }

.screenreader, h6 {
  display: none;
}

b, strong {
  font-weight: 600;
  color: #666;
}
i, em {
  font-style: italic;
}
.center {
  text-align: center;
}


/* ............................................................... Aufbau */
#wrapper {
  position: relative;
  margin: 25px auto;
  width: 980px;
  text-align: left;
  background-color: #fff;
  font-size: 0.875em;
  line-height: 1em;
}
header {
  position: relative;
  margin: 0 -10px;
  width: 1000px;
  height: 142px;
  background-image: url(../grafik/back-header.gif);
}
    #logo {
      position: absolute;
      top: 20px;
      left: 0;
      font-size: 1em;
      font-weight: 300;
      width: 400px;
      height: 62px;
      overflow: hidden;
      z-index: 2;
    }
    #logo a {
      color: #fff;
      text-decoration: none;
    }
    #logo span {
      position: absolute;
      top: 0;
      left: 0;
      width: 400px;
      height: 62px;
      overflow: hidden;
      background-image: url(../grafik/logo.gif);
      z-index: 4;
      cursor: pointer;
    }
nav {
  position: absolute;
  top: 108px;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 8000;
  cursor: default;
}
    nav ul {
      list-style-type: none;
      width: 100%;
    }
    nav li {
      display: inline-block;
    }
    nav a {
      margin: 0 20px;
      padding: 0 5px 22px 5px;
      font-family: 'open sans condensed', helvetica, arial, sans-serif;
      text-decoration: none;
      color: #8295dc;
      font-size: 1.42857em;
      text-transform: uppercase;
      background-image: url(../grafik/back-nav-a.gif);
      background-repeat: no-repeat;
      background-position: -10000px bottom;
    }
    nav a:hover {
      color: #bd3426;
    }
    nav .active a {
      background-position: center bottom;
      color: #bd3426;
    }

#slider {
  position: relative;
  width: 100%;
  height: 196px;
  overflow: hidden;
}
    #claim {
      position: absolute;
      padding: 20px 40px;
      min-width: 320px;
      left: 0;
      bottom: 0;
      color: #bd3426;
      font-size: 1.57142em;
      line-height: 1.272727em;
      font-family: 'open sans condensed', helvetica, arial, sans-serif;
      background-image: url(../grafik/back-claim.png);
    }

#content {
  margin: 40px 0 20px 0;
  font-weight: 300;
}
#index #content {
  margin-top: 20px;
}



footer {
  position: relative;
  margin: 0 -10px;
  width: 1000px;
  height: 65px;
  background-image: url(../grafik/back-footer.gif);
}
    footer p {
      position: absolute;
      bottom: 25px;
      width: 100%;
      text-align: center;
      color: #fff;
    }
    footer span {
      padding: 0 25px;
    }
    footer a {
      color: #ccc;
      text-decoration: none;
    }
    footer a.active {
      color: #333;
    }

    footer a:hover {
      color: #fff;
    }


/* ............................................................... Content */


/* ........................................... Spalten */
.firstcol {
  position: relative;
  padding: 0px 10px 20px 20px;
  width: 300px;
  float: left;
}
.secondcol {
  position: relative;
  padding: 0px 10px 20px 10px;
  width: 300px;
  float: left;
}
.thirdcol {
  position: relative;
  padding: 0px 0 20px 10px;
  width: 300px;
  float: left;
}
.widefirstcol {
  position: relative;
  padding: 0px 10px 20px 20px;
  width: 620px;
  float: left;
}
.widesecondcol {
  position: relative;
  padding: 0 0 20px 10px;
  width: 620px;
  float: left;
}

.halffirstcol {
  position: relative;
  padding: 0 10px 20px 20px;
  width: 460px;
  float: left;
}
.halfsecondcol {
  position: relative;
  padding: 0 0 20px 10px;
  width: 460px;
  float: left;
}

.widecol {
  position: relative;
  margin: 0 20px;
  width: 940px;
}


/* ........................................... Text */
#content h2 {
  margin: 0 0 20px 0;
  padding: 0 0 3px 0;
  color: #8295dc;
  font-family: 'open sans condensed', helvetica, arial, sans-serif;
  font-size: 1.57142em;
  line-height: 1em;
  border-bottom: 1px solid #8295dc;
}
#content h3 {
  font-size: 1.14285em;
}
    #content .agb h3 {
      margin: 3.1428em 0 1.57142em 0;
    }
#content h4 {
  margin: 1.57142em 0 0 0;
  font-size: 1em;
  font-weight: 400;
}

#content p, #content ul, #content ol {
  line-height: 1.57142em;
}
#content ul {
  list-style-type: none;
}
    #content ul li {
      padding: 0 0 0 14px;
      background-image: url(../grafik/bullet.gif);
      background-repeat: no-repeat;
      background-position: 0 6px;
    }
#content ol {
  padding: 0 0 0 20px;
}

#content a {
  color: #8295dc;
  text-decoration: none;
}
    #content p a:hover {
      color: #fff;
      background-color: #8295dc;
      border-radius: 2px;
    }

.info {
  margin: 1.57142em 0;
  padding: 2px;
  background-color: #e6eaf8;
  /*color: #fff;*/
  text-align: center;
  font-weight: 400;
  border-radius: 2px;
}

.topspace {
  margin-top: 1.57142em;
}

/* ........................................... misc */
.adr {
  position: absolute;
  bottom: 50px;
  left: 40px;
  padding: 10px 60px 10px 30px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/* ........................................... Kurstabelle */
table {
  margin: 0 20px;
  line-height: 1.4615em;
  font-size: 0.92857em;
  border-collapse: collapse;
}
th {
  margin: 0px;
  padding: 0 0 3px 4px;
  color: #8295dc;
  font-family: 'open sans condensed', helvetica, arial, sans-serif;
  font-size: 1.57142em;
  line-height: 1em;
  color: #fff;
  background-color: #8295dc;
  border: 4px solid #fff;
}

td {
  padding: 1%;
  width: 23%;
  background-color: #fcfbfe;
  border: 4px solid #fff;
}
tr:nth-child(2n) td {
  background-color: #e6eaf8;
}




/* ........................................... Bilder */
.leftpic {
  margin-left: -20px;
}
.rightpic {
  margin-right: -20px;
}



/* ........................................... Start */
/*#index #content h2 {
  margin: 0 0 20px 0;
  padding: 4px 8px;
  color: #fff;
  background-color: #8295dc;
  font-family: 'open sans condensed', helvetica, arial, sans-serif;
  font-size: 1.57142em;
  line-height: 1em;
}*/

#index #content .firstcol {
  position: relative;
  padding: 20px 9px 20px 20px;
  width: 300px;
  min-height: 330px;
  float: left;
  border-right: 1px solid #8295dc;
}
#index #content .secondcol {
  position: relative;
  margin: 0 0 0 -1px;
  padding: 20px 9px 20px 11px;
  width: 300px;
  min-height: 330px;
  float: left;
  border-right: 1px solid #8295dc;
  border-left: 1px solid #8295dc;
}
#index #content .thirdcol {
  position: relative;
  margin: 0 0 0 -1px;
  padding: 20px 0 20px 11px;
  width: 300px;
  min-height: 330px;
  float: left;
  border-left: 1px solid #8295dc;
}
    #index #content h2 a {
      display: block;
      color: 8295dc;
      text-decoration: none;
    }
    #index #content img {
      margin: 0 0 20px 0;
    }
    #index #content .readmore {
      position: absolute;
      left: 10px;
      bottom: 20px;
    }
    #index #content .firstcol .readmore {
      left: 20px;
    }

#stern {
  position: absolute;
  top: 225px;
  right: -50px;
  width: 219px;
  height: 175px;
  overflow: hidden;
  text-indent: -1000px;
  z-index: 900;
}
    #stern span {
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../grafik/stern.png);
      background-repeat: no-repeat;
      width: 219px;
      height: 175px;
    }
