/* Stylesheet des Web Hartziel */

/* Body */
body { margin-top:0px;
       margin-left:5px;
       margin-right:5px;
       background-color:#5A554B;
       scrollbar-base-color:#4B4B4B;
       scrollbar-track-color:#5A554B;
       scrollbar-arrow-color:#FFFF00;
       font-family:"Times New Roman", Times, serif;
       color:#FFFF00; font-weight: bold}

/* Hyperlinks */
a:link { color:#FFFF00;
         text-decoration:underline}
a:active { color:#FF0000; 
           text-decoration:underline}
a:visited { color:#FFFFC8;
            text-decoration:underline}
a:hover { color:#FF0000;
          text-decoration:underline}
a:focus { color:#FF0000;
          text-decoration:underline}

/* Textformate */
h2 {  font-size:150%; font-family: "Courier New", Courier, mono}
th {  font-size: 120%; font-weight: bold; color: #FFFF00}
td {  font-family: Arial, Helvetica, sans-serif; color: #FFFF00; font-size: 60%}
td.text {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF00;
	font-size: 100%;
	font-weight: bold;
}
.credit {  font-size: 90%; font-weight: bold; color: #FF8000; font-family: Arial, Helvetica, sans-serif}
.fuss {  font-size: 80%; font-weight: normal}
.achtung {
	background-color: #FF0000;
}

