﻿/* Formatierung Menü 6 */

.menue6 a:link, .menue6 a:active, .menue6 a:visited
{
display: block;
width: 228px;
text-align: left;
line-height: 16px;
font-family: Arial;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #006343;
margin: 1px;
background-color: #fff;
border-bottom: 0px solid #006343;
}

.menue6 a:hover
{
display: block;
width: 228px;
text-align: left;
line-height: 16px;
font-family: Arial;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #c1004c;
margin: 1px;
background-color: #fff;
border-bottom: 0px solid #006343;
}
/* Ende Menü 6 */
