body{
margin:0px;
background:#efefef;
font-family:verdana;
}

.bodytext, .contenttable{
font-size:12px;
color:#505153;
}

h1{
font-size:16px;
/*color:#505153;*/
color:red;
}

.news-list-container{
width:100%;
font-size:12px;
}

a{
font-size:12px;
}

/* ------------------------------ */

  /* KOPF */
    #kopf{
    border:4px solid white;
    height:120px;
    width:990px;
    background:white;
    }

    #kopf table{
    width:100%;
    height:100%;
    background:none;
    }

    #kopf #login{
    width:200px;
    background: #abb7cc;
    color:#505153;
    }

    #kopf #login table{
    width:200px;
    background: #abb7cc;
    color:#505153;
    font-size:10px;
    }


  /* KOPF ENDE */
  

/* 2. Zeile --- MENUE_OBEN --------------------------- */

td#sprache{
 height: 25px;
 width: 190px;
 padding-left: 5px;
 padding-right: 5px;
 background: lightgrey;
 }

  /* MENÜ OBEN */
    #menue_oben{
    color: white;
    height:25px;
    width:780px;
/*    background: #abb7cc; */
    background: red;
    }

    #menue_oben table{
    height:25px;
    width:100%;
    font-size:12px;
    color: white;
    }
    
    #menue_oben a{
    color: white;
    text-decoration:none;
    font-weight: bold;
    }
    
    #menue_oben #news_head{
    width:204px;
    background:#a7b6cb;
    color:#505153;
    font-weight:bold;
    }

    
  /* MENÜ OBEN ENDE */

/* ------------------------------ */


    

  /* RUMPF */
    #rumpf{
    background:white;
    width:980px;
    height:100%;
    }
           
    #rumpf table{
    background:white;
    width:100%;
    }
    
    
    
    #rumpf table #menue_aktuell{
    background:white;
    color: black;
    width:200px;
    line-height: 30px;
    }
    
    #rumpf table #menue_aktuell a{
    font-size:14px;
    line-height: 30px;
    text-decoration:none;
    }
    
 grav 20090517
    #rumpf table #menue_aktuell_0{
    color: red;
    line-height: 30px;
    }
    
    #rumpf table #menue_aktuell_0_act{
    color: red;
    line-height: 30px;
    font-weight:bold;
    }
    
    #rumpf table #menue_aktuell_1{
    color: red;
    line-height: 30px;
    }
    
    #rumpf table #menue_aktuell_1_act{
    color: red;
    line-height: 30px;
    font-weight:bold;
    }
    
    #rumpf table #menue_aktuell_2{
    color: red;
    line-height: 30px;
    }
    
    #rumpf table #menue_aktuell_2_act{
    color: red;
    line-height: 30px;
    font-weight:bold;
    }
    
    
    #rumpf table #menue_links{
    background:white;
    width:200px;
    line-height: 30px;
    }
    
    #rumpf table #menue_links a{
    font-size:12px;
    color: red;
    text-decoration:none;
    }
    
    #rumpf table #menue_links #menue_act{
    font-weight:bold;
    line-height: 30px;
    }
    
    #rumpf table #inhalt{
    background:white;
    width:582px;
    }
    
    #news{
    background:url(../images/bg_news.jpg);
    width:204px;
    height:100%;
    }
    
  /* RUMPF ENDE */

/* ------------------------------ */
