/*  ===  Navigation ================= */
#nav {
	background:url(../grafik/nav_bg.gif) repeat-x;
	margin:0;
	padding: 0;
	height:35px;
	padding-left: 40px;
	border-top: 2px solid #555;
}

#nav .navitem {
	margin-right: 10px;
	float: left;
}

#nav .navitem_start {
	float: left;
	background-image: url(../grafik/navitem_start.gif);
	background-repeat: no-repeat;		
	height:35px;
	width: 16px;
}

#nav .navitem_fill {
	float: left;
	background-image: url(../grafik/navitem_fill.gif);
	background-repeat: repeat-x;
	height:35px;
	padding: 8px 10px 0 10px;
}

#nav .navitem_end {
	float: left;
	background-image: url(../grafik/navitem_end.gif);
	background-repeat: no-repeat;		
	height:35px;
	width: 12px;
}

#nav a {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.akt {
	color: #ffbc9b;
}
