/* 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%}
p { font-size:100%;
    font-weight:bold}
td { font-size:100%;
     font-weight:bold}
.box { font-family:Arial;
       font-weight:normal;
       color=#4A4A4A}
.kleintext { font-size:80%;
	     font-weight:normal}
.rubrik { font-family:Arial, Helvetica, sans-serif;
          color:#FFFF00;
          background-color:#000000}
.titel { font-size: 200%;
	 color:#FFFF00;
         background-color:#000000}
