/* Start of CMSMS style sheet 'Die Logopädinnen - Bildschirm - Inhalt (Startseite)' */
/*--------------------- GRUNDSCHRIFTEN ---------------------*/

    a:link { color:blue; text-decoration:underline; }
    a:active { color:aqua }
    a:visited { color:purple }


  body {
    font-family: 'Arial','Helvetica','sans-serif';
    font-size:15px;
    font-weight:normal;
    text-decoration:none;
    color:black;
    background-color: rgb(255,255,255);
    text-align: center;
    margin: 4px auto 0px auto;
}

  p.Ueberschrift {
    margin: 22px auto 0px auto;
    font-size:200%;
    font-weight:normal;
    color:black;
    max-width: 700px;
    min-width: 700px;
}

  p.Rubrik {
    text-decoration:none;
    margin: 15px 0px 0px 0px;
    font-weight:bold;
    max-width: 300px;
    min-width: 300px;
}


  p.Fliesstext {
    margin: 5px 0 px 0px 0px;
    font-weight:normal;
    align: center;
    float: left;
    width: 300px;
}

div#Koepfe {
    margin: 15px auto; 
    text-align: center;
    width: 760px;
}

div#Kopfghh {
    float: left;
    width: 220px;
    color: grey;
}


div#Kopfmw {
    float: right;
    width: 220px;
    color: grey;
}


div#gruss {
    align: center;
    padding: 30px 0 0 0;
}

div#clear {
    clear: both;
}



  p.GHHlinks {
    margin: 5px 0px 0px 0px;
    font-weight:normal;
    text-align: center;
    float: left;
    width: auto;
    border: 2px ridge silver;
}


  p.GHH {
    margin: 5px 0px 0px 0px;
    font-weight:normal;
    text-align: center;
    float: left;
    width: 250px;
    border: 2px ridge silver;
}


  p.MW {
    margin: 5px 0px 0px 0px;
    font-weight:normal;
    text-align: center;
    float: left;
    width: 250px;
    border: 2px ridge silver;
}

  p.MWrechts {
    margin: 5px 0px 0px 0px;
    font-weight:normal;
    text-align: center;
    float: right;
    width: auto;
    border: 2px ridge silver;
}


  p.clear {
   clear: both;
}

/* End of 'Die Logopädinnen - Bildschirm - Inhalt (Startseite)' */

