* {
  padding: 0px;
  margin: 0px;
}

html {
height: 101%;
}

body {
  color: #666666;
  background: #ccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link, a:visited    { color: #666666;}
a:focus, a:hover, a:active { color: #c6de6c;}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

img {
  border: 0;
}

/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  width: 896px;            /* der Breite des Hintergrundbilds entsprechend */
  height: 450px;
  background: #FFF url(images/back.gif) repeat-y;
  margin: 0px auto;        /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
  border: 2px solid #999;

}

#kopf {
  margin: 0px;
  width: 896px;
  height: 298px;
  background: #FFF;
}

#kopf img {
  border: 0px;
}

content {
  width: 896px;
  background:  url(images/back.gif) repeat-y;
}

/* Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#navigation {
  float: left;
  width: 178px;
  height: 450px;
  background: #c6de6c;
  padding: 0px;
  margin: 0px;
}

#navigation ul {
  padding: 0px;
  margin: 5px 0px 5px 0px;
  list-style: none;
}

#navigation li {
  color: #fff; ;
  font-size: 80%;
  font-weight: bold;
  display: block;
  padding: 4px 0px 4px 30px;
  margin: 0px;
  border-bottom: #fff 1px solid;
}

* html #navigation li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#navigation a {
  text-decoration: none;
  display: block;
}

#navigation a:link, #navigation a:visited {
  color: #666;
}

#navigation a:focus, #navigation a:hover, #navigation a:active {
  color: #fff;
}

#navigation li.small {
  font-size: 70%;
  font-weight: bold;
  border: 0px;
}

#navigation .info {
  margin: 20px 0px;
  padding-left: 30px;
  padding-top: 150px;
  padding-bottom: 10px;
}

#navigation p {
  color: #666;
  font-size: 60%;
  line-height: 110%;
  font-weight: normal;
}

#navigation a.link {
  text-decoration: underline;
  font-size: 80%;
}

#navigation a.link:link, #navigation a.link:visited {
  color: #666;
}

#navigation a.link:focus, #navigation a.link:hover, #navigation a.link:active {
  color: #fff;
}

#navigation img {
  border:0px;
}

.aktiv {
  background: #c6de6c;
  font-weight: bold;
}

/* Unternavigation */

#navigation ul ul {
  margin-left: -30px;
  margin-top: 5px;
}

#navigation ul ul li {
  color: #ffffff;
  font-size: 85%;
  border-bottom: 0px;
}

#navigation ul ul li a {
  text-decoration: none;
  color: #666666;
}

#navigation ul ul li a:link    { color: #666666;}
#navigation ul ul li a:visited { color: #666666;}
#navigation ul ul li a:focus, #navigation ul ul li a:hover, #navigation ul ul li a:active {
  color: #ffffff;
}
#navigation ul ul li:focus, #navigation ul ul li:hover, #navigation ul ul li:active {
  color: #ffffff;
}

#inhalt {
  float: left;
  width: 479px;
  padding: 30px 20px 10px 40px;
  color: #666;
}

H1 {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 90%;
  line-height: 100%;
  margin-bottom: 20px;

}

H2 {
  font-size: 80%;
  line-height: 120%;
  margin-bottom: 5px;
}

H3 {
  font-size: 80%;
  line-height: 120%;
  margin-bottom: 20px;
}

p {
  font-size: 80%;
  line-height: 130%;
  margin-bottom: 10px;
}

#inhalt p.small {
  font-size: 60%;
  line-height: 130%;
  margin-bottom: 10px;
}

.impressum {
  color: #666;
  font-size: 70%;
  line-height: 120%;
  font-weight: normal;
}

.liste {
  font-size: 80%;
  line-height: 130%;
  margin-left: 30px;
}

.tabelle {
  font-size: 80%;
  line-height: 130%;
}

#rechts {
  float: left;
  width: 179px;
  height: 450px;
  background: #c3c4c8;
  margin: 0px;
}

#rechts .info {
  margin: 10px 0px;
  padding-top: 0px;
  padding-left: 8px;
}

#rechts h3 {
  color: #fff;
  font-size: 90%;
  line-height: 110%;
  font-weight: bold;
}

#rechts p {
  color: #fff;
  font-size: 70%;
  line-height: 140%;
  font-weight: normal;
}

#rechts p.copyright {
  color: #fff;
  font-size: 60%;
  line-height: 120%;
  font-weight: normal;
}