/* #60BF63 - tmavě zelená */
/* #267322 - tmavěji zelená */

/* #E6FFE6 - světle zelená */
/* #FFC0BF - světle červená */
/* #BF6160 - tmavě červená */

/*#8CC63F - stredni zelena misto ruzove*/
/*#ED1C24 - cervene pismo*/
/*#CBDB2A - svetle zelena*/
/*#28903A - tmave zelena*/
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	background:#8CC63F;
	color: #000;
	font: 14px Tahoma;
}

h1 {
	font: 22px Tahoma;
	font-weight: bold;
	color: #000000;
}

h2 {
	font: 16px Tahoma;
	font-weight: bold;
	color: #ED1C24;
	
}


.main {

	width: 1000px;
	height: auto;
	margin: auto;
	padding: 0px;
	text-align: left;
}

.levy_sloupec {
position: relative;
top:70px;
right: 20px;
width: 100px;
height: 800px;
}

.pravy_sloupec {
position: relative;
left: 920px;
top: -710px;
width: 100px;
height: 800px;
}

.header {
position: relative;
left: 100px;
top: -1600px; 
	width: 800px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 1px;
}



/* HORIZONTÁLNÍ MENU */
div.horizontal_menu {
position: relative;
left: 100px;
top: -1590px;
	width: 798px;
	height: 30px;
	background: #28903A;
}


.horizontal_menu ul.h_odkaz, ul  {
	padding: 0px;
	margin: 0px;
	color: #ED1C24;
	list-style-type: none;
}

.horizontal_menu ul.h_odkaz li {
	float: left; 
	width: 87px;
	height: 30px;
	text-align: left;
	font: 14px Tahoma;
	font-weight: bold;
 	cursor: pointer;
}

.horizontal_menu ul.h_odkaz li.long {
	float: left; 
	width: 150px;
	height: 30px;
	text-align: left;
	font: 14px Tahoma;
	font-weight: bold;
	cursor: pointer;
}


.horizontal_menu ul.h_odkaz li a {
	text-decoration: none;
	color: #CBDB2A;
	
}

.horizontal_menu ul.h_odkaz li a:hover {
	color: #ED1C24;
}
.horizontal_menu ul.h_odkaz li span {
	padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 5px;
	text-align: center;
	display: block;
}
.horizontal_menu ul.h_odkaz li:hover {
	color: #FFDE5B;
}




/* OBSAH - TEXTOVÉ OKNO */
.obsah {
 position: relative;
left: 100px;
 top: -1590px; 
	width: 776px;
	height: auto;
	background:  #CBDB2A;
	margin-top: 1px;
	padding: 10px;
	text-align: justify;
	border: 1px solid #267322;
	_margin-top:-2px
}

.obsah img {
	border: 1px solid #000;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	float:none;
}


.obsah ul {
	list-style-type: disc;
	margin-left: 20px;
	color: #000;
}


.footer {
 position:relative;
top: -1590px;
	clear: both;
	height: 35px;
	margin-top: 1px;
	text-align: center;
	color: #ED1C24;
	font-weight: bold;
	font-size: 13px;
}
.footer a {
	text-decoration: none;
	color: #ED1C24;
}

.footer span {
	display: block;
	padding-top: 10px;
}


.obsah table.orderform{
border-collapse: collapse;
border: 0px;
text-align: left;
background: #CBDB2A;
_margin-top: 20px;
margin-bottom: 20px;
}

.obsah table.orderform tr.popis {
font-weight: bold;
color: #000000;
}


.obsah table.katalog{
border-collapse: collapse;
border: 0px;
text-align: center;
background: #CBDB2A ;
_margin-top: 20px;
margin-bottom: 20px;
}

.obsah table.katalog tr.popis {
font-weight: bold;
color: #000000;
}	

.obsah ol
{
line-height: 200%;
}

.obsah ul
{
line-height: 200%;
}
