.links_content{
    position:relative;
    float:left;
    width: 100%;
      font-size:1.2em;
      margin-top:0px; /*abstand dazwischen*/
    /*background:#FFF7A5 url(../img/KnotenOrange.gif);*/
    background-repeat:repeat-y;
    background-position:100% 0%;
}
.rechts_content{
    position:relative;
    float:right;
    width: 100%;
    background:#FFF7A5 url(../img/rechterRand.gif);background-repeat:repeat-y;
    margin-top:0px; /*abstand dazwischen*/
    padding-bottom:10px;
}
.login_form{
       padding:0px 0px 0px 10px;
       }

.links_content p{
               padding:0px 10px 0px 10px;
               }

.rechts_content p{
                padding:0px 5px 0px 10px;
               }

.links_content h1{
               background:#004600 url(../img/linksTop.png);background-repeat:repeat-x;
               height:28px; /*beeinflusst den Abstand zur Überschrift*/
                color:#FFF7A5;
                margin-top:0px;
                font-size:1.4em;
                padding:13px 10px 0px 13px;
                }
.rechts_content h1{
                background:#004600 url(../img/rechtsTop.png);background-repeat:repeat-x;
                height:28px; /*beeinflusst den Abstand zur Überschrift*/
                color:#FFF7A5;
                margin-top:0px;
                margin-left:1px;
                font-size:1.6em;
                padding:13px 10px 0px 13px;
                }
.links_content h2{
                margin-top:0px;
                font-size:1.2em;
                padding:0px 0px 0px 10px;
                }

#footer p{
         padding:5px 10px 0px 15px;
        }
/*Alles was auf dem Bildschirm nicht zu sehen sein soll*/
@media screen{
       .noScreen
{display:none;}
}

