/*  NAVIGATION */

  a.nav:link { background-color: #003366;
    color: #FFFFFF;
	font-weight: 600;
    text-decoration: none;
    }

  a.nav:visited { background-color: #003366;
    color: #CCCCCC;
    font-weight: 600;
    text-decoration: none;
    }

  a.nav:hover { background-color: #003366;
    color: #B6E0FD;
    font-weight: 600;
    text-decoration: none;
    }

  a.nav:active { background-color: rgb(0, 51, 102);
    color: #009933;
    font-weight: 600;
    text-decoration: none;
    }

  .navbox { border: 2px groove rgb(255, 102, 51);
    margin: 2px;
    padding: 2px;
    background-color: rgb(0, 51, 102);
    color: rgb(255, 255, 255);
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 15px;
    }

  .navinfo { border: 2px groove rgb(255, 102, 51);
    margin: 2px;
    padding: 2px;
    background-color: rgb(0, 51, 102);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size: 15px;
    }

  .Navigation { font-family: Verdana,Eyechart,Geneva,Arial,Helvetica,sans-serif;
    height: auto;
    left: 3px;
    line-height: 110%;
    position: absolute;
    top: 105px;
    width: 135px;
    }


/* TEXT */

  body { margin: 0px;
    background: rgb(182, 224, 253) url(../images/MAC1.gif) repeat-y scroll 0% 50%;
    }
    
    
 /* .Inhalt { padding: 5px;
    background: rgb(182, 224, 253);
    color: rgb(0, 51, 102);
    margin-left: 160px;
    margin-right: 20px;
    max-width: 770px;
    width: auto;
    }
 */

 .bodyNew {
 	font-family: Arial, Helvetica, sans-serif;
    margin: 0 20px 0 160px;    
    }