BODY
{
/*Eigenschaften für Hintergrundfarbe und Standard-Textfarbe festlegen*/
	BACKGROUND-COLOR: #ffffff;
	
/*Einrückungen bestimmen*/
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	MARGIN-BOTTOM: 0px;	

/*Eigenschaften für Scrollbar festlegen
    SCROLLBAR-FACE-COLOR: #79ce9d;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #006666;
    SCROLLBAR-DARKSHADOW-COLOR: #000000*/
}

/*Linkfarben definieren*/
a:link {color:#990000; text-decoration:none;}
a:visited {color:#990000; text-decoration:none;}
a:active {color:#990000; text-decoration:none;}

/*Schriften allgemein*/
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Times New Roman, Times, serif; color:#996600;} /*alle Schriften im body, tabellen,...*/
body,td,div,p,pr,ul {font-size: 12px;}
b {font-size: 13px;}
h1 {font-size: 18px; font-weight: bold;}
h2 {font-size: 16px; font-weight: bold;}
h3 {font-size: 14px;}.menuschrift {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bolder;
	color: #990033;
	letter-spacing: 5px;
}
.deutschenglish {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color: #990033;
	text-decoration: none;
	letter-spacing: 2px;
}
