/* CSS ASAS Systemtechnik GmbH */
/* last edited 09/06/18 18:00 v1.0 by DRE */

BODY { 
	margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px;
}
/* Links */

a:link    { text-decoration:none;color:#0167C4}
a:visited { text-decoration:none;color:#0167C4}
a:hover   { text-decoration:none; color:#FF6600}
a:active  { text-decoration:none;color:#0167C4}
 
/* Navigation */
#menu {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	padding: 0;
}

#menu a {
	display: block;
	text-decoration: none;
}

.invisible {
	visibility: hidden;
}

#home {
	background-image: url(img/nav_home.gif);
	width: 44px;
	height: 17px;
}
	
#home:hover, #home:active, #home:focus, #home_active {
	background-image: url(img/nav_home1.gif);
	width: 44px;
	height: 17px;
}

#produkte {
	background-image: url(img/nav_prod.gif);
	width: 65px;
	height: 17px;
}
	
#produkte:hover, #produkte:active, #produkte:focus, #produkte_active {
	background-image: url(img/nav_prod1.gif);
	width: 65px;
	height: 17px;
}

#news {
	background-image: url(img/nav_news.gif);
	width: 42px;
	height: 17px;
}
	
#news:hover, #news:active, #news:focus, #news_active {
	background-image: url(img/nav_news1.gif);
	width: 42px;
	height: 17px;
}

#referenzen {
	background-image: url(img/nav_refe.gif);
	width: 77px;
	height: 17px;
}
	
#referenzen:hover, #referenzen:active, #referenzen:focus, #referenzen_active {
	background-image: url(img/nav_refe1.gif);
	width: 77px;
	height: 17px;
}

#about {
	background-image: url(img/nav_uebe.gif);
	width: 63px;
	height: 17px;
}
	
#about:hover, #about:active, #about:focus, #about_active {
	background-image: url(img/nav_uebe1.gif);
	width: 63px;
	height: 17px;
}

#download {
	background-image: url(img/nav_down.gif);
	width: 70px;
	height: 17px;
}
	
#download:hover, #download:active, #download:focus, #download_active {
	background-image: url(img/nav_down1.gif);
	width: 70px;
	height: 17px;
}

#kontakt {
	background-image: url(img/nav_kont.gif);
	width: 57px;
	height: 17px;
}
	
#kontakt:hover, #kontakt:active, #kontakt:focus, #kontakt_active {
	background-image: url(img/nav_kont1.gif);
	width: 57px;
	height: 17px;
}
