
  .menu2 { padding: 2px 2px 2px 7px;
    font-family: Verdana;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize;
    text-align: left;
    font-size: 12px;
    line-height: normal;
    background-color: rgb(255, 227, 210);
    color: rgb(171, 30, 30);
    }

  .menu1 { padding: 2px 2px 2px 7px;
    font-family: Verdana;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize;
    text-align: left;
    font-size: 12px;
    line-height: normal;
    background-color: rgb(245, 216, 199);
    color: rgb(171, 30, 30);
    }

  .tablerahmen { border: 2px outset rgb(171, 30, 30);
    }

  .fusszeile { font-size: 10px;
    font-family: verdana;
    color: rgb(255, 255, 255);
    font-weight: normal;
    font-style: italic;
    text-transform: lowercase;
    text-align: center;
    }
    
a:link {  color: rgb(171, 30, 30);
	text-decoration:underline;}
a:hover {  color: rgb(171, 30, 30);
	text-decoration:underline overline;}
a:active {  color: rgb(171, 30, 30);
	text-decoration:underline overline;}
a:visited {  color: rgb(171, 30, 30);
	text-decoration:underline;}
