/* Stylesheet des Web Relikte in Niedersachsen und Bremen */

/* Body */
body {
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	background-color:#F2EBE3;
	background-image:url(images/beton.jpg);
	background-attachment:fixed;
	scrollbar-base-color:#4B4B4B;
	scrollbar-track-color:#F2EBE3;
	scrollbar-arrow-color:#FFFF00;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}

/* Hyperlinks */
a:link { color:#0000FF;
         text-decoration:underline}
a:active { color:#FF0000; 
           text-decoration:underline}
a:visited { color:#800080;
            text-decoration:underline}
a:hover { color:#FF0000;
          text-decoration:underline}
a:focus { color:#FF0000;
          text-decoration:underline}

/* Textformate */
h2 { font-size:150%}
td { font-size:100%}
p td { font-weight:bold}
.haupttext {
	background-color:#E6E6E6;
	font-size:100%;
	font-weight:bold;
}
.kleintext { font-size:80%}
.rubrik { font-family:Arial, Helvetica, sans-serif;
          color:#FFFF00;
          background-color:#000000}
.warnung { color:#FFFF00;
           background-color:#FF0000}
