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

#nav {
margin: 0;
padding: 0;
height: 130px;
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: 65px;
float: left;
}

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

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

