/* Formatvorlage fuer die ganzen Dokumentationsdateien
 * (ausser der HTML-Farbtabelle)
 *
 * Copyright (C) 2002 - 2007 Robert Bienert
 */

body	{
	background-color: #EEEEEE;
	color: #000;
	font-family: Sans-Serif;
}
h1, h2	{
	color: #0000CC;
	background-color: #CCCCCC;
	text-align: center;
	border-width: 1px; border-color: #0000CC; border-style: solid;
}
h3, h4, th, dt	{
	color: #0000CC;
	text-align: left;
}
p, td, ul, ol, dl, dd {
	text-align: justify;
	line-height: 1.2em;
}
blockquote	{
	background-color: #CCCCCC;
}
pre	{
	color: #0000CC; background-color: #CCCCCC;
	font-family: Monospace;
	margin-left: 5%; margin-right: 5%;
}
kbd, code {
	font-family: Monospace;
}
var {
	font-family: Monospace; font-weight: bolder; font-style: normal;
}
.oneliner {
	display: block;
	margin-top: 1em; margin-bottom: 1em; margin-left: 5%; margin-right: 5%;
	color: #0000CC; background-color: #CCCCCC;
}

.datei		{ font-family: Monospace; }
a:link		{ color: #FF0000; text-decoration: underline; }
a:visited	{ color: #333333; text-decoration: underline; }
a:hover		{ color: #FF0000; text-decoration: none; }
a:active	{ color: #FF0000; text-decoration: none; }
a img {
	border: none;
}

address, .copyright {
	color: #BB0000;
	text-align: center;
	font-family: Serif; font-style: italic;
}

.note		{ font-size: 75%; }	/* Fussnoten */
.printinfo	{ text-align: center; }	/* Infotext zum Ausrucken */
.aktuell	{ color: #BB0000; font-weight: bold; }
.hinweis	{ color: #FF0000; font-weight: bold; }
div.nav		{
	color: black;
	font-family: Sans-Serif;
	text-align: center;
	border: 1px solid #0000CC;
	margin-top: 6pt;
}

abbr {
	border-bottom: none;
	text-decoration: normal;
}
dfn {
	border-bottom: 1px dotted black;
	cursor: help;
}
.def {
	margin-left: 1em; margin-right: 1em;
	font-style: italic;
}

