/*
.news_content {
    float: left;
    width:690px;
    margin: 10px 10px 10px 15px;
}
*/
.news {
    width: 720px;
    padding: 10px 5px 10px;
}
.news .lead_pic {
    float: left;
    width: 100px;
    border: solid 2px #999;
    margin: 0px 10px 10px 0px;
}
.news .text_short{
    float: right;
    width: 340px;
}
.news .text_long{
}
.news .title{
    font-family: Arial, sans-serif;
    font-size: 16px;
/*    text-decoration:underline;*/
    font-weight: bold; 
    padding: 0px 0px 3px 5px;
/*    letter-spacing: 3px;*/
    color: #888;
    
}
.news .title a{
    text-decoration:none;
    color:#888;
}
.news .title a:hover{
    color:#DA251D;
}
 .news .author{
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    
}
.news .date_open{
    text-align: left;
    line-height:10px;
    padding: 0px 0px 5px 5px;
}
.news .date{
    text-align: left;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
}
.news .lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}
.news .more {
    text-align: right;
}
.link_a {
    text-decoration: none;
    float: left;
}
.news_small {
    width: 350px;
    padding-bottom: 20px;
    
    padding-left: 15px;
    float: left;
}
.news_small {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
}
.news_small .lead_pic {
    float: left;
    width: 100px;
    border: solid 2px #999;
    margin: 0px 10px 10px 0px;
}
.news_small .title{
    font-family: Arial, sans-serif;
    font-size: 16px;
/*    text-decoration:underline;*/
    font-weight: bold;
    padding: 0px 0px 3px 5px;
/*    letter-spacing: 3px;*/
    color:#888;
}
.news_small .title a{
    text-decoration:none;
    color:#888;
}
.news_small .title a:hover{
    color:#DA251D;
}
.news_small .date_open{
    padding: 0px 0px 5px 5px;
    line-height:10px;
}
.news_small .lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}
.news_small .more {
    text-align: right;
}
.open_doc {
    border: solid 2px #b6b6aa;
    margin: 10px 0px 0px 5px;
    background-color: #fff;
}
.open_doc_head {
    color: #fff;
    background-color: #b6b6aa;
    padding: 2px;
    font-weight: bold;
    text-align: left;
}
.open_doc p {
    padding : 5px 0px 5px;
}
.open_doc ul {
    margin: 0px;
}
.link_pdf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_pdf.gif) #fff no-repeat top left; 
    padding: 0px 0px 3px 25px;
}
.link_doc {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_doc.gif) #fff no-repeat top left; 
    padding: 0px 0px 3px 25px;
}
.link_rtf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_rtf.gif) #fff no-repeat top left; 
    padding: 0px 0px 3px 25px;
}
.link_xls {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_xls.gif) #fff no-repeat top left; 
    padding: 0px 0px 0px 25px;
}
.link_ppt {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_ppt.gif) #fff no-repeat top left; 
    padding: 0px 0px 3px 25px;
}
.link_gal {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_img.gif) #fff no-repeat top left; 
    padding: 0px 0px 3px 25px;
}
.link_a {
    text-decoration: none;
    float: left;
}
.archiv {
    clear: both;
    text-align: right;
    padding: 5px 35px;
    font-weight: bold;
    font-size: 14px;
}