/***********************************************/
/* Design für Walter Dietsche Baumanagement AG */
/* =========================================== */
/* Datei:      template/css/navigation.css     */
/* Ausgabetyp: Bildschirm                      */
/* Erstellt:   06.04.2007 Martin Züger         */
/* Geändert:   26.03.2008 Martin Züger         */
/*                                             */
/***********************************************/

/* Team */
.menuitem_team:link, .menuitem_team:visited {
background: url(../img/menuitem_team.png) no-repeat;
height:	15px;
width: 30px;
display: block;
float: left;
margin-right: 10px;
}

.menuitem_team:hover, .menuitem_team:active, .menuitem_team:focus {
background-image: url(../img/menuitem_team_h.png);
height:	15px;
width: 30px;
display: block;
float: left;
margin-right: 10px;
}

/* Aufgabenbereich */
.menuitem_aufgabenbereich:link, .menuitem_aufgabenbereich:visited {
background: url(../img/menuitem_aufgabenbereich.png) no-repeat;
height:	15px;
width: 87px;
display: block;
float: left;
margin-right: 10px;
}

.menuitem_aufgabenbereich:hover, .menuitem_aufgabenbereich:active, .menuitem_aufgabenbereich:focus {
background-image: url(../img/menuitem_aufgabenbereich_h.png);
height:	15px;
width: 87px;
display: block;
float: left;
margin-right: 10px;
}

/* Projekte */
.menuitem_projekte:link, .menuitem_projekte:visited {
background: url(../img/menuitem_projekte.png) no-repeat;
height:	15px;
width: 44px;
display: block;
float: left;
margin-right: 10px;
}

.menuitem_projekte:hover, .menuitem_projekte:active, .menuitem_projekte:focus {
background-image: url(../img/menuitem_projekte_h.png);
height:	15px;
width: 44px;
display: block;
float: left;
margin-right: 10px;
}

/* Stellen */
.menuitem_stellen:link, .menuitem_stellen:visited {
background: url(../img/menuitem_stellen.png) no-repeat;
height:	15px;
width: 36px;
display: block;
float: left;
margin-right: 10px;
}

.menuitem_stellen:hover, .menuitem_stellen:active, .menuitem_stellen:focus {
background-image: url(../img/menuitem_stellen_h.png);
height:	15px;
width: 36px;
display: block;
float: left;
margin-right: 10px;
}

/* Kontakt */
.menuitem_kontakt:link, .menuitem_kontakt:visited {
background: url(../img/menuitem_kontakt.png) no-repeat;
height:	15px;
width: 41px;
display: block;
float: left;
margin-right: 10px;
}

.menuitem_kontakt:hover, .menuitem_kontakt:active, .menuitem_kontakt:focus {
background-image: url(../img/menuitem_kontakt_h.png);
height:	15px;
width: 41px;
display: block;
float: left;
margin-right: 10px;
}