/* Body-Normalseite: Background, Scrollbar */
<!--
	body {
	background-color: #FFFFFF;
	background: url('images/ThaliaWappen_450WZ.gif') repeat-x fixed center;
	scrollbar-base-color:#0000CC; 
	scrollbar-face-color:#0000CC; 
	scrollbar-shadow-color:#000000; 
	scrollbar-darkshadow-color:#FFFFFF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#FFFFFF; 
	scrollbar-track-color:
	}
//-->

/* Farbe der Hyperlinks */
<!--
	a:link { color: #0000CC; text-decoration:none }
	a:visited { color: #0000FF; text-decoration:none }
	a:active { color: #0000FF; text-decoration:none }
	a:hover { color: #0000FF; text-decoration: underline; font-weight: bolder }
//-->

/*	Schriftgroessen, -arten, -farben */
<!--
	h1, h2, h3, h4, h5, h6 {
		font-family: "Times New Roman";
		font-weight: normal; }

	h1 { 
		font-size: 8pt; }
	
	h2 { 
		font-size: 10pt; }
			
	h3 { 
		font-size: 12pt; }

	h4 { 
		font-size: 14pt; }
	
	h5 { 
		font-size: 18pt; }
		
	h6 { 
		font-size: 24pt; }

	.fett { font-weight: bold; }
		
	.tuerkies { color: #00CC99; }

	.rot { color: #FF0000; }
	
	.kursiv-fett { color: #FFFFFF;
     				font-family: "Times New Roman MT Extra Bold";
				   font-weight: bold;
 				   font-style: italic; }
//-->