/* CSS Seite Allgemein */
body,td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #663300;
}
body {
	background-color: #321E0A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #321E0A;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

/* CSS Navigation Allgemein */
#navigation .nav1, #navigation .nav2, #navigation .nav3, #navigation .nav4, #navigation .nav5, #navigation .nav6, #navigation .nav7, #navigation .nav8, #navigation .nav9, #navigation .nav10, #navigation .nav11 {
	position: absolute;
	width: 175px;
	height: 17px;
	text-align: left;
	vertical-align: top;
	padding: 0;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
#navigation a:link {
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: none;
	color: #D2D2D2;
}
#navigation a:active {
	text-decoration: none;
	color: #D2D2D2;
}
.akt { color: #D2D2D2;}
.sel { color: #C6C6C6;}

/* CSS Positionen fuer Navieintraege */
#navigation .nav1 {
	left: 177px;
	top: 33px;
	z-index: 15;
}
#navigation .nav2 {
	left: 30px;
	top: 86px;
	z-index: 14;
}
#navigation .nav3 {
	left: 110px;
	top: 147px;
	z-index: 13;
}
#navigation .nav4 {
	left: 70px;
	top: 205px;
	z-index: 12;
}
#navigation .nav5 {
	left: 47px;
	top: 320px;
	z-index: 11;
}
#navigation .nav6 {
	left: 125px;
	top: 388px;
	z-index: 10;
}
#navigation .nav7 {
	left: 83px;
	top: 452px;
	z-index: 9;
}
#navigation .nav8 {
	left: 149px;
	top: 519px;
	z-index: 8;
}
#navigation .nav9 {
	left: 175px;
	top: 485px;
	z-index: 7;
}
#navigation .nav10 {
	left: 55px;
	top: 515px;
	z-index: 6;
}
#navigation .nav11 {
	left: 162px;
	top: 564px;
	height: 17px;
	z-index: 5;
}
