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

.verticallayout {
  overflow:hidden;
  width: 776px;
}

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

.leftcolumn{
   width: 209px;
   background:  url(../images/site_img/left_column_backgr.gif) repeat-y ;
   height: 100%;
}

.middlecolumn{
    margin-left: 12px;
    width: 312px;
    background:  url(../images/site_img/middle_column_backgr.gif) repeat-y ;
    height: 100%;
}

.rightcolumn{
    margin-left: 11px;
    width: 208px;
    background:  url(../images/site_img/right_column_backgr.gif) repeat-y ;
    height: 100%;
}

* html .rightcolumn{
	margin-left: 11px;
}

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

}

/* */
.container .divider_in_left_column{
  margin-left: -10px;
  margin-top: 10px;
}


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

/* podzaglavie na razdel, naprimer Събития, Факти .. */
.title{
    padding-top: 3px;
    padding-bottom: 0px;
    color:  #78b31d;
    font-family: MagistralC;
    font-weight: bold;
    font-size: 13px;
}


/* za blokovete sys syobshteniq v leviq DIV */
.left_image_text_block{
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 12px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

.left_image_text_block img{
  border: 0px;
  float: left;
  padding-right: 5px;
}

.left_image_text_block .newstitle{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #4a7900;
    padding-bottom: 3px;
}

.left_image_text_block .newstitle_old{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #4a7a00;
}



/* za blokovete sys syobshteniq v sredniq DIV */
.middle_image_text_block{
    padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 15px;
    font-family: Tahoma;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}

.middle_image_text_block img{
  border: 0px;
  float: left;
  margin-right: 6px;
}

* html > .middle_image_text_block img{ margin-top: 3px;}

.middle_image_text_block .newstitle{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #4a7900;
    margin-bottom: 2px;
}

.titleList{
	font: bold 11px Tahoma, Arial, Sans-sarif;
    color: #4a7900;
	text-decoration: none;
    position: relative;
    top: -3px;
}

.titleListLight{
	font: 11px Tahoma, Arial, Sans-sarif;
    color: #4a7900;
	text-decoration: none;
}


/* za linkovete v desniq DIV */
.usefull_links ul li{
    margin-left: 10px;
    padding-left: 10px;
    line-height: 14px;
    list-style-type: none;
    background: url(../images/site_img/small_green_arrow.gif) no-repeat;
    background-position: 0 8px;
}

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

/*  FOOTER - it is heigher */
.british_council{
    background: url(../images/site_img/british_council_cofee.jpg) no-repeat bottom;
    height: 143px;
    float: right;
    padding-right: 8px;
    margin-top: -142px;
    position: relative;
}