body, h1, table, td, a {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
}
body {
 font-size: 80%;
 color: #000;
 background: #EFF1F1;
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
.headline1 {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 130%;
}
.headline2 {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 130%;
}
.headline3a {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #FFCC00;
	list-style-position: inside;
	list-style-type: square;
}
.headline3b {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #3399CC;
	list-style-position: inside;
	list-style-type: square;
}
.headline3c {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
	list-style-position: inside;
	list-style-type: square;
}
.kleinschrift {
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 135%;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.footer {
 font-style: italic;
}
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}