.fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.seitenueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.bild {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
.tabelle {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
}
.monospace {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/*
#content a:link, #content a:visited	{
	color: #533B2f;
}

#content a:focus{
	color: #fff;
	background-color:#533B2f;
}
*/
#header {
	position: static;
	width: 100%;
	border: 2px ridge #CCCCCC;
	background-color: #DFE4FF;
	background-image: url(_grafik/marjorie1.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
	height: 30px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	position: static;
	padding: 20px 5px 5px;
	font-size: 0.9em;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	width: 100%;
	position: static;
	border: 2px ridge #CCCCCC;
	background-color: #DFE4FF;
	padding: 5px;
	color: #000000;
}
#footer ul {
	list-style: none;
	width: 100%;
}
#footer li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #0000FF;
}
#footer a:active {
	text-decoration: none;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
}
li {
	padding-bottom: 5px;
}
.textbox {
	background-color: #DFE4FF;
	border: thin ridge;
	padding: 5px;
}
.textboxmono {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	background-color: #DFE4FF;
	border: thin ridge;
	padding: 5px;
}
#content table {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.tabelle2 {

	font-family: "Courier New", Courier, mono;
	font-size: small;
}
