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

/* example-specific CSS */

#navigation {
	width: 732px;
	height: 44px;
	padding: 0;
	background: #fff;
	margin-left:10px;
	margin-top:20px;
}
#nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 44px;
	display: inline;
	overflow: hidden;
	width: 732px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 44px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:34px; /* for IE5/Win */
}
/*
#nav a:hover {
	background-position: 0 -20px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	*/
#tstart a {
	width: 145px;
	background:url(../img/navi/nStartseiteo.gif) top left no-repeat;
}
#tpremium a {
	width: 147px;
	background:url(../img/navi/nUnternehmen.gif) top left no-repeat;
}
#tprobe a {
	width: 147px;
	background: url(../img/navi/nProdukte.gif) top left no-repeat;
}
#tbestell a {
	width: 147px;
	background: url(../img/navi/nMediadaten.gif) top left no-repeat;
}
#tkunden a {
	width: 146px;
	background: url(../img/navi/nkontakt.gif) top left no-repeat;
}

