#h_l {
	float: left;
	width: 240px;
}

#h_c {
	float: left;
	width: 90px;
}

#h_r {
	float: left;
	width: 240px;
}

.h_centered {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}

.h_kv_img {
	height: 25px;
	margin-top: 20px;
}

.nav {
	background-repeat: repeat-x;
	height: 32px !important;
	height: 32px;
}

.nav a {
	text-decoration: none;
	display: block;
	height: 32px;
	width: 80px;
	float: left;
	border: none;
}

.nav a:hover {
	text-decoration: none;
	border: none;
}

.nav a span {
	display: none;
}

.nav .home, .nav .photos, .nav .links, .nav .technik, .nav .kontakt, .nav .impressum {
	display: block;
	width: 80px
	height: 32px !important;
	height: 32px;
	text-decoration: none;
}

.nav .home:hover, .nav .photos:hover, .nav .links:hover, .nav .technik:hover, .nav .kontakt:hover, .nav .impressum:hover {
	background-position: 0px -32px;
	text-decoration: none;
}

.nav .home {
	background-image: url(../bilder/header/b_home.gif);
	background-repeat: no-repeat;
}

.nav .photos {
	background-image: url(../bilder/header/b_photos.gif);
	background-repeat: no-repeat;
}

.nav .links {
	background-image: url(../bilder/header/b_links.gif);
	background-repeat: no-repeat;
}

.nav .technik {
	background-image: url(../bilder/header/b_technik.gif);
	background-repeat: no-repeat;
}

.nav .kontakt {
	background-image: url(../bilder/header/b_kontakt.gif);
	background-repeat: no-repeat;
}

.nav .impressum {
	background-image: url(../bilder/header/b_impressum.gif);
	background-repeat: no-repeat;
}


