* {
  padding: 0;
  margin: 0;
}

body {
  color: #000;
  background: #FFF;
  font-family: Verdana,Arial,Helvecitca,sans-serif;
  font-size: 100.01%;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

img {
  border: 0;
}

/* Links
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

a { text-decoration: none;}

a:link    { color: #3366FF;}
a:visited { color: #3366FF;}
a:focus, a:hover, a:active { color: #3366FF;}

/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.links {
  float: left;
  margin-right: 5px;
}

.rechts {
  float: right;
  margin-left: 5px;
}

strong {
  font-weight: bold
}

.name {
 color: #3366FF;
 font-weight: bold;
}

.pdf {
  background/**/: url(bilder/icon-pdf.gif) right 0.05em no-repeat;
 padding-right: 15px;
}

.html {
  background/**/: url(bilder/pfeil-externer_link.gif) right 0.3em no-repeat;
  padding-right: 15px;
 }

.ohne_num {
  list-style: none;
  margin-left: -20px;
}

.nach-oben {
  margin-top: 35px;
  font-size: 70%;
  line-height: 1.2em;
}

/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #FFF;
  width: 781px;            /* der Breite des Hintergrundbilds entsprechend */
  border-right: 1px solid #3366FF;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 781px;    /* fuer IE 5 und 5.5 */
  wid\th: 779px;   /* fuer IE 6 */
}

#kopf {
  width: 780px;
  background: #FFF url(bilder/back-navigation.gif);
  height: 188px;
}

#kontakt {
  width: 179px;
  float: left;
  padding: 10px 10px 40px 10px;
  /*margin-right: 10px;*/
  color: #3366FF;
  background: #CCD9FF;
  font-size: 80%;
}

* html #kontakt {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 199px;    /* fuer IE 5 und 5.5 */
  wid\th: 179px;   /* fuer IE 6 */
}

#logo {
  width: 580px;
  float: left;
  background: #FFF;
}

#logo H1 {
  float: left;
  font-size: 80%;
  color: #3366FF;
  font-weight: bold;
  padding-left: 10px;
}

#linkzeile {
  float: right;
  margin-top: 80px;
  margin-right: 5px;
}

#linkzeile p {
  font-size: 70%;
  line-height: 140%;
  margin-bottom: 0;
}

/* Inhaltsbereich
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content {
  width: 780px;
  background: #fff url(bilder/back-navigation.gif);
}

/* Menue
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  width: 179px;
  float: left;
  padding: 20px 10px;
  background: #CCD9FF;
  color: #FFF;
  font-size: 80%;
  line-height: 2.5em;
  font-weight: bold;
}

* html #menue {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 199px;    /* fuer IE 5 und 5.5 */
  wid\th: 179px;   /* fuer IE 6 */
}

#menue ul {
  list-style: none;
}

#menue a:link, #menue a:visited  { color: #3366FF;}
#menue a:focus, #menue a:hover, #menue a:active { color: #FFF;}

.untermenue {
  margin-left: 15px;
}

/* Inhalt
/* * * ** * * * * * * * * * * * * * * * * * * * * * */

#inhalt {
  width: 355px;
  float: left;
  padding: 25px 15px 0px 10px;
}

* html #inhalt {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 380px;    /* fuer IE 5 und 5.5 */
  wid\th: 355px;   /* fuer IE 6 */
}

h1 {
  font-size: 100%;
  line-height: 1.4em;
  margin-bottom: 10px;
}

h2 {
  font-size: 80%;
  line-height: 1.4em;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #000;
}

h3 {
  font-size: 80%;
  line-height: 1.4em;
  margin: 20px 0 0 0;
}

p {
  font-size: 80%;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#inhalt li, #inhalt_2spalten li, #rechts li {
  font-size: 80%;
  line-height: 1.6em;
  margin-left: 20px;
  padding-bottom: 5px;
}

/* inhalt_2spalten
/* * * ** * * * * * * * * * * * * * * * * * * * * * */
#inhalt_2spalten {
  width: 560px;
  float: left;
  padding: 25px 10px 0px 10px;
}

* html #inhalt_2spalten {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 580px;    /* fuer IE 5 und 5.5 */
  wid\th: 560px;   /* fuer IE 6 */
}

/* rechte Spalte
/* * * ** * * * * * * * * * * * * * * * * * * * * * */

#rechts {
  width: 190px;
  float: left;
  padding: 25px 0px 25px 0px;
  text-align: right;
}

* html #rechts {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 200px;    /* fuer IE 5 und 5.5 */
  wid\th: 190px;   /* fuer IE 6 */
}

#rechts img {
  border: 1px solid #3366FF;
}

.infokasten {     /* mit Hintergrundfarbe und Rahmen */
  width: 180px;
  border: 1px solid #3366FF;
  background: #CCD9FF;
  margin: 25px 0px;
  padding: 5px;
  text-align: left;
}

* html #infokasten {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 191px;    /* fuer IE 5 und 5.5 */
  wid\th: 180px;   /* fuer IE 6 */
}

.info {       /* ohne Hintergrundfarbe und Rahmen */
  width: 180px;
  background: #FFF;
  margin: 25px 0px;
  padding: 5px;
  text-align: left;
}

* html #info {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 191px;    /* fuer IE 5 und 5.5 */
  wid\th: 180px;   /* fuer IE 6 */
}