body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: White;
	margin: 0px 0px 0px 0px;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 13pt;
	color: #FF9966;
}
h2 {
	font-size: 11pt;
	color: #FF9966;
	font-weight: bold;
}
p {
	padding-left: 3px;
	padding-right: 8px;
		
}
p a {
	color: #FF9966;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #eeeeee;
}
li a {
	color: #FF9966;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #eeeeee;
}
p a:hover {
	color: Black;
	background-color: #FF9966;
}
li a:hover {
	color: Black;
	background-color: #FF9966;
}
#menu {
	margin-left: 5px;
	width: 148px;
	/* border-right: 1px dotted #FF9966;
	height: 100%; */
}
#menu .eintrag {
	border: 1px solid #FF9966;
	width: 146px;
	border: 1px solid #FF9966;
	margin-bottom: 5px;
}
#menu .eintrag_ein {
	width: 136px;
	/* border: 1px solid #FF9966; */
	margin-bottom: 3px;
	margin-left: 10px;
	/* padding-left: 3px;
	padding-right: 5px; */
}
#menu a, #menu a:link {
	width: 100%;
	text-decoration: none;
	color: #FF9966;
	font-weight: bold;
	display: block;
	padding-left: 3px;
}
#menu a:hover {
	background-color: #FF9966;
	color: Black;	
}
.selected {
	/* background-color: #FF9966; */
	color: Black;	
	font-weight: bold;
	margin-bottom: 5px;
}
.selected_ein {
	/* background-color: #FF9966; */
	color: Black;	
	font-weight: bold;
	padding-left: 13px;
	margin-bottom: 5px;
}
#content {
	position: absolute;
	top: 10px;
	left: 10px; 
	width: 440px;
	text-align: left;
}
#anleitung {
	position: absolute;
	top: 10px;
	/* left: 455px; */
	right: 5px;
	border: 1px solid #FF9966;
	width : 145px;
	font-size: 8pt;
	float: right;
	padding-left: 3px;
	padding-right: 3px;
}