body {
	color: #000000;
	background: #FFFFFF;
	font-family: "Trebuchet MS", sans-serif;
}
.hide {
	display: none;
}
a:link {
	color: #0000FF;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0000BB;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
/*	color: #FFFFFF;
	background: #0000FF;*/
	font-weight: bold;
	text-decoration: underline;
}
a:visited:hover {
/*	color: #FFFFFF;
	background: #0000BB;*/
	font-weight: bold;
	text-decoration: underline;
}
a.bild:hover {
/*	color: #0000FF;
	background: transparent;*/
}
a.bild:visited:hover {
/*	color: #0000BB;
	background: transparent;*/
}
a.extern:before {
	content: "\2197";
/*	content: "\2197\00A0";*/	/* \00A0 = &nbsp; */
}
abbr, acronym {
	border-bottom: dotted 1px;
	cursor: help;
}
h1 {
	color: #0088BB;
	background: #EEEEEE;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #000000;
	padding: 2px 5px 2px 5px;
	margin: 0px;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
img {
	border: none;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
p {
	text-align: justify;
}
sup, sub {
	font-size: 70%;
}
.small {
	font-size: 80%;
}
.footer {
	clear: both;
	border-top: 1px solid #000000;
	padding: 5px 0px 0px 3px;
	font-size: 0.7em;
	position: relative;
}
.fusszeilen {
}
.f_stand {
}
.f_autor {
}
.f_valid {
	position: absolute;
	top: 5px;
	right: 0px;
}
