* {
  padding: 0px;
  margin: 0px;
}

body{
  background-color: #ffffff;
  padding: 10px;
  font-family: Tahoma;
}

.header{
   height: 96px;
   width: 746px;
   background-image: url(../images/site_img/header.jpg);
}

.header img{
	float: left;
}

.header_text{
	padding-left: 625px;
	padding-top: 50px;
}

.verticallayout {
	width: 755px;
}

/* style for the link used for switching between bg/en version */
.header_text a{
	color: #371708;
	font: 11px Tahoma, Arial, Sans-sarif;
	font-weight: bold;
	text-decoration: none;
}

.header_text a:hover{
	text-decoration: underline;
}

.topnavigation ul{
   padding-top: 2px;
   margin-left: 25px;
}
 
a.current_lng{ color: white; }
a:hover.current_lng{ text-decoration: none; }


.topnavigation ul li{
    float: left;
    padding: 4px 0 0 11px;
    margin-left: 15px;
    list-style-type: none;
    background: 0 7px url(../images/site_img/small_red_arrow.gif) no-repeat;
    font: 10px Tahoma, Arial, Sans-sarif;
}

.topnavigation ul li a{
    font: 10px Tahoma, Arial, Sans-sarif;
    text-decoration: none;
    color: #2c5a02;
}

.topnavigation ul li a:hover{
    text-decoration: underline;
}

a.more{
   color: #d7240e;
   float: right;
   background: url(../images/site_img/small_red_arrow.gif) no-repeat;
   background-position: 0 5px;
   padding:0 10px 0 8px;
   font-size: 9px;
}

a{
  	color: #333333;
    font-family: Verdana, Tahoma, Sans-sarif;
    font-weight: normal;    
}

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


.block{
    padding: 10px 15px 15px 15px;
    font: 11px Tahoma, Arial, Sans-sarif;
    font-weight: normal;
    color: #333333;
}


.block .newstitle{
    font: 11px Tahoma, Arial, Sans-sarif;
    font-weight: normal;
    color: #4a7900;
    padding-bottom: 5px;
    margin-left: 5px;
}

.block .newstitle img {float: left; margin: 0 5px 5px 0}

.block .newscontent{
    margin-left: 5px;
}


.block a:hover{
   text-decoration: underline;
}


/* FOOTER DIV */
.footer{
    background: url(../images/site_img/bottom_details.jpg) no-repeat;
    width: 749px;
    height: 19px;
}

.british_council{
    background: url(../images/site_img/british_council_cofee_innerpage.jpg) no-repeat bottom;
    width: 200px;
    height: 97px;
    float: right;
    padding-right: 4px;
    margin-top: -96px;
    position: relative;
}

.bottomlayout {
  overflow: hidden;
  background-color: white;
  width: 746px;
}

.bottomlayout .copyright, .bottomlayout .bottom_navigation {
    float:left;
    padding-top: 5px;
    background-color: white;
    height: 20px;
}

.copyright{
   width: 209px;
   margin-top: 3px;
   color: #4d8b26;
   font: 10px Verdana, Tahoma, Sans-sarif;
}

.bottom_navigation{
    width: 335px;
    height: 100%;
}

.bottom_navigation ul li{
  float: left;
  padding-top: 4px;
  padding-left: 11px;
  margin-left: 12px;
  list-style-type: none;
  background: 0 7px url(../images/site_img/small_red_arrow.gif) no-repeat;
  font-family: Tahoma;
  font-size: 10px;
}

.bottom_navigation ul li a{
    font: 10px Tahoma, Arial, Sans-sarif;
    text-decoration: none;
    color: #4d8b26;
}

.created_by_magstudio{
    float: right;
    width: 200px;
    background:  url(../images/site_img/created_by_mag_studio.gif) no-repeat ;
    background-position: right top;
    padding-top: 3px;
}

.created_by_magstudio a img {
    float: right;
  	border: 0px;    
}