* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
a:focus, object:focus {
	outline:none;
}

html {
	height:100%;
	overflow-y:scroll;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #201815;
}
.logo {
	font-size: 19px;
	line-height: 19px;
}
.hauptnavigation {
	font-size: 11px;
	line-height: 15px;
}
a:link {
	color: #7d7c7c;
	text-decoration: none;
}
a:visited {
	color: #7d7c7c;
	text-decoration: none;
}
a:hover {
	color: #595858;
	text-decoration: none;
}
a:active {
	color: #595858;
	text-decoration: none;
}

a.aktiv:link {
	color: #201815;
	text-decoration: none;
	font-weight: bold;
}
a.aktiv:visited {
	color: #201815;
	text-decoration: none;
	font-weight: bold;
}
a.aktiv:hover {
	color: #201815;
	text-decoration: none;
	font-weight: bold;
}
a.aktiv:active {
	color: #201815;
	text-decoration: none;
	font-weight: bold;
}
.bildtitel {
	font-size: 10px;
	line-height: 15px;
}
.copyright {
	font-size: 9px;
}
.zaehler {
	font-size: 11px;
	line-height: 11px;
}
.fliesstext {
	font-size: 11px;
	line-height: normal;
	vertical-align:top;
}
.mitte {
	vertical-align:middle;
}
h2,h3 {
	font-size:inherit;
	margin:10px 0;
	/*font-weight:normal;*/
}
.dschutz ul {
	margin-left:5px;
	padding-left:10px;
}