@charset "utf-8";
/* CSS Document */
/*NAVIGATION*/   
   
#navcontainer {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:300px;
}
ul#navlist {
	margin:0px;
	padding:0px;
	white-space:nowrap;
}

#navlist li {
	display: block;
	list-style-type: none;
	float: left;
}
/*NAVIGATION NUMMER 1 Unternehmen */   

 #navlist .one a {
	padding:0px;
	display:block;
}
#navlist .one a:link, #navlist .one a:visited {
	background-image:url(../teile/nav/1_1.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist .one a:hover {
	background-image:url(../teile/nav/1_2.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist #currentpageone a {
	background-image:url(../teile/nav/1_1.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}

ul#navlist ul li#pageOneHighlight a {
	color:#ffffff;
	font-weight:bold;
}

/*NAVIGATION NUMMER 2 Leistung */   

 #navlist .two a {
	padding:0px;
	display:block;
}
#navlist .two a:link, #navlist .two a:visited {
	background-image: url(../teile/nav/2_1.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist .two a:hover {
	background-image:url(../teile/nav/2_2.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist #currentpagetwo a {
	background-image:url(../teile/nav/2_1.png);
	background-position: top left;
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}

ul#navlist ul li#pageTwoHighlight a {
	color:#ffffff;
	font-weight:bold;
}

/*NAVIGATION NUMMER 3 Referenzen */   

 #navlist .three a {
	padding: 0px;
	display: block;
}
#navlist .three a:link, #navlist .three a:visited {
	background-image:url(../teile/nav/3_1.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist .three a:hover {
	background-image:url(../teile/nav/3_2.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist #currentpagethree a {
	background-image:url(../teile/nav/3_1.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}

ul#navlist ul li#pageThreeHighlight a {
	color:#ffffff;
	font-weight:bold;
}
/*NAVIGATION NUMMER 4 Jobs */   

 #navlist .four a {
	padding: 0px;
	display: block;
}
#navlist .four a:link, #navlist .four a:visited {
	background-image:url(../teile/nav/4_1.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist .four a:hover {
	background-image:url(../teile/nav/4_2.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
#navlist #currentpagefour a {
	background-image:url(../teile/nav/4_1.png);
	background-repeat:no-repeat;
	width:60px;
	height:60px;
}
