html  { height: 100% }

body { 
  height: 100%;
  color: black;
  padding: 0;
  margin: 0;
  font-family: Arial,Geneva,Sans-Serif; 
  font-size: 12px;
  background-color: rgb(213,213,213);
}

#body { 
  margin: 0 auto;
  width: 818px;
  height: 100%;
  padding-left: 22px;
  border-left: 1px solid rgb(0,142,143);
  border-right: 1px solid rgb(0,142,143);
}

#logo {
  margin-top: 26px;
  margin-bottom: 14px;
}

#kopfstreifen { 
  margin-top: 6px;
  margin-bottom: 0; 
}

a:link     { color: rgb(0,142,143); }
a:visited { color: gray; }
a:hover  { color: rgb(255,39,0); }
a:active  { color: rgb(0,142,143); }

#content { 
  width: 796px;
  margin-bottom: 2px;
  overflow: auto;
  line-height: 140%;
}

#selfnaviblock {
  padding-top: 1px;
  font-size: 9px;
  letter-spacing: 1px;
  line-height: 100%;
  float: left;
  width: 120px; /* muss zusammen 133px ergeben */
  margin-right: 13px;
} /* wird auch leer als Platzhalter verwendet */

#normblock {
  width: 397px;
  float: left;
}

h1, h2   { font-size: 100%; }
h1         { margin-top: 0; }
img       { border: 0; }
.blocklink, .emptycell {
  display: block;
  float: left;
  background-color: white;
  color: black;
  text-decoration: none;
  width: 121px;
  padding-left: 10px;
  padding-top: 6px;
  height: 16px;
  font-size: 9px;
  letter-spacing: 1px;
  margin-right:  2px;
  margin-bottom: 2px;
}
.emptycell { background-color: rgb(233,233,233); }

#curmaindir  { 
  color: white;
  background-color: rgb(255,39,0);
  font-weight: bold;
}

a.blocklink:link, a.blocklink:visited {color:black}
a.blocklink:hover, a#curmaindir:hover { background-color: #f0f0f0; color: black; }
a.blocklink:active {color:black}
#lastcell {
  width:377px;
  padding-right: 10px;
  padding-top:2px;
  height:20px;
}

#suchfeld {
  width: 90px;
  height:13px;
  font-size: 9px;
  border-bottom: 1px solid rgb(222,222,222);
  border-top: 1px solid gray;
  border-right: 1px solid rgb(222,222,222);
  border-left: 1px solid gray;
  float:left;
  padding:1px;
}
#suchschrift { float:left; margin-right: 3px; margin-top: 3px; }
#suchbutton { float:left; margin-right: 6px; margin-top: 2px; }

form         { margin: 0px; }
.suchwort { color: rgb(255,39,0) }
.trenner    { color: rgb(255,39,0) }

/* .blocklink" siehe in "Root-Navigation" */
