/* CSS Document */
#qudi
{
 background-image: url(images/tb_qudi.png);
 background-repeat:no-repeat;
 width: 1003px;
 height: 150px;
 border:0px solid green;
}
#flashi
{
 border:0 solid green;
 width: 120px;
 height:120px;
 position: relative;
 top: 13px;
 left:38px;
}
.left_menu_rubrika
{
  border:1px solid white; 
  width:185px; 
  height:26px;
  font:bold 12px sylfaen;
  padding: 0 0 0 5px;
}

.left_menu_rubrika a
{
  display:block;
  width:185px; 
  height:22px;
  background-image:url(images/tb_rubr_right_pass.png);
  background-repeat:no-repeat;
  background-position:right;
  background-color: #FFE401;
  text-decoration:none;
  font: 13px sylfaen;
  color: black;
  padding: 4px 0 0 5px;
}

.left_menu_rubrika a:hover
{
  background-image:url(images/tb_rubr_right_act.png);
  background-color: #F01A22;
  font: bold 12px sylfaen;
  color:#FFFFFF;
  
}
.left_menu_rubrika_aktiuri
{
  border:1px solid white; 
  width:185px; 
  height:26px;
  font: 13px sylfaen;
  color: white;
  padding: 0 0 0 5px;
}
.left_menu_rubrika_aktiuri a
{
  display:block;
  width:185px; 
  height:22px;
  background-image:url(images/tb_rubr_right_act.png);
  background-repeat:no-repeat;
  background-position:right;
  background-color: #F01A22;
  text-decoration:none;
  font:bold 13px sylfaen;
  color: #CCCCCC;
  padding: 4px 0 0 5px;
}
.top_menu
{
  border:1px solid white; 
  width:113px; 
  height:26px;
}

.top_menu a
{
  display:block;
  width:113px; 
  height:22px;
  text-align:center;
  background-image:url(images/tb_mn_right_pass.png);
  background-repeat:no-repeat;
  background-position:right;
  background-color: #FFE401;
  text-decoration:none;
  font: 13px sylfaen;
  color: black;
  padding: 4px 0 0 0;
}

.top_menu a:hover
{
  background-image:url(images/tb_mn_right_act.png);
  background-color: #F01A22;
  font: bold 12px sylfaen;
  color:#FFFFFF;
}
.top_menu_aktiuri
{
  border:1px solid white; 
  width:113px; 
  height:26px;
}

.top_menu_aktiuri a
{
  display:block;
  width:113px; 
  height:22px;
  text-align:center;
  background-image:url(images/tb_mn_right_act.png);
  background-repeat:no-repeat;
  background-position:right;
  background-color: #F01A22;
  text-decoration:none;
  font: bold 12px sylfaen;
  color: #FFFFCC;
  padding: 4px 0 0 0;
}
.footeris_menu
{  
  width: auto; 
  height:15px;
  float:left;
  border:0 solid green;
  text-align:center;
  margin:12px 0 0 0;
  padding: 0 0 0 10px;
}

.footeris_menu a
{  
  text-align:center;
  text-decoration:none;
  font:bold 12px sylfaen;
  color: red;
}

.footeris_menu a:hover
{
  font: bold 12px sylfaen;
  color: #0066cc;
}
.footeris_menu_aktiuri
{
  width: auto; 
  height:15px;
  float:left;
  border:0 solid green;
  text-align:center;
  margin:12px 0 0 0;
  padding: 0 0 0 10px;
}
.footeris_menu_aktiuri a
{
  text-align:center;
  text-decoration:none;
  font: bold 12px sylfaen;
  color: gray;
}

#srch_button
{   background-color:#FFE401;
	width:55px;
	height:26px;
	border:0;
}

#srch_text
{ 	width:95%;
	height:20px;
	border:1px solid gray;
}













