/* Gablonzer Industrie 
	(c) 2009 Online-Info Service GmbH info@online-service.de
	
	[ navigation.css - Navigation ] */


#nav ul
{
margin: 0px;
padding: 0px;
}

#nav ul li
{
list-style-type: none;
padding: 0px;
margin: 0px;
float: left;
}

#nav ul li a
{
display: block;
text-decoration: none;
}

#nav ul li a.sprache
{
text-align: right;
width: 177px;
height: 16px;
font-size: 10px;
font-weight: normal;
color: #333333;
padding-top: 7px;
padding-right: 18px;
float: left;

}

#nav ul li a.allgemein
{
background-image:url(/images/template/nav_blau.jpg);
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}
#nav ul li a.technik
{
background-image:url(/images/template/nav_lila.jpg);
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}
#nav ul li a.schmuck
{
background-image:url(/images/template/nav_gelb.jpg);
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}
#nav ul li a.einkaufen
{
background-image:url(/images/template/nav_rot.jpg);
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}
#nav ul li a.ausstellung
{
background-image:url(/images/template/nav_gruen.jpg);
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}

#nav ul li a.login
{
width: 60px;
height: 16px;
padding-top: 7px;
padding-left: 10px;
font-size: 9px;
font-weight: normal;
color: #333333;
float: left;

}
#nav ul li a.impressum
{
width: 65px;
height: 16px;
padding-top: 7px;
font-size: 9px;
font-weight: normal;
text-align:right;
color: #333333;
float: left;
}
#nav ul li.m
{
width: 10px;
height: 16px;
padding-top: 7px;
font-size: 9px;
font-weight: normal;
text-align:right;
color: #333333;
float: left;
}
#nav ul li a.kontakt
{
width: 50px;
height: 16px;
padding-top: 7px;
font-size: 9px;
font-weight: normal;
text-align:center;
color: #333333;
float: left;
}
/*
#nav ul li a:hover
{
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}
#nav ul li a.active
{
text-align: center;
font-weight: bold;
color: #FFFFFF;
border: 1px solid white;
width: 114px;
height: 18px;
padding-top: 5px;
float: left;
}
*/

/* Ende Hauptnavigation*/


#subnav ul
{
margin: 0px;
padding: 0px;
line-height: 17px;
}

#subnav ul li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

#subnav ul li a
{
display: block;
text-decoration: none;
color:#333333;
background-image: url('/images/template/ico_nix.gif');
background-position:left;
background-repeat: no-repeat;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
padding-left: 17px;
}

#subnav ul li a:hover
{
display: block;
text-decoration: none;
color:#333333;
background-image: url('/images/template/ico_over.gif');
background-position:left;
background-repeat: no-repeat;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}
#subnav ul li a.active
{
display: block;
text-decoration: none;
color:#333333;
background-image: url('/images/template/ico_over.gif');
background-position:left;
background-repeat: no-repeat;
border-top: 1px solid #E1E1E1;
border-bottom: 1px solid #E1E1E1;
}
