﻿/*NAVIGATIONSMENUE*/
/* Copyright by WINGnovators */
/*WINGNOVATORS urheberrechtlich geschützt!*/
/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition fuer die First-Level-Navigation*/
DIV.fstLevel a
{
	text-decoration: none;
	display: block;
	width: 154px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-grey-a.png) no-repeat top left;
	font: normal 13px arial;
	z-index: 10;
	position: relative;
	border-bottom: 7px solid #f7fff7;
}
/*Style-Definition fuer die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
	font-style: italic;
	color: #44832f;
}
/*Style-Definition fuer die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
	text-decoration: none;
	display: block;
	width: 154px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-blue-a.png) no-repeat top left;
	font: bold 13px arial;
	z-index: 10;
	position: relative;
	border-bottom: 7px solid #f7fff7;
}
DIV.fstLevelActive a:hover
{
	color: #e7bb86;
	font-style: italic;
}
/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition fuer die Second-Level-Navigationwinngnovators*/
DIV.secLevel a
{
	text-decoration: none;
	display: block;
	left: 10px;
	width: 144px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-grey-b.png) no-repeat top left;
	font: normal 13px arial;
	z-index: 10;
	position: relative;
	border-bottom: 7px solid #f7fff7;}
/*Style-Definition fuer die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover
{
	font-style: italic;
	color: #44832f;
}
/*Style-Definition fuer die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a
{
	text-decoration: none;
	display: block;
	left: 10px;
	width: 144px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-blue-b.png) no-repeat top left;
	font: bold 13px arial;
	z-index: 10;
	position: relative;
	border-bottom: 7px solid #f7fff7;
}
DIV.secLevelActive a:hover
{
	font-style: italic;
	color: #e7bb86;
}



/************************************************
*************THIRD_LEVEL*************************
************************************************/
/*Style-Definition fuer die Third-Level-Navigationwinngnovators*/
DIV.thirdLevel a
{
	text-decoration: none;
	display: block;
	left: 20px;
	width: 134px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-grey-c.png) no-repeat top left;
	font: normal 13px arial;
	z-index: 10;
	position: relative;
	border-bottom: 7px solid #f7fff7;}
/*Style-Definition fuer die Third-Level-Navigation bei Mouse-Over*/
DIV.thirdLevel a:hover
{
	font-style: italic;
	color: #44832f;
}
/*Style-Definition fuer die Third-Level-Navigation bei aktivem Link*/
DIV.thirdLevelActive a
{
	text-decoration: none;
	display: block;
	left: 20px;
	width: 134px;
	height: 24px;
	text-align: left;
	padding-left: 5px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-blue-c.png) no-repeat top left;
	font: bold 13px arial;
	z-index: 10;
	position: relative;
	border-bottom: 7px solid #f7fff7;
}
DIV.thirdLevelActive a:hover
{
	font-style: italic;
	color: #e7bb86;
}







/************************************************
*************Untermenue*************************
************************************************/
/*Style-Definition fuer Untermenuevators*/
DIV.second_navigation
{
	width: 585px;
	height: 24px;
	background: url(../images/2nd_navigation.png) no-repeat top left;
}


SPAN.fstLevel2 a
{
	text-decoration: none;
	width: 110px;
	height: 24px;
	text-align: center;
	padding-left: 25px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-grey.png) no-repeat top left;
	font: normal 13px arial;
}

SPAN.fstLevel2 a:hover
{
	font-style: italic;
	color: #44832f;
}
SPAN.fstLevelActive2 a
{
	text-decoration: none;
	width: 154px;
	height: 24px;
	text-align: center;
	padding-left: 25px;
	padding-top: 3px;
	color: #012e01;
	background: url(../images/button-blue.png) no-repeat top left;
	font: bold 13px arial;
}
SPAN.fstLevelActive2 a:hover
{
	color: #44832f;
	font-style: italic;
}



