body, table, input, textarea, div, li, a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
}
body, table, input, textarea {
	color: #191919;
}

a {
	text-decoration: none;
	color: #191919;
}
a:hover {
	color: #99CC33;
}

a.active {
	font-weight: bold;
}
.inactive {
	color: #999;
	color: #ccc;
}

#frame {
	margin: 50px auto 0;
	width: 960px;
	background-color: #fff;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	right: 147px;
}

#buehne {
	position: absolute;
	top: 40px;
	left: 185px;
	width: 775px;
	height: 310px;
}

#contentbox {
	overflow: auto;
	width: 684px;
	height: 310px;
	border: 1px solid #ccc;
	border-right: 0px;
	padding: 10px 46px 10px 46px;
}

#third {
	position: absolute;
	top: 372px;
	left: 232px;
	width: 728px;
	height: 20px;
}

#third a {
	color: #7f7f7f;
	color: #999;
	padding-right: 5px;
}
#third a:hover {
	color: #99CC33;
}
#third a.active {
	font-weight: normal;
	color: #111;
}
#third a.active:hover {
	color: #99CC33;
}

#third span.arrows,
#third a.arrows {
	padding-right: 10px;
}

#text {
	position: absolute;
	top: 516px;
	left: 232px;
	width: 675px;
	line-height: 150%;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	position: absolute;
	top: 404px;
	left: 0px;
}

#nav li {
	margin: 0;
	padding: 0;
	
	display: block;
	margin-bottom: 6px;
}

#secnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	position: absolute;
	top: 404px;
	left: 185px;
}

#secnav li {
	margin: 0;
	padding: 0;
	
	display: block;
	margin-bottom: 6px;
	padding-left: 46px;
	
	width: 727px;
	border: 1px solid #444;
	border-width: 0 1px;
}

#secnav li a {
	margin-right: 10px;
	color: #7f7f7f;
	color: #999;
}

#secnav li.highlight a {
	color: #111;
}
#secnav li a:hover,
#secnav li.highlight a:hover {
	color: #99CC33;
}
