/*ПРИМЕРИ за различните browseri !!!

#foo {width: 400px;} /*mozila
html> #foo {width: 300px;}  /*ie7
* html #foo {width: 300px;}  /*ie6
*>html #foo {width: 300px;}  /*ie5 ??? 
/*===========================*/



html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #333333;
	background : #ffffff;
	width : 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 14px;
}

a:link {
	color : #0000FF;
	background : transparent;
	text-decoration : none;
}

a:visited {
	color : #0099FF;
	text-decoration : none;
}

a:hover {
	color : #0099FF;
	text-decoration : underline;
}

a:active {
   color : #484500;
   text-decoration : none;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
/*p:hover a {
	color: #0000ff;
	text-decoration: none;
}*/

#container {
	width : 900px;
	color : #333;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#header {

}

/*=================== LOGO  START ===========================*/
#logo {
	height: 43px;
	width: 210px;
	margin-left: 17px;
	position: absolute;
}
#eggs {
	height: 43px;
	width: 20px;
	margin-left: 230px;
	clear: both;
	position: absolute;
}
#English {
	height: 43px;
	width: 20px;
	margin-left: 756px;
	clear: both;
	position: absolute;
}
#home {
	height: 43px;
	width: 20px;
	margin-left: 787px;
	clear: both;
	position: absolute;
}
#contact {
	height: 43px;
	width: 20px;
	margin-left: 815px;
	position: absolute;	
}
#search {
	height: 43px;
	width: 20px;
	margin-left: 845px;
	position: absolute;
	left: auto;
}
/*=================== LOGO END ===========================*/

/*=================== FLASH START ===========================*/
#flash {
	width: 900px;
	height: 200px;
	z-index: 1;
	position: relative;
	background-color: #FFFFFF;
	top: 43px;
} 

#flash_gall_in_pub {
	z-index: 1;
	position: relative;
}
/*#text1_over_flash {
	z-index: 2;
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 50px;
	left: auto;
	text-align: center;
	padding-top: 7px;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
} */

.butt_md {
	z-index: 2;
	position: absolute;
	height: 49px;
	width: 150px;
	top: 100px;
	left: auto;
	/*background-image: url(img/button_bg.png);*/
  /* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Templates/img/75p_honey.png');
	display: block;	/*background-repeat: no-repeat;*/
}

/* IE ignores styles with [attributes], so it will skip the following. */
.butt_md[class] {
  background-image:url(img/75p_honey.png);
	/*background-repeat: no-repeat;*/
}
.butt_md a{
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	display: block;
	padding-bottom: 7px;
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Templates/img/button_bg.png');
}
.butt_md a:hover{
	color: #fff;
	font-weight: bolder;
	/*background-image: url(img/button_bg_mouse_over.png);*/
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='Templates/img/button_bg.png');
	background-repeat: no-repeat;
	display: block;
}

#butt_sv_vreme {
	z-index: 2;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 200px;
	left: auto;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	left: inherit;
	visibility: inherit;
	margin-left: 150px;
}

#butt_sv_vreme a{
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding-top: 7px;
	text-decoration: none;
	display: block;
	padding-bottom: 7px;
}
#butt_sv_vreme a:hover{
	color: #fff;
	font-weight: bolder;
	background-image: url(img/button_bg_mouse_over.png);
	background-repeat: no-repeat;
}

#butt_sport {
	z-index: 3;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 150px;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	left: inherit;
	visibility: inherit;
	margin-left: 300px;
}

#butt_sport a{
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
	text-decoration: none;
	display: block;
	padding-bottom: 15px;
}
#butt_sport a:hover{
	color: #fff;
	font-weight: bolder;
	background-image: url(img/button_bg_mouse_over.png);
	background-repeat: no-repeat;
}

#butt_forum {
	z-index: 2;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 50px;
	left: auto;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
	margin-left: 450px;
}

#butt_forum a{
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
	text-decoration: none;
	display: block;
	padding-bottom: 17px;
}
#butt_forum a:hover{
	color: #fff;
	font-weight: bolder;
	background-image: url(img/button_bg_mouse_over.png);
	background-repeat: no-repeat;
}

#butt_gallery {
	z-index: 2;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 200px;
	left: auto;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
	margin-left: 600px;
}

#butt_gallery a{
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
	text-decoration: none;
	display: block;
	padding-bottom: 17px;
}
#butt_gallery a:hover{
	color: #fff;
	font-weight: bolder;
	background-image: url(img/button_bg_mouse_over.png);
	background-repeat: no-repeat;
}

#butt_chat {
	z-index: 2;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 100px;
	left: auto;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
	margin-left: 750px;
}

#butt_chat a{
	color: #CCCCCC;
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
	text-decoration: none;
	display: block;
	padding-bottom: 17px;
}
#butt_chat a:hover{
	color: #fff;
	font-weight: bolder;
	background-image: url(img/button_bg_mouse_over.png);
	background-repeat: no-repeat;
}
/*=================== FLASH END ===========================*/

/*=================== BODY START ===========================*/
#date_in_logo {
	z-index: 2;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 200px;
	left: auto;
	background-image: url(img/button_bg.png);
	background-repeat: no-repeat;
}

#top h1 {
   padding : 0;
   margin : 0;
}

#leftnav {
	float : left;
	width : 212px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 42px;
}


#content {
	margin-left : 216px;
	margin-right : 0px;
	margin-top: 48px;
	padding-top: .4em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: .1em;
}

/*центр колона последни новини*/
#body_in_content {
	height: auto;
	width: 524px;
	position: relative;
	float: left;
}


/* последни новини */
#body_in_content #hot_info {
	background-image: url(img/hot_info_bg.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 30px;
}

#body_in_content #zaglavie_hot_info {
	width: 470px;
	text-align: left;
	margin-left: 10px;
	visibility: inherit;
}
#body_in_content #hot_info ul li #zaglavie_hot_info a {
	margin-left: 13px;
	padding-left: 7px;
	width: 430px;
	text-decoration: none;
}
#body_in_content #hot_info ul li #zaglavie_hot_info a:hover {
	text-decoration: underline;
}

#body_in_content #block_bott_main_page {
	background-image: url(img/pub_bg_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 478px;
	background-position: right;
	padding-top: 20px;
	padding-left: 30px;
}

#body_in_content #block_bott {
	background-image: url(img/pub_bg_bottom.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 508px;
	background-position: right;
}

#body_in_content #pub_full{
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	float: left;
	width: 380px;
	background-image: url(img/right-16x16.png);
	background-repeat: no-repeat;
	background-position: 307px 15px;
	height: 40px;
}
#body_in_content #top{
	font-size: 10px;
	text-align: right;
	padding-right: 30px;
	float: right;
	width: 40px;
}








/* актуална информация */
#body_in_content #actualna_info {
	background-image: url(img/actualna_info.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 16px;
}

/* block_3 */
#body_in_content #block_3 {
	background-image: url(img/hot_info_bg.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 16px;
}

#body_in_content ul {
	list-style: none;
	padding: 0px;
	border: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#body_in_content ul li {
	margin: 0px;
	background-image: url(img/Editor-16x16.png);
	background-repeat: no-repeat;
	background-position: 4px 2px;
}
#body_in_content ul li a {
	font-size: 12px;
	display: block;
	text-decoration: none;
	width: 430px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F4F4F4;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 24px;
}



/* лист публикации от дадена тема */
/*навигационна лента - отгоре*/
#body_in_content #navigation_line {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 494px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #EEEEEE;
}
#body_in_content #navigation_line #vie_ste_tyk {
	font-size: 11px;
	margin-left: 18px;
	text-align: center;
	width: 70px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px dashed #333333;
	padding-bottom: 1px;
	margin-bottom: 3px;
}

/*страници старт*/
#body_in_content #pages {
	height: 18px;
	width: 520px;
}


/* страници край */















#body_in_content #list_pub_top {
	background-image: url(img/pub_top.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 4px;
}
#body_in_content #list_pub_top ul li {
	background-image: none;
	padding-left: 10px;
}

#body_in_content #list_pub_top #date {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 3px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#body_in_content #list_pub_top #zaglavie {
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 4px;
	margin-left: 70px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#body_in_content #list_pub_top #img {
	height: auto;
	width: auto;
	margin-top: 17px;
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#body_in_content #list_pub_top #opisanie_pub {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 3px;
}
#body_in_content #list_pub_top #opisanie_pub ul li {
	background-image: none;
}

#body_in_content #list_pub_top #opisanie_pub ol {
	margin-left: 97px;
}


#body_in_content #list_pub_top #md_docs {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 3px;
}


#body_in_content #list_pub_top #md_docs ul li {
	background-image: none;
	list-style: disc inside;

}

#body_in_content #list_pub_top #md_docs ol {
	margin-left: 7px;
}
#body_in_content #list_pub_top #md_docs ol li{
	background-image: none;
	list-style: disc inside;
}


#body_in_content #list_pub_top #block_bott_pub {
	background-image: url(img/pub_bg_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 478px;
	background-position: right;
	padding-top: 20px;
	padding-left: 30px;
	clear: both;
}
#body_in_content #list_pub_top #block_bott_pub #pub_full{
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	float: left;
	width: 380px;
	background-image: url(img/right-16x16.png);
	background-repeat: no-repeat;
	background-position: 307px 15px;
	height: 40px;
}
#body_in_content #list_pub_top #block_bott_pub #pub_list_tema{
	font-size: 10px;
	text-align: right;
	padding-right: 15px;
	float: left;
	width: 380px;
	background-image: url(img/left-16x16.png);
	background-repeat: no-repeat;
	background-position: 335px 15px;
	height: 40px;
}
#body_in_content #list_pub_top #block_bott_pub #top{
	font-size: 10px;
	text-align: right;
	padding-right: 30px;
	float: right;
	width: 40px;
}








/*==========дясна клонка=============*/
#rightnav_in_content {
	float: right;
	height: auto;
	width: 140px;
	clear: inherit;
	background-color: #FCFCFC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
}
/* IE6 fix*/
* html #rightnav_in_content {
	width: 119px;
}


#rightnav_in_content #block_1 {
	border: 1px solid #EBEBEB;
	padding: 2px;
}
#rightnav_in_content #block_1 #block_1_top{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0099FF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#rightnav_in_content #block_1 #img_1 {
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 3px;
	height: auto;
	width: auto;
}

#rightnav_in_content #block_2 {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 7px;
}
#rightnav_in_content #block_2 #block_2_top{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#rightnav_in_content #block_2 #img_2 {
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 3px;
	height: auto;
	width: auto;
}

#rightnav_in_content #block_3 {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 7px;	
}
#rightnav_in_content #block_3 #block_3_top{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#rightnav_in_content #block_3 #img_3 {
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 3px;
	height: auto;
	width: auto;
}

#rightnav_in_content #block_4 {
	padding: 2px;
	margin-top: 7px;
	background-image: url(img/backgrounds/Line-Diag%201.gif);
}
#rightnav_in_content #block_4 #block_4_top{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#rightnav_in_content #block_4 #img_4 {
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 3px;
	height: auto;
	width: auto;
}

#rightnav_in_content #block_5 {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-top: 7px;	
}
#rightnav_in_content #block_5 #block_5_top{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#rightnav_in_content #block_5 #img_5 {
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 3px;
	height: auto;
	width: auto;
}
/*ТЯЛО КРАЙ*/





#footer {
	clear : both;
	color : #333;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	position: relative;
}
#footer a:hover{
	
}

#footer img {
   float : right;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
   margin : 0;
}
/* end */

#footer p {
   padding-left : 5px;
}

.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}

#content h2 {
   margin : 0 0 .5em 0;
}
#counter {
   display : none;
}

#leftnav p, #rightnav p {
   margin : 0 0 1em 0;
}

