/* 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: 17px;
}

h3
{			
	font-size: 15px;
}

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;
}

.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: 800px; 	
	margin: 10px auto 10px auto;			
}

#layout-frame
{
	background: #ececec;
	color: #000000;
	text-align: left;	  
	border: solid 1px #b6b6b6; 						 
}

#layout-header
{			
    background: #009900;
    color: #000000;	
    background: transparent url("_images/layout-header.gif") top left no-repeat;	
	height: 94px;		 
	position: relative;	
}

#layout-header h1
{		
	text-align: left;
	margin: 0;
}
	
#layout-header h1 a 
{	
	display: block;
	position: relative; 
	height: 148px;
	width: 127px; 
	top: 0px;		
	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-content
{	
	width: 661px;	
	float: right;				
}

#layout-content-frame
{		
	padding-right: 10px;
	padding-bottom: 15px;
}	

#layout-menu
{	
	float: left;	
	width: 127px;	
	background: #ffffff;			
}

#layout-menu-frame
{	
	font-size: 12px; 
	padding-top: 56px;					
	line-height: 14px; 					
}

#layout-menu-list h2
{ 	
	display: block;
	position: relative;	
	height: 25px;
	width: 127px;
	overflow: hidden;	
	font-size: 12px;		
	margin: 0;				
} 

#layout-menu-list h2
{ 	
	display: block;
	position: relative;	
	height: 25px;
	width: 127px;
	overflow: hidden;	
	font-size: 12px;		
	margin: 0;				
} 

#layout-menu-list h2 span
{ 	
	background-color: #009900;
	color: #ffffff;	
	font-weight: bold;	
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;	
	top: 0;
	left:0;	
}

#layout-menu-list ul li
{ 					
	list-style-type: none ;	
	background: #009900;	
	border-top: 2px solid #ffffff;		
	padding: 5px 5px 5px 5px;			
}

#layout-menu-list ul li a
{	
	text-decoration: none;
	color: #ffffff;
}

#layout-menu-list ul li a:hover
{	
	text-decoration: underline;	
}

#layout-menu-bottom
{ 						
	background: #009900;	
	border-top: 2px solid #ffffff;		
	border-bottom: 1px solid #ffffff;
	height: 25px; 				
}

#layout-clear
{ 
  clear: both;
  height: 1px;
  overflow: hidden;
  margin: 0;  
}

#layout-footer
{	   
	font-size: 11px;	
	text-align: center;			
	padding: 0 4px 1px 4px;	
}

.default-image
{ 	
	display: block;
	width: 126px;
	height: 258px;
	border-left: solid 10px transparent;
	padding: 0 0 10px 0;
	text-decoration: none;
	background: transparent url("_images/default-reiki-symbol.gif") top left no-repeat;	
	float: right;	
} 

.kurzy-table table
{		
	width: 100%;	
	border-collapse: collapse;	
	font-size: 12px;
}

.kurzy-table thead
{				
	background-color: #808080;
	color: #ffffff; 	
}

.kurzy-table tbody td
{					
	text-align: left; 			
}

.kurzy-table tfoot td
{					
	text-align: right; 	
	border: none;	
}

.kurzy-table th, td
{
	border: 1px solid #b6b6b6; 				
	padding: 4px;
	vertical-align: top;
	text-align: left; 		
}

.kurzy-table th
{			
	width: 100px;	
	border: 1px solid #b6b6b6; 
	background-color: #808080;
	color: #ffffff; 	
}

.usui-reiki-image
{ 	
	display: block;
	width: 150px;
	height: 210px;
	border-left: solid 10px transparent;
	padding: 0 0 10px 0;
	text-decoration: none;
	background: transparent url("_images/usui-reiki-mikao-usui.jpg") top left no-repeat;	
	float: right;	
} 

.shamballa-1024-image
{ 	
	display: block;
	width: 150px;
	height: 200px;
	border-left: solid 10px transparent;
	padding: 0  0 10px 0;
	text-decoration: none;
	background: transparent url("_images/shamballa-1024-image.jpg") top left no-repeat;	
	float: right;	
} 


#kontakt-linkedin a 
{	
	display: block;
	position: relative; 
	height: 25px;
	width: 160px; 	
	border: none;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;  
}

#kontakt-linkedin a span
{
	background: url("_images/kontakt-linkedin.gif") top left no-repeat;	
	display: block;
	position: absolute;
	height: 100%;
	width: 100%; 
	left: 0;
	top: 0;		
}

