 Body {background-color: #ffffcc} 
/* Schriftfarbe */
 Body {color: #000000}
/* Schriftfamilie und Größe */
 Body {font-family: Helvetia, Arial; font-size: 12px}
/* Hyperlink Farbe - Schriftgröße und Schriftfamilie */
 A {color: #0000FF; font-size: 12px; font-family: Helvetia, Arial}
/* A.menulink */
A.menulink {
display: block;
width: 75px; 
text-align: center;
text-decoration: none;
font-family:arial;
font-size:13px;
color: #000000;
border: solid 1px #cc0000;
}
#menutitle 

{

display: block;
width: 75px;
text-align: center;
text-decoration: none;
font-family:arial;
font-size:13px;
color: #ff9966;
background-color:#888888;
border: solid 1px #ffcc00;

}

A.menulink:hover {
border: solid 1px #6600cc;
background-color:#ffffcc;

}

  </style>
/* Javascript */ 
  <script language="JavaScript">
<!-- 
function surfto(form) {
var myindex=form.dest.selectedIndex
window.open(form.dest.options[myindex].value, target="_parent");
}
// -->
  </script>
/* Javascript */ 
<script type="text/javascript"><!--
function PopupFenster() {
F = window.open("Symbole.htm","Popup","width=440,height=545");
}
// -->
  </script>
 