/*************HEADLINE*************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.headline
{
	TEXT-DECORATION: none;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	height: 1em;
}

/*************FIRST_LEVEL*************************/
/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a
{
	TEXT-DECORATION: none;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	margin: 0 10px 10px 18px;
	height: 28px;
	display: block;
}
/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
	TEXT-DECORATION: none;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	margin: 0 10px 10px 18px;
	height: 28px;
	display: block;
}
/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
	TEXT-DECORATION: none;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	COLOR: #b91428;
	font-weight: normal;
	font-size: 15px;
	margin: 0 10px 10px 18px;
	height: 28px;
	display: block;
}

a.but01Home {
	background: url(/img/standards/buttonHome_off.gif) no-repeat left;
	height: 60px !important;
	margin: 20px 0 0 0 !important;
	color: #000000 !important;
	padding: 0 !important;
}

a:hover.but01Home {
	background: url(/img/standards/buttonHome_on.gif) no-repeat left;
}

a.but02TD {
	background: url(/img/standards/buttonInfo_b_off.gif) no-repeat left;
}

a:hover.but02TD {
	background: url(/img/standards/buttonInfo_b_on.gif) no-repeat left;
}

a.but03Gewinn {
	background: url(/img/standards/buttonKing_b_off.gif) no-repeat left;
}

a:hover.but03Gewinn {
	background: url(/img/standards/buttonKing_b_on.gif) no-repeat left;
}

a.but04Gallery {
	background: url(/img/standards/buttonGallery_b_off.gif) no-repeat left;
}

a:hover.but04Gallery {
	background: url(/img/standards/buttonGallery_b_on.gif) no-repeat left;
}

a.but05Ref {
	background: url(/img/standards/buttonPlus_b_off.gif) no-repeat left;
}

a:hover.but05Ref {
	background: url(/img/standards/buttonPlus_b_on.gif) no-repeat left;
}

a.but06Download {
	background: url(/img/standards/buttonMouse_b_off.gif) no-repeat left;
}

a:hover.but06Download {
	background: url(/img/standards/buttonMouse_b_on.gif) no-repeat left;
}

a.but07Kontakt {
	background: url(/img/standards/buttonContact_b_off.gif) no-repeat left;
}

a:hover.but07Kontakt {
	background: url(/img/standards/buttonContact_b_on.gif) no-repeat left;
}

a.but02TD, a:hover.but02TD, 
a.but03Gewinn, a:hover.but03Gewinn,
a.but04Gallery, a:hover.but04Gallery,
a.but05Ref, a:hover.but05Ref, 
a.but06Download, a:hover.but06Download,
a.but07Kontakt, a:hover.but07Kontakt {
	padding: 7px 0 0 45px;
}

/*************SECOND_LEVEL*************************/
/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 160px;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 85%;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	color: #000000;
	background-image: url(../images/navi/sbutt_off.gif);
	min-height: 1.5em;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 40px;
	/*text-indent: 40px;*/
	margin-top: 1px;
}
/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 160px;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 85%;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	color: #000000;
	background-image: url(../images/navi/sbutt_over.gif);
	min-height: 1.5em;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-left: 40px;
	/*text-indent: 40px;*/
	background-color: #EBEBEB;
	margin-top: 1px;
}
/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 160px;
	FONT-FAMILY: "Trebuchet MS", Tahoma, Lucida, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 85%;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
	COLOR: #000000;
	background-image: url(../images/navi/sbutt_acti.gif);
	min-height: 1.5em;
	padding-top: 1px;
	background-repeat: no-repeat;
	padding-left: 40px;
	/*text-indent: 40px;*/
	background-color: #EBEBEB;
	margin-top: 1px;
}
