

body {
    background-color : lightyellow;
    text-align : center;
  }


#webseite {
    background-color : lightgrey;
    /* #f4f4f4;
    */ text-align: center;
    margin-bottom : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0px;
    width : 1024px;
  }


#kopf {
    background-color : silver;
    height : 121px;
    width : 1024px;
  }

  #k_links {
    /* zu Testzwecken green*/ background-repeat : no-repeat;
    background-color : inherit;
    float : left;
    height : inherit;
    top : 0px;
    width : 190px;
  }


#k_mitte {
    /* zu Testzwecken blue*/ background-repeat : no-repeat;
    background-color : inherit;
    float : left;
    height : inherit;
    top : 0px;
    width : 600px;
  }


#k_rechts {
    /* zu Testzwecken yellow*/ background-repeat : no-repeat;
    background-color : inherit;
    float : right;
    height : inherit;
    top : 0px;
    width : 190px;
  }


#kopf h1 {
    font-size : 60px;
    font-weight : bolder;
    padding-top : 50px;
    color : white;
    font-family: Courier;
  }


#main {
    width : 980px;
  }


#navi {
    background-color : silver;
    float : left;
    min-height : 300px;
    width : 200px;
    font-family : 'Sans Serif';
    font-size : 11pt;
  }

/* margin-top:10px;*/
    /* margin-bottom:10px;    */
/*height fuer auto-Anpassung entfernen*/










#navi_sem {
    float : left;
    min-height : 300px;
    width : 200px;
    font-family : 'Sans Serif';
    font-size : 11pt;
  }

/*background-color : #aea4e9;*/



#inhalt {
    background-color : white;
    text-align:left;
    float : left;
    height:445px;
    width : 812px;
    overflow:auto;
  }


#footer {
    background-color : silver;
    height : 23px;
    width : 1024px;
    margin-top: 20px;
    clear : both;
  }

/* Textseitenformatierungen */



#blocksatz {
    font-family : 'Sans Serif';
    font-size : 14pt;
    text-align : justify;
  }


#textseite {
    background-attachment : fixed;
    background-position : 57% 70%;
    background-repeat : no-repeat;
    font-family : 'Sans Serif';
    font-size : 14pt;
    padding-left : 1cm;
    padding-right : 1cm;
    text-align : justify;
  }

/* Ueberschrift Sans serif*/




.serif {
    font-family : 'Sans Serif';
  }


.sans-serif {
    font-family : 'Sans Serif';
  }


#textseite ti {
    font-family : 'Sans Serif';
  }


#seitenrand {
    font-family : 'Sans Serif';
    font-size : 14pt;
    padding-left : 1cm;
    padding-right : 1cm;
  }


#seitenrand ti {
    font-family : 'Sans Serif';
  }

