body {
  padding-left:10px;
  padding-right:10px;
  margin-left:5px;
  margin-right:5px;
}
td.ueberschriftl {
  border-bottom-color: red;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-color: white;
  border-top-width: 10px;
  border-top-style: solid;
  color: white;
  background-color: red;
  font-weight: bold;
  font-size: 14pt;
}
td.ueberschriftr {
  height: 42px;
  border-bottom-color: red;
  border-bottom-width:1px;
  border-bottom-style:solid;
  background-image: url(../grafik/bodenseekreis40.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

td.menue {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11pt;
        border-top-style:solid;
        border-top-color:red;
        border-top-width:1px;
        border-bottom-style:solid;
        border-bottom-color:red;
        border-bottom-width:1px;
        background-color:#FFFFFF;
        color: blue;
        padding-top:2px;
        padding-bottom:2px;
        padding-left:5px;
        padding-right:5px;
        margin-left:5px;
        margin-right:5px;
}
a.menue:link {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color:blue;
        text-decoration:none;
        font-size:11pt;
        background-color:white;
}
a.menue:visited {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color:blue;
        text-decoration:none;
        font-size:11pt;
        background-color:white;
}
a.menue:active {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color:white;
        font-weight:bold;
        text-decoration:none;
        font-size:11pt;
        background-color:red;
}
a.menue:hover {
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        color:white;
        text-decoration:none;
        font-weight:bold;
        font-size:11pt;
        background-color:blue;
}
