/* hromadny reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td
{  
    margin: 0; 
    padding: 0; 
} 

table
{ 
    border-collapse: collapse; 
    border-spacing: 0; 
} 

fieldset, img 
{  
    border: 0; 
} 

address, caption, cite, code, dfn, em, strong, th, var
{ 
    font-style: normal; 
    font-weight: normal; 
} 

ol, ul
{ 
    list-style:none; 
} 

caption, th, td
{ 
    text-align: center;
    vertical-align: middle; 
} 

h1, h2, h3, h4, h5, h6
{ 
    font-size: 100%; 
    font-weight: normal; 
} 

q:before, q:after 
{ 
    content:''; 
} 

abbr, acronym 
{ 
    border: 0; 
} 

/* layout */

body 
{
	background: #ffffff;
	color:#404040;											
	text-align: center;			
}

body, input, select, h1, h2, h3, h4, h5, h6
{
	font-family: arial, helvetica, sans-serif;
}

body, input, select
{	
	font-size: 12px; 		
}

h1, h2, h3, h4, h5, h6
{	
	font-weight: bold;
	margin: 14px 0;			
}

p
{	
	margin: 14px 0;		
}

h1
{	
	font-size: 22px;
}

h2
{	
	font-size: 18px;
	color: #660000;		
}

h3
{			
	font-size: 15px;	
	color: #660000;
}

ul li
{		
	list-style: none;
	background: url("_images/layout-list-black.gif") no-repeat left center;
	padding-left: 10px;				
}

a
{	
	text-decoration: none;
	color: #0066cc;
}

a:hover
{	
	text-decoration: underline;	
}

strong
{ 
	font-weight: bold;
}

table
{		
	width: 100%;
	border-collapse: collapse;	
	font-size: 12px;		
}

thead
{				
	background-color: #808080;
	color: #ffffff; 	
}

tbody td
{					
	text-align: center; 		
}

tfoot td
{					
	text-align: right; 	
	border: none;	
}

th, td
{
	border: 1px solid #b6b6b6; 				
	padding: 4px;
	vertical-align: top;		
}

th
{			
	font-weight: bold;	
}

fieldset 
{ 
	width: 100%;		
	border: 1px solid #b6b6b6;
	font-size: 12px;
	padding: 10px 0 10px 0;		
}

legend 
{ 
    margin: 1px 0 0 10px;	
	font-weight: bold;
	color: #404040;	
}

fieldset div
{ 	
	padding: 5px 0 0 0;
}

fieldset div p
{ 
	font-size: 12px;
	margin: 0 10px 0 200px; 	 		
}

fieldset div label
{ 
	width: 180px;	
	margin-right: 10px; 
	padding-right: 10px; 	
	display: block; 
	float: left; 
	text-align: right; 
	position: relative;
}

fieldset label em 
{ 
	position: absolute; 
	right: 0; 
	font-size: 14px; 
	font-style: normal; 
	color: #ff0000;
}

strong
{ 
	font-weight: bold;
}

em
{		
	font-style:italic ;
}

.layout-style-first-heading
{		
	margin: 0 0 14px 0;		
}

.layout-style-textbox
{ 
	width: 200px;		
}

.layout-style-short-textbox
{ 
	width: 70px;		
}

.layout-style-long-textbox
{ 
	width: 300px;		
}

.layout-style-right-justify
{ 
	text-align: right;		
}

.layout-style-left-justify
{ 
	text-align: left;		
}

.layout-style-red-text
{	
	color: #ff0000;		
}

.layout-style-red-text strong
{ 
	font-weight: bold; 
} 

.layout-style-red-text
{ 	
	color: #ff0000;	
}

#layout
{		
	width: 700px; 	
	margin: 10px auto 10px auto;				
}

#layout-frame
{
	background: #ffcc99;
	color: #000000;
	text-align: left;	  
	border: solid 1px #b6b6b6; 								 
}

#layout-header
{			
    background: #ffcc99;
    color: #000000;	    
	height: 80px;		 
	position: relative;		
}

#layout-header h1
{		
	text-align: left;
	margin: 0;
}
	
#layout-header h1 a 
{	
	display: block;
	position: relative; 
	height: 62px;
	width: 590px; 
	top: 7px;
	left: 50px;		
	overflow: hidden;
	cursor: pointer; 	
}

#layout-header h1 a span
{
    background: url("_images/layout-logo.gif") top left no-repeat; 
	display: block;
	position: absolute;
	height: 100%;
	width: 100%; 	
	left: 0;
	top: 0;		
}

#layout-banner
{				
    background: #ffcc99;
    color: #000000;	    
	height: 77px;
	width: 470px;	 
	position: relative;	
	left: 112px;			
}

#layout-content
{	   
	width: 522px;	
	float: right;									
}

#layout-content-frame
{		    
	padding: 0 5px 10px 5px;	
}	

#layout-menu
{	
	float: left;	
	width: 176px;	
	left: 0;	
	background: #ffcc99;						
}

#layout-menu-list ul li
{ 						
	padding:  0 0 4px 5px;					
}

#layout-menu-list ul li a
{		
	display: block;
	position: relative; 
	height: 25px;
	width: 171px; 			
	overflow: hidden;
	cursor: pointer; 		
}

#layout-menu-list ul li a span
{		
	display: block;
	position: absolute;	
	height: 100%;
	width: 100%; 	
	left: 0;
	top: 0;	
}

#layout-menu-list p
{ 						
	padding: 0 0 0 26px;					
}

#layout-menu-list img
{ 						
	border: solid 1px #b6b6b6; 	
}
	
#layout-menu-list ul li a span.layout-menu-uvodni-stranka
{			
	background: url("_images/layout-menu-uvodni-stranka.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-o-bulharsku
{			
	background: url("_images/layout-menu-o-bulharsku.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-salaty
{			
	background: url("_images/layout-menu-salaty.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-specialni-salaty
{			
	background: url("_images/layout-menu-specialni-salaty.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-sendvice
{			
	background: url("_images/layout-menu-sendvice.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-teple-predkrmy
{			
	background: url("_images/layout-menu-teple-predkrmy.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-studene-predkrmy
{			
	background: url("_images/layout-menu-studene-predkrmy.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-polevky
{			
	background: url("_images/layout-menu-polevky.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-bezmasa-jidla
{			
	background: url("_images/layout-menu-bezmasa-jidla.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-pokrmy-z-masa
{			
	background: url("_images/layout-menu-pokrmy-z-masa.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-mlete-maso
{			
	background: url("_images/layout-menu-mlete-maso.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-vnitrnosti
{			
	background: url("_images/layout-menu-vnitrnosti.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-speciality-na-grilu
{			
	background: url("_images/layout-menu-speciality-na-grilu.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-drubez
{			
	background: url("_images/layout-menu-drubez.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-ryby
{			
	background: url("_images/layout-menu-ryby.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-minutky
{			
	background: url("_images/layout-menu-minutky.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-omacky
{			
	background: url("_images/layout-menu-omacky.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-prilohy
{			
	background: url("_images/layout-menu-prilohy.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-deserty
{			
	background: url("_images/layout-menu-deserty.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-zelenina
{			
	background: url("_images/layout-menu-zelenina.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-ostatni-recepty
{			
	background: url("_images/layout-menu-ostatni-recepty.gif") top left no-repeat; 	
}

#layout-menu-list ul li a span.layout-menu-napiste-nam
{			
	background: url("_images/layout-menu-napiste-nam.gif") top left no-repeat; 	
}

#layout-clear
{ 
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0;  
}

#layout-footer
{	   
	font-size: 11px;	
	text-align: center;			
	padding: 0 4px 0 4px;	
}

.default-image
{ 	
	display: block;
	width: 178px;
	height: 124px;	
	border: solid 1px #b6b6b6; 	
	margin: 0 0 5px 5px;
	text-decoration: none;
	background: transparent url("_images/photo-rilski-monastir-1.jpg") top left no-repeat;	
	float: right;	
} 

.o-bulharsku-image 
{ 	
	display: block;
	width: 178px;
	height: 124px;	
	border: solid 1px #b6b6b6; 	
	margin: 0 0 5px 5px;
	text-decoration: none;
	float: right;	
} 