body {
	background-color: #000000;
	color : #FFFFFF;
	font-family: 'Trebuchet MS', 'Verdana';
	scrollbar-base-color: #000000; /* außen Rand oben und links */
	scrollbar-track-color: #808080; /* Hintergrundfarbe */
	scrollbar-face-color: #464646; /* Balkenfarbe */
	scrollbar-highlight-color:#000000; /*innen Rand oben und links */
	scrollbar-shadow-color: #000000; /* innen Rand rechts und unten */
	scrollbar-arrow-color: #808080; /* Pfeile */
}

a {
	text-decoration: none;
	color: #C0C0C0;
}

a:Hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #808080;
}

a:Visited {
	text-decoration: none;
	color: #E0E0E0;
}


table {
	width: 95%;
	padding : 20px;
	font-size: 90%;
	margin-bottom: 15px;
}

tr {
	background-color: #464646;
	vertical-align: top;
}

tr.luecke {
	height: 10px;
	background-color: #000000; /* Wie body bgcolor */
	text-align: right;
	font-size: smaller;
}

.links {
	text-align: left;
	}

.kopf {
	font-size : larger;
	vertical-align: middle;
	background-color: #808080; /* heller als TR */
}

.center { /* wird in den Pics benutzt */
	text-align: center;
	vertical-align: middle;
	background-color: #808080; /* heller als TR, wie .kopf */
}

.fanfragen { /* wird bei den Fans und im Gästebuch benutzt */
	text-align: right;
	font-size : larger;
	background-color: #808080; /* heller als TR, wie .kopf  */
	font-weight: bold;
}

li {
	margin: 0;
	font-size: 85%;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	text-indent: 10px;
}

h2.zwischenueberschrift {
	font-size: 14pt;
	text-indent: 15px;
	margin-top: 35px;
	margin-bottom: 0px;
}

h3 {
	font-size: 12pt;
	text-indent: 20px;
	font-weight: bold;
	margin-bottom: -15px;
	margin-top: -10px;
}

div.subueberschrift {
	font-size: 15pt;
	margin-bottom: 13px;
	font-weight: bold;
}

div.einleitung {
	font-weight: bold;
	font-size: 12pt;
}

div.grafikrechts {
	position: relative;
	top: 0px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
}

div.autor {
	text-align: right;
	font-size: 8pt;
}