/* Stylesheet fuer das zentrale Layout der Dokumente
 *
 * Copyright (C) 2002 - 2007 Robert Bienert
 */

body {
	background-color: rgb(35,35,90) /*rgb(41,41,70); /*#000066;*/
}
h1, h2, th	{ color: #BBBBBB; font-family: Helvetica, Arial, Sans-Serif; text-align: center; }
h3, h4		{ color: #BBBBBB; font-family: Helvetica, Arial, Sans-Serif; text-align: left; }
p, td, ul, ol, dl, dd
	{ color: #FFFFFF; font-family: Helvetica, Arial, Sans-Serif; }
td		{ vertical-align: top; }
dt		{ color: #BBBBBB; font-weight: bold }
	/* wird nicht von Netscape 4.x unterstuetzt */
blockquote	{ color: #CCCCCC; font-family: Times, Serif; }
pre		{ color: #CCCCCC; font-family: Courier; }
a:link {
	color: #FFA500;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFA500;
	text-decoration: none;
	font-weight: bold;
}
a:hover		{ text-decoration: none; }
a:active	{ color: #FFA500; text-decoration: underline; }
a.extern:before { content: url(bilder/www.png); }
address, .copyright {
	color: #FFF;
	font-family: sans-serif;
	font-style: normal;
	text-align: center;
}
h5		{ color: #BBBBBB; }
img		{ border: none; }
img.link	{ border-style: solid; border-width: 2px; border-color: #007FFF; }

.note		{ font-size: 75%; }	/* Fussnoten */
.printinfo	{ text-align: center; }	/* Infotext zum Ausrucken */
.aktuell	{ color: #BB0000; font-weight: bold; }
.hinweis	{ color: #FF0000; font-weight: bold; }
.nav		{ color: white; font-family: Helvetica, Arial, Sans-Serif; text-align: center; border: 1px solid white; margin-top: 6pt; }
ul.link		{ list-style-image: url(bilder/www.png); }
ul.link a.extern:before {
	content: '';
}

