body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	min-width: 955px;
}

h4 {
	font-family: "Trebuchet MS";
	font-weight: bolder;
	font-size: 1.2em;
	margin: 40px 0px 0px 40px;
	color: White;
	/*position: relative;
	top: 40px;
	left: 40px;*/
}

h2 {
	font-size: 0.9em;
	font-weight: bolder;
	width: 390px;
	margin: 20px 0px 47px 40px;
	/*position: relative;
	_position: ;
	left: 40px;
	top: 50px;*/
}

h3 {
	font-size: 1em;
	color: White;
	margin: 10px 0px 0px 10px;
}

h1 {
	font-size: 1.1em;
	font-weight: bolder;
	color: #0087B4;
	margin: 30px 0px 0px 10px;
	text-decoration: underline;
}

h5 {
	font-size: 0.9em;
	display: block;
	color: #0087B4;
	border-bottom: 2px solid #00CC00;
	margin: 10px 0px 0px 10px;
	padding: 2px 2px 2px 10px;
	width: 550px; 
}

h6 {
	font-size: 0.8em;
	padding-left: 20px;
	margin-bottom: 10px;
}


#coint {
	position: relative;
	text-align: left;
	width: 955px;
	margin: 15px auto 20px auto;
	display: block;
	min-height: 650px;
	height: auto;
	background: White;
	border: 1px solid black;
	padding-bottom: 50px;
}

#header {
	display: block;
	width: 100%;
	height: 55px;
	margin-top: 0px;
	background: url(img/bg/bg_header.png) repeat-x;
	/* border: 1px solid red; */
}

#header .topmenu {
	display: block;
	width: 100%;
	
}		

#header .topmenu .hrefs {
	display: block;
	float: left;
	_display: inline;
	width: 180px;
	color: White;
	text-align: center;
	margin-top: 10px;
	margin-left: 6px;
	_margin-left: 10px;
}

#header .topmenu .hrefs p {
	margin-top: 0px;
	font-size: 0.7em;
}

#header .topmenu .hrefs a {
	color: White;
	font-size: 0.85em;
	font-weight: bolder;
	text-decoration: none;
}

#header .topmenu .hrefs a:hover {
	color: #00CC00;
}

#header .topmenu .hrefs a.active {
	color: #00CC00;
}

/* ------------------------------ END HEADER ----------------------------*/

.header2 {
	position: relative;
	margin-top: 2px;
	display: block;
	width: 955px;
	height: 171px;
	/* border: 1px solid yellow;  */
}
/*
.header2 .gl {
	float: left;
	width: 188px;
	height: 171px;
	background: url(img/bg/bg-gl.png) repeat-y;
	margin: 0px;
	padding: 0px;
}
*/

.header2 .logo {
	position: relative;
	top: 0px;
	left: 2px;
	width: 366px;
	height: 165px;
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	/* border: 1px dashed red; */
	/*height: 171px;*/
	border-bottom: 19px solid #609923;
}

.header2 .logo img {
	position: absolute;
	top: 45px;
	left: 30px;
	/* border: 1px solid red; */
	/* margin: 60px 0px 0px 40px;*/
}

.header2 .pagetitle {
	position: absolute;
	top: 0px;
	left: 370px;
	width: 583px;
	/* height: 171px; */
	background: url(img/bg/bg_pagetitle.png) no-repeat;
	/* border: 1px solid blue; */
	margin: 0px;
	/* padding-bottom: 20px; */
}

.header2 .pagetitle img {
	position: absolute;
	top: 40px;
	left: 440px;
	margin: 0px;
}

.header2 .pagetitle .locator {
	display: block;
	position: absolute;
	top: 165px;
	width: 577px;
	padding: 3px;
	color: White;
	background: #333333;
	font-size: 0.7em;
	margin-top: 0px;
	z-index: 2;
}

.header2 .pagetitle .locator a {
	color: #00CC00;
}

.header2 .pagetitle .locator a:hover {
	color: White;
}

/* ------------------------------ END HEADER2 ----------------------------*/

.menu {
	position: relative;
	float: left;
	top: -6px;
	_margin-top: -13px;
	width: 188px;
	_width: 188px;
	height: 1377px;
	margin-top: 20px;
	/* border: 1px solid red; */
	/*background: url(img/bg/bg-gl.png) repeat-y;*/
}


.menutitle{
cursor:pointer;
margin: 0px 0px 5px 8px;
color:Black;
width:178px;
padding:3px;
font-size: 0.9em; 
text-align:left;
font-weight:bold;
}

.menutitle a {
	color: Black;
}

.menutitle a:hover {
	color: White;
}
 .submenu{
margin-bottom: 0.5em;

}

ul.submenu {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	font-size: 0.8em;
	list-style: none;
}

ul.submenu li {
	margin-left: 10px;
	background: #F5F5F5;
}

 ul.submenu li a {
	color: Black;
	text-decoration: none;
	font-weight: bolder;
}

 ul.submenu li a:hover {
	color: White;
	font-weight: bolder;
}

/* ------------------------------ SUBMENU2 ----------------------------- */
ul.submenu 
{ 
	width: 178px;
	_width: 170px;
} 

ul.submenu, ul 
{ 
padding:0; 
margin:0; 
list-style-type:none; 

} 

ul.submenu ul 
{ 
position:absolute; 
top:0; 
left:58px; 
visibility:hidden; 
margin: 0px;
} 

ul.submenu li 
{
position:relative; 
z-index: 2;
_border: 1px solid #e0e0e0; /* IEH */
} 

ul.submenu li li {
	border: 1px solid #e0e0e0;
	margin: 0px;
	padding: 3px;
}

ul.submenu li li a {
	/*margin: 20px;*/
	display: block;
	height: 16px;		
}

ul.submenu a.active 
{ 
color: White;

}

ul.submenu a 
{ 

 display: block;
	width: 178px;
	_width: 170px; 
	padding: 5px 12px 5px 8px;
	color: Black;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
} 

ul.submenu a:hover, ul.submenu li:hover a, ul.submenu li.hover a 
{
	color: White;
	background: #4C811F;
} 

ul.submenu li:hover ul a, ul.submenu li.hover ul a 
{ 
background-color:#7CBA29; 
color:White;
width: 278px;
_width: 300px;
/*margin: 0px;*/
} 

ul.submenu li:hover ul a:hover, ul.submenu li.hover ul a:hover 
{ 
background-color:White; 
color: black; 
} 

/* === !!! === 
ul#Menu li.active:hover ul a.active:hover, ul#Menu li.active hover ul a.active:hover 
{ 
border-left: 10px solid #606060;
font-weight: bold;
}
 === !!! ===  */



ul.submenu li:hover ul, ul.submenu li.hover ul 
{ 
display: block;
float: left;
top: -30px;
position: absolute;
margin: 0px 0px 0px 120px;
_margin: 0px 0px 0px 113px;
border: 1px solid #303030;
width: 300px;
height: 100px; 
text-align: left;
visibility:visible; 
z-index: 25;
}


ul.submenu li li 
{ 
display: block;
/*height: 18px;*/
_height: 13px;
padding:0px; 
background-color:#e0e0e0;
margin: 0px;
} 

ul.submenu li 
{ 
behavior: url(hover.htc); 
} 
/* ---------------------------- MENU NEW ------------------------------- */

#masterdiv {
	background: White;
	border-right: 1px solid #A9A9A9;
	padding-top: 10px;
}

#masterdiv ul {
	color: Black;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 14px;
}

#masterdiv ul li {
	display: block;
	width: 160px;
	margin: 0px 0px;
/*	padding-left: 10px;*/
	
}


#masterdiv ul li a {
	display: block;
	width: 160px;
	font-weight: normal;
	text-decoration: none;
	color: #404040;
	padding: 3px 0px 1px 5px;
	border-bottom: 1px solid #A9A9A9;
}

#masterdiv ul li a:hover {
	background: #0087B4;	
	color: White;
}

#masterdiv ul li a.active {
	background: #0087B4;	
	color: White;
}

#masterdiv ul li a.pas {
	color: #A9A9A9;
}


/* ---------------------------- SPONSORS, COPZRIGHT -------------------- */
.sponsors {
	clear: left;
	margin: 20px 0px 20px 5px;
}

.copyright {
	display: block;
	width: 178px;
	height: 50px;
		margin-bottom: 20px;
}

.copyright p {
	font-size: 0.6em;
	text-align: center;
}

.copyright a {
	color: Black;
	padding: 2px;
	text-decoration: none;
	margin-top: 12px;
}

.copyright a:hover {
	color: White;
	background: #40731E;
}
/* ---------------------------- END SUBMENU2 ---------------------------*/
/* ------------------------------ END MENU ----------------------------*/

#middle {
	position: relative;
	_position: relative;
	float: left;
	/*top: 222px;*/
	_top: -640px;
	/*left: 191px;*/
	_left: 191px;
	width: 177px;
	height: 590px;
	/* border-top: 19px solid #609923; */
	/*background: #333333;
	background: url(img/bg/bg_middle.png) repeat-x;*/
	background: none;
}

#middle img {
	margin: 20px 0px 0px 4px;
}

/* ------------------------------ END MIDDLE ----------------------------*/

#main {
	display: block;
	
	position: relative;
	/*position: absolute;*/
	float: right;
	/*top: -1500px;/*226px;*/
	/*left: 370px;*/
	width: 582px;
	height: auto;
	margin-bottom: 10px;
}

#main .cblock {
	position: relative;
	float: left; 
	top: 15px;
	margin-top: 14px;
	margin-right: 7px;
	margin-bottom: 5px;
	display: block;
	width: 280px;
	height: 200px;
	text-decoration: none;
	border: 2px solid Black;
	background: url(img/bg/bg_card_bw.png) repeat-y;
}

#main p {
	padding: 10px;
	font-size: 0.9em;
	text-align: justify;
	margin-top: 0px;
}

#main p a {
	padding: 2px;
	font-weight: bolder;
	color: #E10000;
}

#main p a:hover {
	/*color: #4C811F;*/
	color: #00CC00;
}

#main p.back {
	float: right;
	padding-right: 20px;
}

#main p.back a {
	padding: 2px;
	font-weight: bolder;
	color: #E10000;
}

#main p.back a:hover {
	/*color: #4C811F;*/
	color: #00CC00;
}

img.newadr {margin-top: 15px;}

#main a.card {
/*
	position: relative;
	float: left;
	top: 15px;
	margin-top: 14px;
	margin-right: 7px;
	margin-bottom: 5px;
	display: block;
	width: 280px;
	height: 200px;
	text-decoration: none;
	border: 2px solid Black;
	background: url(img/bg/bg_card_bw.png) repeat-y;
	*/
	display: block;
	float: right;
	font-size: 0.8em;
	padding: 2px;
	margin-right: 5px;
	color: White;
	background: #0087B4;
}

#main .cblock h3 {
	color: White;
	font-size: 0.95em;
	font-weight: bold;
}

#main .cblock img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid Black;
}

#main p.incard {
	display: block;
	font-size: 0.65em;
	font-weight: normal;
	text-align: justify;
	color: Black;
}

#main a.card:hover {
	background: #00CC00;
}

#main .gray {
	display: block;
	background: url(img/bg/bg_main_gray.gif) repeat-y;
	width: 279px;
	margin-left: 2px;
	margin-top: 26px;
}

#main .gray p {
	font-size: 0.8em;
	padding: 5px;
	text-align: justify;
	margin: 2px 0px 6px 0px;
}

#main .blue {
	position: absolute;
	top: 398px;
	left: 285px;
	display: block;
	float: right;
	width: 289px;
	height: 182px;
	background: url(img/bg/bg_main_blue.png) repeat-x;
	margin: 4px;
}

#main .blue p {
	color: White;
	font-size: 0.8em;
	padding: 5px;
	text-align: justify;
	margin: 2px 0px 6px 0px;
}

#main .blue p.more {
	margin: 10px 0px 10px 220px;
}

#main .blue p.more a {
	color: Black;
	font-weight: bolder;
	padding: 3px;
	background: White;
}

#main .blue p.more a:hover {
	background: none;
	color: white;
}

#main .mainr {
	position: absolute;
	top: 26px;
	left: 290px;
	float: right;
}

#main .mainl {
	margin: 10px 0px 10px 4px;
}

#main img.tnl {
	float: left;
	position: relative;
	top: -10px;
}

#main .imgoznaceni {
	margin-bottom: 30px;
}

#main .taboznaceni {
	margin-left: 10px;
	font-size: 0.7em;
	border-collapse: collapse;
	margin-bottom: 40px;
}

#main .taboznaceni caption {
	font-weight: bolder;
	text-align: left;
	margin-left: 10px;
	color: #0087B4;
}

#main .taboznaceni tr.tabpopis {
	font-weight: bolder;
	color: #E10000;
	background: #F5F5F5;
}

#main .taboznaceni tr.tablichy {
	background: #F5F5F5;
}

#main .catalog {
	margin: 0px;
	border: 2px solid White;
}

#main .objednavka {
	position: relative;
	top: -440px;
	display: block;
	float: right;
	width: 250px;
	height: auto;
	margin-right: 20px;
	_margin-right: 0px;
}

#main .objednavka p.contactform {
	font-size: 0.8em;
}

#main .objednavka p.contactform .con {
	margin-top: -30px;
}

#main .objednavka p.contactform .con tr td{
	font-size: 0.8em;
}

#main .bottom {
	display: block;
	width: 566px;
	background: url(img/bg/bg_main_bottom_gray.png) repeat-y;
	margin: 4px;
	margin-bottom: 20px;
}

#main a.cat-href {
	display: block;
	float: left;
	width: 144px;/*width: 566px;*/
	height: 172px; /*height: 799px;*/
	border: 2px solid #A9A9A9;
	margin: 10px 30px 10px 16px;
}

#main a.cat-href:hover {
	border: 2px solid #E10000;
}

#main a.policka-href {
	display: block;
	float: left;
	width: 164px;/*width: 566px;*/
	height: 196px; /*height: 799px;*/
	border: 2px solid #A9A9A9;
	margin: 10px 15px 10px 8px;
}

#main a.policka-href:hover {
	border: 2px solid #E10000;
}

#main .bottom p {
	color: #0087B4;
	font-size: 0.8em;
	padding: 5px;
	text-align: justify;
	margin: 2px 0px 6px 0px;
	clear: both;
}

#main img.imgflright {
	position: relative;
	float: right;
	right: 40px;
	top: 10px;
}

.emp {
	display: block;
	height: 10px;
	float: left;
}

/* ------------------------------ KONTAKT ----------------------------*/
#main a.mapa img {
	border: none;
}

#main a.mapa  {
	margin: 20px 0px 40px 10px;
	display: block;
	width: 480px;
	height: 287px;
	border: 2px solid Black;
}

#main a.mapa:hover {
	border: 2px solid #0087B4;
}

#main table.time {
	font-size: 0.8em;
	border: 1px solid #00CC00;
	border-collapse: collapse;
	margin-left: 10px;
}

#main table.time tr td {
	padding-left: 2px;
}

#main table.time tr:nth-child(2n+1) {
	background: White;
}

#main  table.time tr:nth-child(2n) {
	background: #F5F5F5;
}

#main table.timebig {
	font-size: 0.9em;
	border: 1px solid #00CC00;
	border-collapse: collapse;
	margin-left: 10px;
}

#main table.timebig tr td {
	padding-left: 2px;
}

#main table.timebig tr:nth-child(2n+1) {
	background: White;
}

#main  table.timebig tr:nth-child(2n) {
	background: #F5F5F5;
}


form.con {
	font-size: 0.8em;
}

form.con legend {
	color: #00CC00;
	font-weight: bolder;
}


/* ------------------------------ END MAIN ----------------------------*/

#footer {
	position: relative;
	display: block;
	width: 955px;
	height: 40px;
	background: #333333;
	top: 50px;
	clear: both;
}