/* 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: 43px;
	height: 17px;
}
	
#home:hover, #home:active, #home:focus, #home_active {
	background-image: url(img/nav_home1.gif);
	width: 43px;
	height: 17px;
}

#products {
	background-image: url(img/nav_prod.gif);
	width: 64px;
	height: 17px;
}
	
#products:hover, #products:active, #products:focus, #products_active {
	background-image: url(img/nav_prod1.gif);
	width: 64px;
	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;
}

#references {
	background-image: url(img/nav_refe.gif);
	width: 75px;
	height: 17px;
}
	
#references:hover, #references:active, #references:focus, #references_active {
	background-image: url(img/nav_refe1.gif);
	width: 75px;
	height: 17px;
}

#about {
	background-image: url(img/nav_abou.gif);
	width: 63px;
	height: 17px;
}
	
#about:hover, #about:active, #about:focus, #about_active {
	background-image: url(img/nav_abou1.gif);
	width: 63px;
	height: 17px;
}

#download {
	background-image: url(img/nav_down.gif);
	width: 69px;
	height: 17px;
}
	
#download:hover, #download:active, #download:focus, #download_active {
	background-image: url(img/nav_down1.gif);
	width: 69px;
	height: 17px;
}

#contact {
	background-image: url(img/nav_cont.gif);
	width: 55px;
	height: 17px;
}
	
#contact:hover, #contact:active, #contact:focus, #contact_active {
	background-image: url(img/nav_cont1.gif);
	width: 55px;
	height: 17px;
}
