p,h3,h4,ul,ol,li,div,address,blockquote,nobr,i
{
	font-family:sans-serif;
        margin: 4pt 6pt;

	color:#3f372f;
	font-size:11pt;
}

th
{
	font-family:sans-serif;
	
	color:#3f372f;
	font-size:15pt; 


}
td
{
	font-family:sans-serif;
        margin: 6pt 1pt;
	color:#FF9A37;
}
h1 
{
	font-family:sans-serif;
	font-size:15pt; 
	font-weight:2200;
	color:#ffffff;
        margin: 4pt 6pt;
}

h2 
{
	font-family:sans-serif;
	font-size:10pt; 
	color:#ff4910; background-color: #FFE4B5;
font-weight:900;
}


/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */

p,ul,ol,li,div,td,th,address,nobr,i { font-size:10pt; }

a:link { color:#FF9A37; text-decoration:none;font-weight:100; }
a:visited { color:#FF9A37; text-decoration:none;font-weight:100; }
a:active { color:#FF9A37; background-color: #FFE4B5;font-weight:100; text-decoration:none; }
a:hover { color:#FF9A37;font-weight:900;}

a.an { text-decoration:none; }

body
{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px; 
	/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
	/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
	/* 10px = 10 Pixel, Wert aenderbar */
	color:#FF9A37; background-color: #fffef6;
	
	background-color: #fffef6;
   	background-attachment: fixed;
	scrollbar-3dlight-color:#fffef6;
	scrollbar-arrow-color:#FF9A37;
	scrollbar-base-color:#fffef6;
	scrollbar-darkshadow-color:#fffef6;
	scrollbar-face-color:#fffef6;
	scrollbar-highlight-color:#FF9A37;
	scrollbar-shadow-color:#FF9A37;
	scrollbar-track-color:#fffef6;
}