body, p a {
    font: normal 100.01% Helvetica, Arial, sans-serif; font-size:0.8pc;
    color: black; background-color: #ffffff;
  }


a:link { font-weight:bold; color:black; text-decoration:none }
a:visited { font-weight:bold; color:#033; text-decoration:none }
a:hover { font-weight:bold; color:blue; text-decoration:none  }
a:hover b { font-weight:bold; color:maroon; background-color: transparent; text-decoration:none   }
a:active { color: #000; font-weight:bold; text-decoration:none  }
a:focus { font-weight:bold; color:#000; text-decoration:none }

#oben { background-color: blue; background-color: #ffcc66; border-color: #ffcc66}
#menu { font-size: 10pt; border-color: #ffcc66; border-style: none; outline-color: white; }
#hauptrahmen { background-color: #ffcc66; background-color: #ffcc66}

  div#Rahmen {
    width: 750px;
	margin-left:0;
    border: 0px solid black;
    background-color: blue;
    text-align: center
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 750px;
    width: 750px;
    text-align: center;
  }
  

