body {
	font-family:Verdana;
	color:#3A3B2C;
	font-size:10px;
}
h1 {
	font-size:22pt;
	font-weight:bold;
	font-family:Arial;
	border-bottom: 1px solid #eee;
	margin-top:.1em;
	padding-top:.1em;
}
h1 span.subtitle {
	display:block;
	font-weight: normal;
/*	font-style: italic;*/
	font-size:10pt;
}
h2 {
	font-size:12px;
	font-weight:normal;
	color:grey;
	color:#808080;
	padding: .5em;
}
h1, h2, p , li {
	padding: .5em;
}
p {
	line-height:1.4em;
}
div#content {
	margin-left: 15em;
/*	border:1px solid #3a2b4c;*/
	padding: 0 1em;
	min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}
div#content div.pictures {
	text-align: center;
	text-align:justify;
}
ul#menu {
	margin-top:0em;
/*	border:1px solid black;*/
	border-right:1px solid #e3e2e5;
	width:12em;
	float:left;
	margin: 0; 
	padding: 0;
}
ul#menu li {
	list-style:none;
	margin: 0; 
}
ul#menu a {
	display:block;
	padding:.2em;
}
a, a:link, a:visited {
	color:#3A3B2C;
}
ul#menu a {
	text-decoration:none;
}
ul#menu a:hover {
	color:#E3E3E2;
	background-color:#3A3B2C; 
	background-color:#808080; 
}
h3 {
	font-weight:bold;
	font-size:12px;
}
div#content ul  {
	color:black;
}
div#content ul li {
	list-style:none;
	color:black;
	
}
ul#menu a.my_active {
	color:#E3E3E2;
	background-color:#3A3B2C; 
	border-right:5px solid #808080;
}
td input {
	text-align:center;
}
