BODY
{
/*Eigenschaften für Hintergrundfarbe und Standard-Textfarbe festlegen*/
	BACKGROUND-COLOR: #333333;
	
/* Hintergrundbild */	
/*	BACKGROUND-IMAGE: url(hintergrundgrafik.jpg)*/
	
/*Einrückungen bestimmen*/
	MARGIN-TOP: 20px;
	MARGIN-LEFT: 0px;
	MARGIN-BOTTOM: 0px;	

/*Eigenschaften für Scrollbar festlegen*/
    SCROLLBAR-FACE-COLOR: #4E0000;
    SCROLLBAR-HIGHLIGHT-COLOR: #999999;
    SCROLLBAR-SHADOW-COLOR: #000000;
 /*SCROLLBAR-3DLIGHT-COLOR: #A32A1A;*/
    SCROLLBAR-ARROW-COLOR: #BE2D1A;
    SCROLLBAR-TRACK-COLOR: #610000;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

/*Linkfarben definieren*/
a:link {color:#cc9933}
a:visited {color:#cc9933}
a:active {color:#cc9933}

/*Schriften allgemein*/
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Geneva, Arial, Helvetica, sans-serif; color:#cccccc;} /*alle Schriften im body, tabellen,...*/
body,td,div,p,pr,ul {font-size: 11px;}
b {font-size: 11px;}
h1 {font-size: 14px; font-weight: bold;}
h2 {font-size: 16px; font-weight: bold;}
h3 {font-size: 18px;}.newsueberschrift {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}
.newsdatum {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.bilduntertitel {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
}
