/* DATEI: screen.css */

/* Platz für Erläuterungen und Kommentare */




BODY {MARGIN-TOP: 0px; MARGIN-LEFT: 100px; MARGIN-RIGHT: 150px; BACKGROUND-COLOR: #ffffff; COLOR: #303030; Font-Family: Arial} 


/*   body {
      max-width:75em;      
      margin: 0 auto; 
    }
    nav li {
      display: inline;
    }
 
    @media screen and (max-width: 600px) {
      nav li {
        display: block;
        width: 50%;
      }
    }
 
    @media only screen and (max-width : 320px) {
      nav li {
        width: 100%;
    }
  }

*/



a:link {text-decoration:underline; color:#0000FF; }

a:visited {text-decoration:underline; color:#800080; }

a:hover {text-decoration:underline; color:#00FF00; }

a:active {text-decoration:underline; color:#FF0000; }


*.menu {FONT-FAMILY: Arial; FONT-WEIGHT:; FONT-SIZE: 12pt;}

