body {
	background-image: url(../images/navi/navi_hg_02.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*Srollbareigenschaften*/
	scrollbar-base-color: #3366cc;
	scrollbar-face-color: #3366cc; /*Scrollbar-Vordergrund in Dunkelblau*/
	scrollbar-highlight-color: #3366cc;
	scrollbar-shadow-color: #3366cc;  /*Aussen-Umrandung der Scrollbar in Dunkelblau*/
	scrollbar-3dlight-color: #ffffff; /*Innen-Umrandung der Scrollbar in Weiss*/
	scrollbar-arrow-color:  #ffffff; /*Richtungspfeile in Weiss*/
	scrollbar-track-color: #CCCCCC; /*Scrollbar-Hintergrund in Hellblau*/
}

/*************HEADLINE*************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.headline
{
	TEXT-DECORATION: none;
	WIDTH: 130;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center;
	COLOR: #FFFFFF;
	height: 25px;
	background-image: url(../images/navi/butt_head.gif);
	margin-top: 5px;
	display: block;
	background-repeat: no-repeat;
	padding-top: 3px;

}

/*************FIRST_LEVEL*************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
	TEXT-DECORATION: none;
	WIDTH: 130;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	COLOR: #FFFFFF;
	height: 25px;
	background-image: url(../images/navi/butt_off.gif);
	margin-top: 5px;
	display: block;
	background-repeat: no-repeat;
	padding-top: 3px;
	text-indent: 9px;

}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
	color: #000000;
	background-image: url(../images/navi/butt_over.gif);
	background-repeat: no-repeat;
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 130;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	COLOR: #000000;
	background-image: url(../images/navi/butt_acti.gif);
	height: 25px;
	margin-top: 5px;
	background-repeat: no-repeat;
	padding-top: 3px;
	text-indent: 9px;
}

/*************SECOND_LEVEL*************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 130;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	color: #FFFFFF;
	background-image: url(../images/navi/sbutt_off.gif);
	margin-top: 0px;
	height: 25px;
	background-repeat: no-repeat;
	padding-top: 5px;
	text-indent: 22px;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
	COLOR: #000000;
	background-image: url(../images/navi/sbutt_over.gif);
	background-repeat: no-repeat;
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 130;
	margin-top: 0px;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	COLOR: #000000;
	background-image: url(../images/navi/sbutt_acti.gif);
	height: 25px;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-indent: 22px;
}