/*CSS für kontaktpost.php*/


#navi {
  float:left;
}

#bild {
  margin-left:10px;
}

#rechts_head {
  width:700px;
  text-align:left;
  margin-left:50px;
  font-size:16px;
}
#rechts_text {
  width:700px;
  text-align:left;
  margin-left:70px;
  font-size:16px;
  line-height: 1.3;
}


.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; }