/* Global */ 
html,body {
    font-family:Verdana, Geneva, sans-serifpx;
    font-size:11px;
    background: url('images/bg.gif') top center repeat-x;
}                          

a {
    color:#000000;
    font-size:11px;
    text-decoration:underline;
}

a:hover { 
    text-decoration:none; 
}

/* Content */
.main {
    width:973px;
}

.main_2 {
    height:225px;
    width:973px;
    background: URL(images/logo2.png) center no-repeat;
    behavior: url("/js/iepngfix.htc"); 
}
 
.main_right {
    padding:10px 10px 10px 10px;
}

.main_right td p {
    margin:0px;
    padding:0px;
}

/* Menu */
#menu a {
    border-top:1px solid #ffffff;
    /* text-align: center;*/ 
    font-weight:bold;
}

#menu div a {
    border:none;
    font-weight:normal;
}

.this_page {
    font-size:16px;
    color:#000000;
    font-weight: bold;
    padding:0px 10px 10px 0px;
}

.footer {
    background:#86bb07;
    height:36px;
    text-align:center;
    line-height: 36px;
    
}

.aktualitates_table {
    border-collapse: collapse;
}

.aktualitates_table h3 {
    color:#86bc0c;
}

.aktualitates_table .second {
    border-right:1px solid #88bd0b; 
}

.aktualitates_table .second, .aktualitates_table .first {
    border-bottom:1px solid #88bd0b;
    padding:5px;
}

.read_more {
    color:#8bbb0d;    
}

.people_list td {
    border:1px solid green;    
}