/* CSS Style Sheet, (c) Joachim Reiss, 18.04.2008 */

#nav {
margin: 0;
padding: 0;
height: 165px;
list-style: none;
display: block;
overflow: hidden;
width: 150px;
}

#nav li.type5 {
margin: 0;
padding: 0;
list-style: none;
display: inline;
width: 150px;
height: 65px;
float: left;
}

#nav li.type6 {
margin: 0;
padding: 0;
list-style: none;
display: inline;
width: 150px;
height: 35px;
float: left;
}

#nav li.type7 {
margin: 0;
padding: 0;
list-style: none;
display: inline;
width: 150px;
height: 65px;
float: left;
}

#nav a.type5 {
float: left;
padding: 66px 0 0;
overflow: hidden;
height: 0px !important;
background: url(../grafik/produkte1_en.gif) 0px 0px no-repeat;
width: 150px;
}
#nav a.type5:hover {
background-position: 0px -65px;
}
#nav a.type5:active {
background-position: 0px -130px;
}

#nav a.type6 {
float: left;
padding: 36px 0 0;
overflow: hidden;
height: 0px !important;
background: url(../grafik/produkte2_en.gif) 0px 0px no-repeat;
width: 150px;
}
#nav a.type6:hover {
background-position: 0px -35px;
}
#nav a.type6:active {
background-position: 0px -70px;
}

#nav a.type7 {
float: left;
padding: 66px 0 0;
overflow: hidden;
height: 0px !important;
background: url(../grafik/produkte3_en.gif) 0px 0px no-repeat;
width: 150px;
}
#nav a.type7:hover {
background-position: 0px -65px;
}
#nav a.type7:active {
background-position: 0px -130px;
}