html, body
{  
    
    
    
    background-color:   #A70E0E;;
    font-style: oblique;  
      
    
   
    
}
#inhalt
{
 text-align:center;
 margin-left: auto;
 margin-right: auto; 
 width: 960px;
 background: url(./background4.jpg) no-repeat;
 background-color:  #b70908;
 min-height: 500px;
 border:4px double;
 
 
}

#logo
{
        
    position:relative;
    float:left;
    margin-bottom: 15px;
    width: 368px;
    
    
    
}

#top
{
    float:right;
    position:relative;
    width:500px;
    height:100px;
    text-decoration: underline;
    color:white;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
     
     margin-top: 70px;
   
        
    
}




     
.clearer  {
    clear: both; float:none;height: 0px; margin: 0px;
}
#navi
{
    
    
    text-align:center;
    width: 940px;
    height: 30px;
    float: none;
    margin: 0px;
   
    
    
    
    
    
}

    

#news
{
    float:none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom:0px;
    text-align:center;
    color: black; 
    font-size: 20px;
    font-style:  oblique;
    font-family:    cursive; 
    width:960px;
    min-height: 50px; 
    background: url(./newslayout_01.jpg) no-repeat;
    background-color: #e27a00;
    
}
#footer
{
    
    clear:left;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    width: 960px;
    
    padding:10px;
}

#news table 
{border-collapse: collapse;
   border-color:#A70E0E; 
   min-height: 1700px; 
   width: 950px; 
   margin-left: auto;
   margin-right: auto;
   font-size: 20px;
   font-style:  oblique;
    font-family:    cursive; 
    text-align: center;
    
}

#news table tr 
{
border-top: solid; 
    border-color: #A70E0E;

#news table tr:first-child
{
    border-top: none;
}



.col_wrap {
  border:1px solid #ddd;
  padding:5px;
}

.col1 { float:left; width:48%; padding:5px; }
.col2 { float:left; width:48%; padding:5px; }