/* DATEI: stil.css */
/*<link rel="stylesheet" type="text/css" href="stil.css">*/


a:link     { color:#000000; text-decoration:none; font-weight:bold; }

a:visited  { color:#d23554; text-decoration:none; font-weight:bold; }

a:hover    { color:#f4dfe4; text-decoration:none; background-color:#FFFFFF; font-weight:bold; }

a:active   { color:#663300; text-decoration:none; background-color:#FFFFFF; font-weight:bold; }

body       { font-family:Arial; font-size:10pt; }

input, select, textarea { font-size:10px; font-family:Arial,sans-serif; font-weight:light; }

input, select, textarea { color:#000000; }

/*--------------------------------------------------------------------------------*/

body		{ font-family:Arial,sans-serif; 
		font-size:10pt; 
		scrollbar-base-color:#faeaed;
		scrollbar-3d-light-color:#faeaed;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-darkshadow-color:#FFFFFF;
		scrollbar-face-color:#d23554;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-shadow-color:#faeaed;
		scrollbar-track-color:#FFFFFF;
		}

/*---------------------------------------------------------------------------------*/

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Arial; }

h1 { font-size:26px; margin-bottom:18px; }

h2 { font-size:21px; margin-bottom:18px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }

p,ul,ol,li,div,td,th,address,blockquote { font-size:10px; }

li { margin-top:3px; }

