BODY 
 { color: white; background-color: black; margin: 5 0 20 }
/*{ color: white; background-color: #1B1B1B; margin: 5 0 20 }*/

a 
 { color: #cfcfcf; text-decoration: none }
a:hover 
{
text-decoration: underline;
}
/* Schwarzer Link: schwarz/ hover => underline */
.schwarz 
{
color: #000000;
text-decoration: none;
}
.schwarz:hover 
{
text-decoration: underline;
}
/* Schwarz-oranger Link:  schwarz/ hover => orange *//****************************************************************************************
T - Text-Arten
*****************************************************************************************/
/* Standard-Text (default) */
body, p, td, th, div, ol, ul, br, table
 { color: white; font-size: 11px; font-family: verdana, arial, helvetica, serif }
/* Fließtext */
.text 
{
line-height: 15px;
}

/****************************************************************************************
D - Direktformatierung von Text (nicht fest im Template, 
sondern Eingabe per Hand in CMS-Objekte)
*****************************************************************************************/
/* Zwischenüberschriften im Artikel */
h1
{
font-size: 14px;
font-weight: bold;
}

h2
{
font-size: 12px;
font-weight: bold;
}

h4, .zwischenuschrift, .s13450, .s21714 
{
font-size: 11px;
font-weight: bold;
margin-top: 13px;
margin-bottom: 5px;
}

.keywords
{
font-size: 2px;
color: #1B1B1B;
background-color: #1B1B1B
}

dl 
   { font-size: 17px; line-height: 20px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px }
p 
 { font-size: 11px; margin-top: 10px; margin-bottom: 0px }
/* wird einem ersten <p> in Intro und Text AUTOMATISCH hinzugefügt 
(bewirkt, dass ein vom Redakteur eingegebenes <p> neutralisiert wird) */
.artikelbeginn 
{
margin-top: 0px;
}

/****************************************************************************************
F - Formulare
*****************************************************************************************/
/* Abschick-Button */
.button 
       { font-size: 9.9px; margin-top: 0pt }
/* Normale Eingabefelder */
input   { color: black ; font-size: 11px; font-family: arial; background-color: white; margin: 0pt; border: solid 1px #cfcfcf; top: 0pt; left: 0pt }
/* Eingabefeld */
form   { font-size: 11px; font-family: arial }
/* Eingabeblock */
textarea   { color: white; font-size: 11px; font-family: arial; background-color: black; margin: 0pt; border: solid 1px #cfcfcf; top: 0pt; left: 0pt }

/****************************************************************************************
S - Sonstiges
*****************************************************************************************/
.s24797 /* ??? */
{
font-weight: bold;
font-size: 25px;
text-decoration: underline;
font-family: arial, helvetica, serif;
}
span.help 
{
cursor: help;
border-bottom: 1px dotted black;
} 
.sitemap 
{
font-size: 10px;	
margin-top:1px;
margin-bottom:2px;
}
/* Flaggen-Ausrichtung */
.flags
{
font-size: 10px;	
margin-top:1px;
margin-bottom:2px;
text-align:justify;
}
/****************************************************************************************
F - Forum
*****************************************************************************************/

.windowbg {
	FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #404040;
}
.windowbg2 {
	FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #272727;
}
.windowbg3 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #FFFFFF;
}
.titlebg {
	COLOR: #304B58; BACKGROUND-COLOR: #989898;
}
.text1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-STYLE: normal; BACKGROUND-COLOR: transparent
}
}
.catbg {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; BACKGROUND-COLOR: #B3B3B3; COLOR: #000000;
}
.bordercolor {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, arial, helvetica, serif; BACKGROUND-COLOR: #B1BDC9;
}
.quote {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial, verdana, helvetica, serif; BACKGROUND-COLOR: #E8EBEF; 
}
.code {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Courier New, helvetica, Times New Roman, serif; BACKGROUND-COLOR: #cccccc;
}
.help {
	CURSOR: help; BACKGROUND-COLOR: transparent
}
.meaction {
	COLOR: red; BACKGROUND-COLOR: transparent
}