/*div { border:0px solid #888; }*/


#navi {
  float:left;
}

#bild {
  margin-left:10px;
}

#rechts_head {
  //float:right;
  //margin-left:200px;
  width:700px;
  //height:100%;
  text-align:left;
  margin-left:50px;
  //margin-right:10px;
  font-size:16px;
}
#rechts_text {
  //float:right;
  width:700px;
  //height:100%;
  text-align:left;
  margin-left:70px;
  //margin-right:50px;
  font-size:16px;
}


.Inhalt{
        list-style:      none;
        margin:          0;
        padding:         0;
        width:50px;
        float:left;
        height:100%;
        position:fixed;
        color:##4703FD;
        font: 12px arial;
}


.Inhalt a:link { color:#3106F8; text-decoration:none; }
.Inhalt a:visited { color:#3106F8; text-decoration:none; }
.Inhalt a:focus { color:#3106F8; text-decoration:none; }
.Inhalt a:hover { color:#FF0000; text-decoration:none;}
.Inhalt a:active { color:#3106F8; text-decoration:none; }