/* main css */
body, html {
	background-color: #F0FEED;
	padding: 0;	margin: 0;
	font: 10pt/15pt Arial, Helvetica, sans-serif;
	color: #094100;
}

img, div, span, h1, h2, h3, h4 {
	margin: 0; padding: 0; border: 0;
}

.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

h2 {
	font-size: 105%;
	margin-bottom: 0.2em;
	color: #094100;
}
h3 {
	font-size: 100%;
	margin-bottom: 0.2em;
	color: #094100;	
}
hr {
	height: 1px;
	color: #EEEFAB;
	background: #EEEFAB;
	border: 0;
}
p {
	margin: 0;
}
li {
	list-style: square;
}

/* PAGE A HLAVNI ROZMER */

#page {
	position: absolute;
	left: 50%; top: 5px;
	margin-left: -400px;
	width: 800px;
}
h1 {
	position: absolute;
	left: 0; top: 0;
	width: 602px; height: 126px;
	border-right: 1px solid #fff;
	z-index: 1;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}
h1 span {
	position: absolute;
	display: block;
	left: 0; top: 0;
	width: 602px; height: 126px;
	z-index: 5;
	background: #149700 url(../img/h1.gif) no-repeat;
}
#top-right {
	position: absolute;
	right: 0; top: 0;
	height: 126px; width: 198px;
	background: #890D0D url(../img/top_home.jpg) top right no-repeat;
}

#menu {
	position: absolute;
	left: 0; top: 127px;
	background: #DCDCDC;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #149700;
	border-left: 1px solid #149700;
	padding: 7px 0 1px 0;
	width: 602px;
	height: 20px !important;
	height: 30px;
	height/**/:/**/20px;
}
#menu a {
	display: block;
	float: left;
	letter-spacing: 1px;
	border-left: 1px solid #890D0D;
	border-bottom: 1px solid #890D0D;
	line-height: 15px;
	padding: 0 2px 0 5px;
	font-size: 11px;
	color: #149700;
	margin-left: 13px;
	_margin-left: 11px;
	text-decoration: none;
}
#menu a:hover {
	color: #890D0D;
}
#logo {
	position: absolute;
	top: 43px; right: 131px;
	width: 148px; height: 150px;
	background: url(../img/logo.gif) no-repeat;
	z-index: 10;
}
#main {
	position: absolute;
	top: 157px; left: 0;
	padding: 35px;
	width: 533px !important;
	width: 800px;
	width/**/:/**/ 533px;
	background: #fff url(../img/bkg.gif);
	border-right: 196px solid #149700;
	border-left: 1px solid #149700;
	
}
#right {
	position: absolute;
	top: 127px; right: 0;
	width: 196px;
	background: #149700 url(../img/right.gif) no-repeat;
	padding-top: 75px;
}
#right h2 {
	padding: 2px 5px;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#right li, #right ul {
	position: static;
	list-style: none;
	margin: 10px; padding: 0;
}

#right li a {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}
#right li a:hover {
	color: yellow;
}
#right h3, #right p {
	margin: 5px;
	color: #fff;
}
#kontakt {
	background: #890D0D;
	padding: 5px;
	margin 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#kontakt p {
	font-size: 11px;
	line-height: 14px;
}
#kontakt a, #bottom a {
	color: yellow;
	text-decoration: none;
}
#kontakt a:hover, #bottom a:hover {
	text-decoration: underline;
}
#bottom {
	position: absolute;
	margin-top: 30px;
	bottom: -30px; left: -1px;
	width: 800px; height: 30px;
	background: #149700;
	color: #F0FEED;
}
#bottom p {
	font-size: 10px;
	margin: 0; padding: 0;
	line-height: 10px;
	text-indent: 0;
}

/**************SAZBA*****************/
#main h1 {
	position: static;
	width: auto; height: auto;
	font-size: 13pt;
	text-align: left;
	color: #890D0D;
	margin: 20pt 0;
	text-transform: uppercase;
}
#main h2 {
	font-size: 12pt;
	text-align: left;
	color: #890D0D;
	margin: 20pt 0;
}
#main h3 {
	font-size: 11pt;
	text-align: left;
	border-bottom: 1px solid #890D0D;
	margin: 20pt 0;
}
#main h4 {
	font-size: 10pt;
	line-height: 13pt;
	border-left: 13pt solid #890D0D;
	padding-left: 20pt;
	text-align: left;
	margin: 20pt 0;
}
#main p {
	margin: 10pt 0;
	text-indent: 3em;
}
#main p.noindent {
	text-indent: 0;
}
#main table {
	border-collapse: collapse;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	width: 300px;
}

#main th {
	background: #ddd;
}
#main td, #main th {
	border: 1px solid #ddd;
	width: 50%;
	padding: 0 5px;
}
#main table.cenik, #main table.cenik td, #main table.cenik th {
	width: auto;
}
#main td.r {
	text-align: right;
}
#main img {
	float: right;
	border: 2px solid #149700;
	margin: 0 0 0 20px;
}

li.cervena { color: red;}
li.modra { color: blue;}

