table.project {
     border-spacing: 4px;
}
table.project th a:link, table.project th a:visited {
     text-decoration:none;
     color:#ffffff;
}
     
table.project th {
     color:#00527b;
     background-color:#e4e8e8;
     background-repeat:repeat;
     border:1px solid #003333;
     padding:3px;
}

table.project td {
     font-size:small;
     line-height:150%;	
     background-color:#ffffff;
     padding:2px 1em 2px 1em;
     border-top:1px solid #333333;
     border-left:1px solid #333333;
     border-right:1px solid #333333;
     border-bottom:1px solid #333333;
}

table.project ul li {
  margin-left:-15px;
}

table.project  a {
  display: block;
  padding: 0.2em;
  font-weight: normal;
  text-decoration: none;
}
table.project a:link {
  color: #00527b;
}
table.project a:visited {
  color: #00527b;
}
table.project a:hover {
  color: #000000;
  background-color:#c0c0c0;
}
table.project a:active {
  color: #000000; 
}

p#topnavigation { 
  font-size:x-small; 
}

ul#navigation {
  position: fixed;
  font-size: 0.91em;
  float: left; width: 19em;
  margin: 0; padding: 0;
  margin-top: 2em;
}
ul#navigation > li {
  color: #00527b; font-weight: bold;
  background-color:#f4f4f4;
  list-style: none;width: 18em;
  margin: 0.5em; padding: 0.3em;
}
ul#navigation > li > a {
  display: block;
  padding: 0em;
  font-weight: bold;
  text-decoration: none;
}
ul#navigation > li > a:link {
  color: #00527b;
}
ul#navigation > li > a:visited {
  color: #00527b;
}
ul#navigation > li > a:hover {
  background-color:#ffffff;
  text-decoration: underline;
}
ul#navigation > li > a:active {
  color: #000000;
}

p.topnavigation { 
  font-size:x-small; 
}

ul.subnavigation {
  font-size: 0.91em;
  width: 19em;
  margin: 0; 
  padding-left: 1em;
  border: 0
}
ul.subnavigation li {
  list-style: none;
  width: 18em;
  margin: 0; 
  padding: 0;
  border: 0
}
ul.subnavigation a {
  display: block;
  padding: 0.2em;
  font-weight: normal;
  text-decoration: none;
}
ul.subnavigation a:link {
  color: #00527b;
}
ul.subnavigation a:visited {
  color: #00527b;
}
ul.subnavigation a:hover {
  color: #000000;
  background-color:#ffffff;
  text-decoration: underline;
}
ul.subnavigation a:active {
  color: #000000; 
}

p.current { 
  margin: 0;
  padding: 0em;
  color: #000000;
}

div#content {
  margin-left: 19em;
  padding: 0 1em;
  border: 0px;
}
div#content p {
  font-size:1em;
  margin: 1em 0;
}

p#Fusszeile {
  clear: both;
  margin-top: 3em; padding: 0.1em;
  text-align: center;
  border: 1px solid silver;
  text-align:right; 
  font-size:small;
  font-style:italic;
}

