#open_articles {
    float: left;
    margin: 0px;
    padding: 10px 0px 10px 10px;
}
.news {
    border-bottom: solid 1px #bbb;
    margin-bottom: 20px;
    width: 600px;
    padding-bottom: 10px;
}
.news .lead_pic {
    float: left;
    width: 100px;
    border: solid 2px #212b5f; 
    margin-right: 10px;
}
.news .text_short{
    float: right;
    width: 340px;
}
.news .text_long{
}
.news .title{
    font-size: 12px;
    text-decoration:none;
    font-weight: bold;
    padding: 0px 0px 0px 35px;
    background: url('../../images/title_head.gif') no-repeat top left;
    height: 42px;
}
.news .title p {
    height: 30px;
}
.news .date_open{
    clear: both;
    font-weight: normal;
    padding: 0px 0px 5px 22px;
    font-size: 10px;
}
.back {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    width: 200px;
}
.news .author{
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    
}
.news .lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}
.news .more {
    width: 105px;
    float: right;
    text-align: right;
    background: url('../../images/more_bg.gif') no-repeat 0px 2px;
}
.news hr {
    text-align: center;
    margin-top: 10px;
    width: 440px;
}
.open_doc {
    margin: 10px 0px 5px 5px;
}
.open_doc_head {
    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; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_doc {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_doc.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_rtf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_rtf.gif) #fff no-repeat top left; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_xls {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(../../images/ico_xls.gif) #fff no-repeat top left; 
    width: 410px;
    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; 
    width: 410px;
    padding: 0px 0px 0px 25px;
}
.link_gal {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    width: 410px;
    background: url(../../images/ico_img.gif) #fff no-repeat top left; 
    padding: 0px 0px 0px 25px;
}
.link_a {
    text-decoration: none;
    float: left;
    width: 410px;
}
.archiv {
    padding: 20px 50px 10px 0px;
    float: right;
}
