body {
	background-color: black;
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left: 0px;
	margin-right: 0px;
}

td, p, form, h1, h2, h3 {
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

a:link {
	text-decoration: none;
	color: #FFCC33;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: underline;
	color: #FFCC33;
}

.bg_sitemap {
}

.sitemap {
	border : 1px solid Red;
	padding: 3px;
	background-color: #1E1E1E;
}

/* Einzüge in der Navigationsleiste */
.nav0 {
	font-size:12pt;
	margin-left:0mm;
}
.nav1 {
	font-size:9pt;
	margin-left:2mm;
}
.nav2 {
	font-size:8pt;
	margin-left:4mm;
}

.disclaimer {font: normal 8pt; }
.footer {
	white-space:nowrap;
	font-size:8pt;
	color: Red;
	text-decoration : none;
}
input, textarea {
	border: 1px red solid;
	background-color: transparent;
	color: white;
}

h1 {font-size:15pt;}
h2 {font-size:14pt;}
h3 {font-size:12pt;}
h4 {font-size:11pt;}

/*  Font-Eigenschaften in der Navigationsleiste */
.open {
	font-style : normal;
	color : gray;
	text-decoration : none;
}
.closed {
	font-style : normal;
	color : gray;
	text-decoration : none;
}
.active {
	color : red;
	font-style : normal;
	text-decoration : none;
}

.inhaltsfeld {
	background-color: #1E1E1E;
}

.inhalt, .content {
	background-color: #1E1E1E;
}

.hochgestellt {
	font-size : 70%;
	vertical-align:text-top;
}
.schrift	{
	color:red;
}
.print {
	display:none;
}