
#content_header {
    width: 597px;
    background:url('images/content_header.gif') no-repeat;
    padding-right:15px;
}

* html #content_header {
    width: 612px;
}

#news_header {
    width: 175px;
    height: 25px;
    background:url('images/news_header.gif') no-repeat;
    float:left;
    
    font-size:14px;
    font-weight:bold;
    color:#414013;
    text-decoration: none;		      
    padding:10px 0 0 15px ;
    text-align:left;
}

* html #news_header {
    width: 190px;
    height: 35px;
}


#seite_bg {
    background:url('images/seite_bg_news.gif') repeat-y;
}

#col_mid {
    width: 600px;
}


#col_right {
    width: 165px;
    margin: 5px 15px 0 10px;
    min-height: 250px;
    float: left;
}

* html #col_right {
}

		
.content_box {
    width: 600px;
}			 

