/*css-Datei zur Einstellung der Seite menu */
/*by Jan-Christian Wienandt / www.wienandt.de */
/*Optimiert für eine Darstellungsauflösung von 800 x600 bis 1280 x 1024*/
/*Erstellt 06.06*/

/*-------------------Festlegung Menueigenschaften-------------------*/

<style type="text/css">
<!--

/*----------------------Festlegung Menugerüst-----------------------*/

.menuecontainer {
width: 115.5pt;
margin: 2px 0 2px 0px;
background-color:transparent
}

/*-----------------------Festlegung Menutitel-----------------------*/

.menuetitel {
margin: 0;
font-family: verdana;
font-size: 9pt;
font-weight: bold;
text-align: center;
color: #000080;
background-color: #FFBF00;

}

/*--------------------Festlegung Menudarstellung--------------------*/

/*Darstellung nicht besuchter Link*/

A.menue:link {
color: #000080;
background-color: #ffffcc;
text-decoration: none;
}

/*Darstellung besuchter Links*/

a.menue:visited {
color: #000080;
background-color: #ffffcc;
text-decoration: underline;
}

/*Darstellung angeklickter Link*/

a.menue:active {
color: #000080;
background-color: #ffffcc;
}

/*Darstellung des Links bei Berührung mit Maus*/

a.menue:hover {
color: #000080;
background-color: #FFBE00;/
}

/*Darstellung des Auswahlmenüs*/

a.menue {
display: block;
font-family: verdana;
font-size: 8pt;
font-weight: normal;
padding: 3px 3px 3px 3px;
text-align: left  ;
text-decoration: none;
}
-->
</style>
