h2 a, h3, h3 a, h4 {
	border-style: solid;
	border-width: 1px;
}
#logo, h2, h3, h4 {
	left: 50%;
	margin-left: -400px;
	position: absolute;
	width: 800px;
	z-index: 10;
}
#logo {
	height: 14px;
	width: 800px;
}
a img#logo {
	border: 0;
	top: 18px;
}
h2 {
	font-size: 12px;
	height: 23px;
	top: 54px;
	z-index: 2;
}
h3 {
	background-color: #888;
	border-color: #999 #666 #666 #999;
	font-size: 9px;
	line-height: 24px;
	top: 75px;
	z-index: 1;
}
h4  {
	color: #fff;
	font-size: 9px;
	font-weight: normal;
	padding: 4px;
	top: 102px;
	background-color: #666;
	border-color: #666 #666 #666 #999;
	z-index: 0;
}
h2 a, h3 a, h4 a { text-decoration: none; }

h2, h3, h4 { text-align: left; }

h2 a#logout {
	color: #fff;
	background-color: #d55;
}

h2 a {
	background-color: #555;
	border-color: #666 #666 #333 #666;
	color: #ddd;
	height: 20px;
	letter-spacing: 1px;
	margin-right: 4px;
	padding: 3px;
	text-align: center;
	width: 90px;
}
h2 a:hover {
	background-color: #666;
	color: #fff;
}
h2 a.curPage {
	background-color: #888;
	border-color: #999 #666 #888 #999;
	color: #eee;
}
h2 a:hover.curPage {
	background-color: #666;
	border-color: #999 #888 #444 #999;
	color: #fff;
}
h3 a {
	background-color: #555;
	border-color: #999 #444 #444 #999;
	color: #fff;
	font-weight: normal;
	margin-right: 0px; /* Distanz zwischen den Kategorien */
	padding:  2px 4px; /* Höhe und Breite von den Kategorien */
	position: relative;
	top: 4px;
}
h3 a:hover {
	background-color: #777;
}
h3 a.curPage {
	background-color: #666;
	border-bottom-width: 2px;
	border-color: #222 #999 #666 #222;
	color: #fff;
	font-weight: normal;
}
h3 a:hover.curPage {
	background-color: #777;
	border-bottom-width: 1px;
	border-color: #222 #999 #777 #222;
}
h4 a {
	color: #ccc;
	margin-right: 10px;
}
h4 a.curPage {
	color: #fff;
	font-weight: bold;
}