/* t_style.css */
/* CSS-Stylevorlage für die Startseiten im root-Verzeichnis */
BODY { margin-left  :10px;
       margin-right : 8px;
       margin-top   : 12pt;
       font-family: "comic sans ms","arial","times new roman";
       font-size  : 12pt ;
       color:#00000;
       background-color:#E2AD0C;
	   background-image:url("image/b_gelb1.jpg");
       background-attachment:fixed;
     }
H1   { font-size  : 14pt }
H2   { font-size  : 12pt }
H3   { font-size  : 10pt }
H4   { font-size  :  8pt }
UL { margin-left: 1,0cm; list-style-type: square }
LI { margin-left: 1,0cm; list-style-type: square }
UL         { list-style: outside }
UL.compact { list-style: inside }
P:first-letter { font-size: 200%; float: top }
SPAN           { text-transform: uppercase }

A:an, A:link, A:visited, A:active  { text-decoration: none;}
