#news {
    margin: 0px;
    position:static;
    width: 270px;
    display: table;
}

#news .title {
    font: normal 13px tahoma;
    margin: 3px 5px 3px 5px;
    list-style-position:inside;
    color: #305782;
    font-weight: bold;
}

#news .photo {
    margin: 5px 2px 5px 5px;
    font: bold 11px tahoma;
    text-align: justify;
    color: #278483;
    width: 200px;
    border: 0px;
    float: left; position:relative;
}

#news .text {
    margin: 5px 5px 5px 2px;
    width: 250px;
    float: right; position:relative;
}

#news .newstext {
    padding: 10px;
    text-align: justify;
}

#news .newstext a{
    font: normal 11px tahoma;
    color: #404040;
    text-decoration: none;
}
#news .newstext a:hover{
    color:#278483;
    text-decoration: underline;
}


#news_content {
    margin: 0px 0px 10px 10px;
    width: 270px;
    display: table;
}

#news_content .title {
    border-bottom: 1px solid #808080;
    color: #404040;
    font: normal 14pt tahoma;
    float: none; position:relative;
    margin: 3px 5px 3px 5px;
}

#news_content .date{
    padding: 0px 0px 0px 5px;
    font: normal 11px tahoma;
    color: #808080;
}

#news_content .newstext {
    padding: 10px;
    color: #404040;
}

#news_content .newstext a{
    font: normal 11px tahoma;
    color: #404040;
    text-decoration: none;
}
#news_content .newstext a:hover{
    color:#278483;
    text-decoration: underline;
}

#news_content p{
    padding: 0px 0px 10px 0px;;
    margin: 0px;
}




#thematic {
    margin: 0px 0px 10px 10px;
    position:static;
    width: 270px;
    display: table;
    background-color: #FAFAFA;
    border: 1px dotted #e0e0e0;
}

#thematic .title {
    border-bottom: 1px solid #808080;
    font: normal 14pt tahoma;
    float: none; position:relative;
    margin: 3px 5px 3px 5px;
}
#thematic .photo {
    margin: 5px 2px 5px 5px;
    font: bold 11px tahoma;
    text-align: justify;
    color: #278483;
    width: 200px;
    border: 0px;
    float: left; position:relative;
}

#thematic .text {
    margin: 5px 5px 5px 2px;
    width: 250px;
    float: right; position:relative;
}


h2 {
    color: orange; /*#ff8000;*/
    font: normal 17px arial;
    font-weight: bold;
    margin: 0px;
}

h1 {
    color: orange; /*#ff8000;*/
    font: normal 20px arial;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}