/************************************************
*************FIRST_LEVEL*************************
************************************************/
	/*Style-Definition für die First-Level-Navigation*/
DIV.fstLevel a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 120;
	BORDER: 1px solid #000000;
	background-image: url(../pics/menue2/header.jpg);
	PADDING: 3px;
	MARGIN: 1Px;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	COLOR: #ffffff;
	/*BACKGROUND-COLOR: #3366ff;*/
}

/*Style-Definition für die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover {
	COLOR: #3366ff;
	BACKGROUND-COLOR: #FFFFFF;
}

/*Style-Definition für die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/home.jpg) top left no-repeat;
}

/*-------------HOME-------------------------*/
DIV.index a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/home.jpg) top left no-repeat;
}

DIV.index a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/home_activ.jpg) top left no-repeat;
}

DIV.index span {
	display: none;
}

DIV.indexActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/home_activ.jpg) top left no-repeat;
}

DIV.indexActive span {
	display: none;
}

/*---------------Ueberuns----------------*/
DIV.ueberuns a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/ueberuns.jpg) top left no-repeat;
}

DIV.ueberuns a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/ueberuns_activ.jpg) top left
		no-repeat;
}

DIV.ueberuns span {
	display: none;
}

DIV.ueberunsActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/ueberuns_activ.jpg) top left
		no-repeat;
}

DIV.ueberunsActive span {
	display: none;
}

/*---------------Leistungen----------------*/
DIV.leistungen a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/leistungen.jpg) top left no-repeat;
}

DIV.leistungen a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/leistungen_activ.jpg) top left
		no-repeat;
}

DIV.leistungen span {
	display: none;
}

DIV.leistungenActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/leistungen_activ.jpg) top left
		no-repeat;
}

DIV.leistungenActive span {
	display: none;
}

/*---------------Team----------------*/
DIV.team a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/teamkontakt.jpg) top left no-repeat
		;
}

DIV.team a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/teamkontakt_activ.jpg) top left
		no-repeat;
}

DIV.team span {
	display: none;
}

DIV.teamActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/teamkontakt_activ.jpg) top left
		no-repeat;
}

DIV.teamActive span {
	display: none;
}

/*---------------Impressum----------------*/
DIV.impressum a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/impressum.jpg) top left no-repeat;
}

DIV.impressum a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/impressum_activ.jpg) top left
		no-repeat;
}

DIV.impressum span {
	display: none;
}

DIV.impressumActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 25px;
	background: url(../pics/menue2/items/impressum_activ.jpg) top left
		no-repeat;
}

DIV.impressumActive span {
	display: none;
}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
	/*Style-Definition für die Second-Level-Navigation*/
DIV.secLevel a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 120;
	BORDER: 1px solid #3366ff;
	PADDING: 3px;
	MARGIN: 1Px;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: right;
	COLOR: #ffffff;
	BACKGROUND-COLOR: #688EE8;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.secLevel a:hover {
	COLOR: #3366ff;
	BACKGROUND-COLOR: #FFFFFF;
}

/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.secLevelActive a {
	TEXT-DECORATION: none;
	DISPLAY: block;
	WIDTH: 120;
	BORDER: 1px solid #FF0000;
	PADDING: 3px;
	MARGIN: 1Px;
	FONT-FAMILY: verdana, arial, helvetica;
	FONT-SIZE: 10px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: right;
	COLOR: #000000;
	BACKGROUND-COLOR: #FFFFFF;
}

/*-----------------------------LANDVERKEHRE--------------*/
DIV.landverkehre a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 20px;
	background: url(../pics/menue2/items/landverkehre.jpg) top left
		no-repeat;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.landverkehre a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 20px;
	background: url(../pics/menue2/items/landverkehre_activ.jpg) top left
		no-repeat;
}

DIV.landverkehre span {
	display: none;
}

/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.landverkehreActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 20px;
	background: url(../pics/menue2/items/landverkehre_activ.jpg) top left
		no-repeat;
}

DIV.landverkehreActive span {
	display: none;
}

/*-----------------------------ÜBERSEEVERKEHRE--------------*/
DIV.ueberseeverkehre a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 20px;
	background: url(../pics/menue2/items/ueberseeverkehre.jpg) top left
		no-repeat;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.ueberseeverkehre a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 20px;
	background: url(../pics/menue2/items/ueberseeverkehre_activ.jpg) top
		left no-repeat;
}

DIV.ueberseeverkehre span {
	display: none;
}

/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.ueberseeverkehreActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 20px;
	background: url(../pics/menue2/items/ueberseeverkehre_activ.jpg) top
		left no-repeat;
}

DIV.ueberseeverkehreActive span {
	display: none;
}

/*-----------------------------PROJEKT UND SCHWERTRANSPORTE--------------*/
DIV.projekt_und_schwertransporte a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 50px;
	background: url(../pics/menue2/items/projekt.jpg) top left no-repeat;
}

/*Style-Definition für die Second-Level-Navigation bei Mouse-Over*/
DIV.projekt_und_schwertransporte a:hover {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 50px;
	background: url(../pics/menue2/items/projekt_activ.jpg) top left
		no-repeat;
}

DIV.projekt_und_schwertransporte span {
	display: none;
}

/*Style-Definition für die Second-Level-Navigation bei aktivem Link*/
DIV.projekt_und_schwertransporteActive a {
	display: block;
	margin: 0;
	padding: 0;
	width: 210px;
	height: 50px;
	background: url(../pics/menue2/items/projekt_activ.jpg) top left
		no-repeat;
}

DIV.projekt_und_schwertransporteActive span {
	display: none;
}
