body {
	margin: 0;padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	background: #F7F7F7;
	color: #7F7E7E;
	line-height: 140%;
	overflow: hidden;
	height: 159px;
}
img {
	border: none;
	padding: 5px;
	float: left;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 6px;
}

.menu {
	border-bottom: 1px solid #7F7E7E; /* Trennlinie bis zum rechten Rand */
	margin: 0;padding: 0;
	margin-bottom : 17px; /* Höhenverstellung für Trennlinie */
}
.menu li {
	display: inline;
	list-style-type: none;
	margin: 0;padding: 0;
}
/* Tab-Formatierung */
.menu li a {
	border: 1px solid #ccc;
	border-left-width: 0px;
	border-bottom-color: #7F7E7E;
	color : #B3B3B3;
	float : left;
	margin-left: -1px;
	padding : 0 1px 2px 3px; /* padding _in_ den Tabs */
	text-decoration : none;
	height: 14px;
	font-size: 9px;
}
/* erster Tab */
.menu .nav-1 a {
	border-left-width: 1px;
	margin-left: 0px;
}
.menu li a:hover {
	color: #8EE600;
}
#active_tab a {
	background : #F7F7F7;
	border: 1px solid #7F7E7E;
	border-bottom-color: #F7F7F7; /* unteren Rand für aktiven Tab entfernen */
	color: #7F7E7E;
	font-weight: bold;
}

.content a {
	text-decoration: none;
	color: #295693;
}

a:hover, #autoren a:hover, .content a:hover {
	color: #8EE600;
}

.content {
	height: 137px;
	overflow: auto;
	border: 1px solid #7F7E7E;
	padding: 0px 5px;	
	margin: 0;
	border-width: 0px 1px 1px 1px;
	position: absolute;
	top: 18px;
	left: 0px;
}

/* \ Commented Backslash Hack für Mac_IE */
.content{
	position: static;
}
