
/* ukazva 1,2 ili 3 koloni shte e layout-a */
.topnavigation{
   height: 37px;
   width: 746px;
   background-image: url(../images/site_img/under_top_navigation_details.jpg);
}

.verticallayout {
  overflow: hidden;
}

.verticallayout .column {
    float:left;
    margin-bottom:-10000px;
    padding-bottom:10000px;
}

.column{
    width: 746px;
    background:  url(../images/site_img/column_details_backgr.gif) repeat-y ;
}

/* nastroki za oformlenieto v kolonite */
.container{
    padding-left: 10px;
    height: 100%;
	margin-bottom: 20px;
}

/* zaglavie na razdel, naprimer Предстоящи, Научните новини .. */
h4{
    background: url(../images/site_img/big_red_arrow.gif) no-repeat ;
    margin-right: 20px;
    padding-bottom: 5px;
    text-indent: 20px;
    color:  #4a7900;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px dashed #989a99;
    margin-bottom: 15px;
}


/* podzaglavie na razdel, naprimer  Събития, Факти ..  */ 
.title a{
    padding: 3px 0 0 0;
    color:  #78b31d;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    margin-left: 50px;
}

#sitemap ul{ margin: 5px 0 0 80px;}

#sitemap ul li{
    margin-left: 10px;
    padding-left: 10px;
    line-height: 16px;
    list-style-type: none;
    background: url(../images/site_img/small_green_arrow.gif) no-repeat;
    background-position: 0 8px;
}

#sitemap ul li a{
    color: #333333;
    font-family: Verdana;
    font-size: 9px;
}
