body {   margin: 0 auto;
         width: 950px;                                                                 /* richtet die Seite mittig aus */
         background-color: #353535;                                                       /* Hintergrund des gesamten bodys */
    }

#linkeseite {  width: 194px; height: 1050px;  float: left;
        border-left: solid 1px black; border-right: solid 1px black; }
#navistart { position:absolute; top:210px; margin-left:-2px; width:200px;
            background-color: #7C7C7C;}
#mainnavstart a, #mainnavstart strong { text-decoration:none; display:block; width:182px;
         padding: 6px 2%; text-align:center; font-family:  helvetica,'trebuchet ms', arial, sans-serif;
         font-size:15px; color:black; font-weight: lighter;}
#mainnavstart tr a:link, #mainnavstart tr a:visited{          /* = Links fuer die Navigationsleiste */
         background-color: #7C7C7C;  /*Hintergrund = gelb*/ color: #FFFFFF;  /*Schrift =  schwarz */ }
#mainnavstart tr a:focus, #mainnavstart tr a:hover, #mainnavstart tr a:active, #mainnavstart strong {
         background-color:#AF0000;  /*gelber  Hintergrund bei Beruehrung oder bei strong*/ color: #FFFFFF;      /*Schrift blau bei Beruehrung*/ }
        /* Ende der Startseite */
#mainnavstart table tr th { margin-top: 10px; border: solid 0px black;                                       /* Umrahmung der Menüspalten */
        }

#container  {  width: 950px; height: 750px; border: solid 2px green; }
#linie1  {  margin-top: 150px; margin-left: 0px; }
#linie2  {  margin-top: 40px; margin-left: 0px; }
#fotografien {  font-family: Times; font-size: 35px; margin-top: -50px; color:white; margin-left: 330px; }

#textmitte {  margin-top: 50px; margin-left: 210px;  }
.beispiele {  font-size: 20px;  }
#untertext {  margin-top: -40px; margin-left: 400px; font-family: Times; font-size: 20px; color: white; }