html { height: 100%;}

body {
  background-color: #E2E2E2;
  font: 11px Verdana;
  line-height: 120%;
  height: 100%;
  color: #3E3E3E;
}

strong, b {
  font-weight: bold;
}

.container {
  width: 954px;
  padding: 0 15px 0 15px;
  margin: 0 auto 0 auto;
  background: repeat-y url(../bilder/bg-container.gif);
}

.header {
  height: 239px;
  background: url(../bilder/header.jpg) no-repeat;
  position: relative;
}

.header img {
  display: none;
}

.navigation {
  position: absolute;
  left: 280px;
  top: 124px;
  text-transform: uppercase;
}

.navigation li {
  float: left;
  border-left: 1px solid #E95D0F; 
}

.navigation a, .navigation span  { 
  display: block;
  padding: 5px 12px 5px 12px;
  text-decoration: none;
  font-family: Arial;
  font-size: 10px;
  color: #E95D0F;
}

.navigation .first {
  padding-left: 0px;
  border: none;
}

.navigation li.first span, .navigation li.first a {
  padding-left: 0px;
}

.navigation li span {
  color: #1359A2;
}


.sitemap {
  position: absolute;
  left: 20px;
  top: 207px;
  float: left;
}

.sitemap a, span {
  text-decoration: none;
  color: #1359A2;
  font-family: verdana;
  font-size: 10px;
}

.roadmap {
  position: absolute;
  left: 280px;
  top: 207px;
  color: #E95D0F;
  font-family: verdana;
  font-size: 10px;
  float: left;
}

.roadmap span {
  color: #1359A2;
}

.content {
height: 100%;
  padding: 0 0 20px 0;
  background: url(../bilder/bg-content.gif) no-repeat;
}

.content p {
  margin-bottom: 10px;
  line-height: 160%;
}

.content p.align-right {
  text-align: right;
}

.content a {
  color: #005AAA;
}

.content ul {
  padding-bottom: 10px;
}
.content li {
  list-style-position: inside;
  list-style-type: disc;
  padding-bottom: 4px;
}

.links {
  width: 238px; /*280-15-27*/
  padding: 30px 27px 0 15px;
  float: left;
}

.links h1 {
  font-size: 11px;
  font-family: Arial;
  text-transform: uppercase;
  color: #005AAA;
  padding: 0 0 5px 5px;
  background: repeat-x url(../bilder/dotted.gif) bottom;
}

.links p {
  font-size: 12px;
  font-family: Trebuchet MS;
  padding: 3px 5px 20px 5px;
  background-color: #EDEDED;
  margin-bottom: 20px;
}

.mitte {
  padding-top: 25px;
  width: 479px;
  float: left;
}


.mitte h1 {
  font-size: 18px;
  font-family: Trebuchet MS;
  color: #005AAA;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background: repeat-x url(../bilder/dotted.gif) bottom;
}

.mitte h2 {
  font-size: 18px;
  font-family: Trebuchet MS;
  color: #005AAA;
  padding: 30px 0 10px 0;
}


.rechts {
  width: 153px; /*195-15-27*/
  padding: 47px 15px 0 27px;
  float: left;
}

.footer {
  width: 954px;
  height: 32px;
  padding: 0 15px 16px 15px;
  margin: 0 auto 0 auto;
  background: url(../bilder/bg-footer.gif) no-repeat;
  position: relative;
}

.subnavigation {
  height: 21px;
  margin: 0 20px 0 20px;
  background: repeat-x url(../bilder/dotted.gif);
}

.subnavigation ul {
  position: absolute;
  left: 295px; /*280+15*/
  top: 10px;
}

.subnavigation li {
  float: left;
  border-left: 1px solid #1359A2; 
}

.subnavigation a, .subnavigation span {  
  display: block;
  padding: 0 12px 0 12px;
  text-decoration: none;
  font-family: Arial;
  font-size: 10px;
  color: #1359A2;
}

.subnavigation .first {
  padding-left: 0px;
  border: none; 
}

.subnavigation li.first span, .subnavigation li.first a {
  padding-left: 0px;
}

/*Print*/
.print {
  padding: 10px 0 0 0;
}

/*IE7*/
*+html div.print {
  padding: 10px 0 0 0;
}

/*Kurzcheck*/
th.frage, td.frage {
  width: 379px;
  padding-right: 30px;
}

th.ja, th.nein {
  vertical-align: top;
  padding-top: 30px; 
}

th.ja, td.ja {
  width: 35px;
  text-align: center;
}

th.nein, td.nein {
  width: 35px;
  text-align: center;
}

form.letzter-button {
  padding: 10px 0 20px 0;
} 


/* Helfer Klassen */
.clearer-left {
  clear: left;
}

.clearer-right {
  clear: right;
}

img.top {
  position: absolute;
  top: 0;
  left: 0;
}

img.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}