* {
  color: #333;
  font: 12px Arial, Helvetica, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  background: url(../images/layout/pfeil.gif) no-repeat;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: none;
}

body {
  background: url(../images/layout/page.jpg) top center repeat-y #819597;
  text-align: center;
}

h1 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

img {
  border: none;
}

p {
  line-height: 18px;
  margin-bottom: 15px;
}

strong {
  font-weight: bold;
}



/* - - -    struktur-elemente    - - - */
#page {
  margin: 15px auto;
  width: 980px;
}

#head-top {
  background: url(../images/layout/head_top.jpg) no-repeat;
  font-size: 1px;
  height: 12px;
  line-height: 1px;
}

#head {
  background: url(../images/layout/head_middle.jpg) repeat-y;
  margin: 0;
  text-align: left;
}

#head-left {
  float: left;
  margin-left: 50px;
  width: 155px;
}
html>body #head-left {
  margin-left: 100px;
}

#head-right {
  float: left;
  margin-left: 20px;
  width: 600px;
}

#head-right img {
  margin-top: 40px;
}


#head-bottom {
  background: url(../images/layout/head_bottom.jpg) no-repeat;
  height: 31px;
  text-align: left;
}

#body-top {
  background: url(../images/layout/body_top.jpg) no-repeat;
  font-size: 1px;
  height: 12px;
  line-height: 1px;
  margin-top: 6px;
}

#body {
  background: url(../images/layout/body_middle.jpg) repeat-y;
  margin: 0;
  text-align: left;
}

#body-left {
  float: left;
  margin: 20px 0 0 65px;
  width: 500px;
}
html>body #body-left {
  margin-left: 130px;
}

#body-right {
  float: left;
  margin: 20px 0 0 50px;
  text-align: center;
  width: 200px;
}

#body-right .text {
  margin: 15px 0 0 15px;
  text-align: left;
}

#body-bottom {
  background: url(../images/layout/body_bottom.jpg) no-repeat;
  height: 31px;
}

#bottom-navigation {
  margin-left: 255px;
}

#bottom-navigation ul li {
  color: #fff;
  display: block; 
  float: left;
}

#bottom-navigation ul li a {
  background: none;
  color: #fff;
  margin-right: 6px;
}

#logo {
  background: none;
  margin-left: 40px;
  padding: 0;
}

#navigation {
  margin: 30px 0;
}

#navigation li {
  border-bottom: 1px dotted #fff;
  list-style-type: none;
  margin-left: 18px;
  padding: 3px 0;
}

#navigation li.first {
  border-top: 1px dotted #fff;
}

#navigation li a {
  background: url(../images/layout/nav_inactive.jpg) 0 2px no-repeat;
  color: #fff;
}

#navigation li a:hover,
#navigation li.active a {
  background: url(../images/layout/nav_active.jpg) 0 2px no-repeat;
}

#navigation li.pdf {
  border: none;
  height: 26px;
  margin-left: 5px;
}

#navigation li.pdf a {
  background: url(../images/layout/pdf.gif) 0 2px no-repeat;
  display: block;
  height: 26px;
  line-height: 32px;
  padding-left: 30px;
}

#print {
  background: url(../images/layout/print.gif) no-repeat;
  color: #fff;
  margin-left: 108px;
  padding-left: 20px;
}

#breadcrumb {
  margin-left: 290px;
}

#breadcrumb li {
  list-style-type: none;
}

#breadcrumb li a {
  background: url(../images/layout/link.gif) 0 1px no-repeat;
  padding-left: 15px;
  margin-right: 10px;
}



/* - - -    allg. klassen    - - - */
.antifloat {
  clear: left;
  float: none;
  font-size: 1px;
  height: 1px;
  line-height: 1px;
}

.download {
  background: #fff;
  float: left;
  margin: 0 20px 15px 0;
  text-align: center;
  width: 173px;
}

.download-top {
  background: url(../images/layout/download_top.jpg) no-repeat;
  height: 16px;
  width: 173px;
}

.download-bottom {
  background: url(../images/layout/download_bottom.jpg) no-repeat;
  height: 34px;
  text-align: left;
  width: 173px;
}

.download-bottom img {
  margin: 0 10px 0 5px;
}

.partner {
  background: #fff;
  margin: 0 auto;
  text-align: center;
  width: 173px;
}

.partner-top {
  background: url(../images/layout/partner_top.jpg) no-repeat;
  font-weight: bold;
  height: 27px;
  padding-top: 12px;
  width: 173px;
}

.partner-bottom {
  background: url(../images/layout/partner_bottom.jpg) no-repeat;
  height: 25px;
  padding-top: 8px;
  width: 173px;
}

.partner-bottom img {
  margin: 0 10px 0 5px;
}

.teaser {
  margin-top: 10px;
}

.teaser a {
  background: none;
  padding: 0;
}


dl {
  float: left;
  margin: 15px 15px 0 0;
  width: 230px;
}

dl dt {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
}

dl dd {
  line-height: 18px;
}
  


/* - - -    formulare    - - - */
input, textarea {
  border: 1px solid #6B6C6E;
}

form .col {
  float: left;
  width: 450px;
}

form .varchar,
form .textbox,
form .file,
form .checkbox,
form .submit {
  
  clear: both;
  float: none;
  margin: 3px 0;
}

form .checkbox {
  margin: 5px 0;
}

form .submit {
  margin-left: 180px;
}

form .label {
  clear: left;
  display: block;
  float: left;
  padding-top: 3px;
  width: 180px;
  margin: 3px 0;
}

form .input {
  display: block;
  float: left;
  margin: 3px 0;
}

form .checkbox .input {
  display: block;
  float: left;
  margin-left: 60px;
}
html>body form .checkbox .input {
  margin-left: 180px;
}

form .checkbox .label {
  clear: none;
}


.error { color: #d00; font-weight: bold; }
.success {color: #090; font-weight: bold; }

.fifty {
  width: 135px;
}
.seventyfive {
  width: 203px;
}
.twentyfive {
  width: 67px;
}
.full {
  width: 275px;
}
input.submit {
  background: url(../images/layout/button.jpg) no-repeat;
  border: none;
  margin-top: 30px;
  width: 75px;
}

.zeile {
  width: 300px;
}

.checkbox {
  border: none;
}

div.hr {
  border-bottom: 1px dotted #333;
  margin: 10px 0;
  width: 500px;
}
hr {
  visibility: hidden;
}

