body 
	{
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 16px;
	color: #844926;
	text-align: right;
	margin: 25px;
	text-transform: uppercase;
}

a 
	{  
	text-decoration: none;
	}
p { 
	font-size: 12px; 
	margin-top: 10px; 
	margin-right: 5px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	color: #585548; 
	border-right-width: 5px; 
	border-left-width: 5px;
	}
p strong { color: #000;}

.vmenu 
	{ 
	font-size: 14px; 
	line-height: 110%; 
	font-weight: normal; 
	color: #502c16; 
	text-align: center; 
	margin-right: 10px; 
	margin-left: 10px;
	text-transform:uppercase;
	}
.topmenu 
	{
	color: #c9a372; 
	text-decoration:none; 
	margin-top: 5px; 
	font-size: 12px; 
	font-weight: bold; 
	border-top-width: 5px
	}
.topmenu_a 
	{
	color: #f6d2a0; 
	font-size: 12px; 
	font-weight: bold; 
	margin-top: 5px; 
	border-top-width: 5px;
	}
.leftmenu_ul 
	{  
	margin-top: 15px; 
	color: #c9a372;
	}
.leftmenu_li 
	{ 
	text-align: left; 
	font-weight: bold;
	padding-bottom: 5px;
	}
.zm 
	{  
	font-size: 12px; 
	font-weight: bold; 
	color: #e3cd00; 
	text-align: left; 
	margin-top: 10px; 
	margin-left: 17px;
	}
.tm 
	{  
	font-size: 12px; 
	font-weight: bold; 
	color: #f6d2a0; 
	text-align: center; 
	margin-top: 5px; 
	margin-bottom: 5px
	}
.cena {  
	font-size: 12px; 
	font-weight: bold; 
	color: #e3cd00; 
	text-align: center; 
	margin-top: 5px; 
	margin-bottom: 5px;
	}
.zagol {  
	font-size: 14px; 
	font-weight: bold; 
	color: #686845; 
	text-align: center; 
	margin-top: 10px; 
	margin-bottom: 10px
	}
.text 
	{  
	font-size: 12px; 
	text-align: justify; 
	margin-top: 10px; 
	margin-right: 5px; 
	margin-bottom: 10px; 
	margin-left: 5px; 
	color: #585548; 
	border-right-width: 5px; 
	border-left-width: 5px;
	}
.form_field800 {
	width:800px; 
	}
.form_field20 {
	width:300px; 
	}
.form_textarea {
	border:0px;
	width:800px; 
	height:300px;
	font-size:12px; 
	color:#333333;
	margin-top:5px;
	margin-bottom:10px;
	}


#nav, #nav ul { 
	padding: 0;
	margin: 0 0 6px 0;
	list-style: none;
	line-height: 1;
}
#nav a:link, #nav a:visited{
	display: block;
	width: 9em;
	margin:6px;
	color: #5f1717;
	text-decoration:none;
	font-size:10pt;

}
#nav a:hover, #nav a:active {
	display: block;
	width: 9em;
	margin:6px;
	color: #000;
	text-decoration:none;
	font-size:10pt;
}
#nav li { 
	float: left;
	width: 100%; /* Opera */
/* 	border: 1px solid #917b53;  */
	}
#nav li ul { 
	position: absolute;
	background: #ccc;
	width: 10em;
	left: -999em; 
}
#nav li ul ul { 
	margin: -1.1em 0 0 7em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}