/*  HW-Styles

------------------------------------------------------------------------------------ */
@charset "UTF-8";



/*Navigationsrollover*/

#navi{
	width: 820px;
	height: 26px;
	background: url("../img/bg_navi.gif") repeat-x; 
	float: left;
}

.nav_home{
	height: 26px;
	width: 83px;
	float: left;
	background: url("../img/nav_home.jpg") no-repeat left top;
}


.nav_home a:hover {
	background: url("../img//nav_home.jpg") no-repeat left bottom; 
}

.nav_home_aktiv {
	height: 26px;
	width: 83px;
	float: left;
	background: url("../img//nav_home.jpg") no-repeat left bottom; 
}

.nav_ueber{
	height: 26px;
	width: 90px;
	float: left;
	background: url("../img/gb/nav_about.jpg") no-repeat left top;
}


.nav_ueber a:hover {
	background: url("../img/gb/nav_about.jpg") no-repeat left bottom; 
}

.nav_ueber_aktiv{
	height: 26px;
	width: 90px;
	float: left;
	background: url("../img/gb/nav_about.jpg") no-repeat left bottom; 
}

.nav_neu{
	height: 26px;
	width: 83px;
	float: left;
	background: url("../img/gb/nav_neu.jpg") no-repeat left top;
}

.nav_neu a:hover {
	background: url("../img/gb/nav_neu.jpg") no-repeat left bottom; 
}

.nav_neu_aktiv{
	height: 26px;
	width: 83px;
	float: left;
	background: url("../img/gb/nav_neu.jpg") no-repeat left bottom; 
}

.nav_lab{
	height: 26px;
	width: 134px;
	float: left;
	background: url("../img/gb/nav_lab.jpg") no-repeat left top;
}

.nav_lab a:hover {
	background: url("../img/gb/nav_lab.jpg") no-repeat left bottom; 
}

.nav_lab_aktiv{
	height: 26px;
	width: 134px;
	float: left;
	background: url("../img/gb/nav_lab.jpg") no-repeat left bottom; 
}

.nav_praxis{
	height: 26px;
	width: 133px;
	float: left;
	background: url("../img/gb/nav_dentists.jpg") no-repeat left top;
}

.nav_praxis a:hover {
	background: url("../img/gb/nav_dentists.jpg") no-repeat left bottom; 
}

.nav_praxis_aktiv{
	height: 26px;
	width: 133px;
	float: left;
	background: url("../img/gb/nav_dentists.jpg") no-repeat left bottom; 
}

.nav_down{
	height: 26px;
	width: 105px;
	float: left;
	background: url("../img/gb/nav_down.jpg") no-repeat left top;
}

.nav_down a:hover {
	background: url("../img/gb/nav_down.jpg") no-repeat left bottom; 
}

.nav_down_aktiv{
	height: 26px;
	width: 105px;
	float: left;
	background: url("../img/gb/nav_down.jpg") no-repeat left bottom; 
}

.nav_haend{
	height: 26px;
	width: 105px;
	float: left;
	background: url("../img/gb/nav_dis.jpg") no-repeat left top;
}

.nav_haend a:hover {
	background: url("../img/gb/nav_dis.jpg") no-repeat left bottom; 
}

.nav_haend_aktiv{
	height: 26px;
	width: 105px;
	float: left;
	background: url("../img/gb/nav_dis.jpg") no-repeat left bottom; 
}

.nav_d{
	height: 26px;
	width: 22px;
	float: left;
	margin-left: 20px;
	background: url("../img/nav_d.jpg") no-repeat left bottom;
}

.nav_d a {
	display:block; width:22px; height:26px;
}

.nav_d a:hover {
	background: url("../img/nav_d.jpg") no-repeat; 
	background-position: left top;
}



.nav_e{
	height: 26px;
	width: 22px;
	float: left;
	background: url("../img/nav_e.jpg") no-repeat left bottom;
}

.nav_e a:hover {
	background: url("../img/nav_e.jpg") no-repeat left top; 
}

.nav_e_aktiv{
	height: 26px;
	width: 22px;
	float: left;
	background: url("../img/nav_e.jpg") no-repeat left top; 
}


/*Navigationsrollover Ende*/

