/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
width:158px;height:42px;
FONT-FAMILY: arial;
font-weight:bold;
FONT-SIZE: 14px;
line-height: 2.3em;
TEXT-ALIGN: left;
text-indent: 0.5em;
COLOR: #393939;
background-image: url(../Bilder/Menue/home.jpg);
BACKGROUND-COLOR: #ffffff;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{

COLOR: #cc0000;
BACKGROUND-COLOR: #ffffff;
background-image: url(../Bilder/Menue/home_ro.jpg);
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: block;
width:158px;height:42px;
FONT-FAMILY: arial;
font-weight:bold;
FONT-SIZE: 14px;
line-height: 2.3em;
TEXT-ALIGN: left;
text-indent: 0.5em;
COLOR: #cc0000;
BACKGROUND-COLOR: #ffffff;
background-image: url(../Bilder/Menue/home_ro.jpg);
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 124px;height:27px;


FONT-FAMILY: arial;
FONT-SIZE: 11px;
line-height: 1.8em;
FONT-WEIGHT: normal;
TEXT-ALIGN: left;
text-indent: 0.8em;
COLOR: #666666;
BACKGROUND-COLOR: #FFFFFF;
background-image: url(../Bilder/Menue/submenue.jpg);
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
COLOR: #cc0000;
BACKGROUND-COLOR: #DFDFDF;
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 124px;height:27px;


FONT-FAMILY: arial;
FONT-SIZE: 11px;
line-height: 1.8em;
FONT-WEIGHT: normal;
TEXT-ALIGN: left;
text-indent: 0.8em;
COLOR: #cc0000;
BACKGROUND-COLOR: #FFFFFF;
background-image: url(../Bilder/Menue/submenue.jpg);
}
.Stil1 {
	font-size: 12px;
	color: #B90000;
}
.Stil2 {
	font-size: 14px;
	font-weight: bold;
	color: #B90000;
}
.Stil3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
}
<!--
a:link {
	text-decoration: none;
	color:#B90000
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
-->