/*  ===  Navigation ================= */
#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 10px 0 10px 0px;
	padding: 0;
}

#nav .item {
	float: left;
}

#nav .item_trenner {
	float: left;
	color: #fff;
	width: 20px;
	font-weight: bold;
	text-align: center;
}

#nav .item a {
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#nav .item a:hover, #nav .item a.akt {
	color: red;
}
