body {
	text-align: center;
	margin: 18px;
	font-family: Verdana, Arial, serif;
	font-size: 11px;
	background-image: url(layout/background.jpg);
	background-repeat: repeat-x;
	background-color: #DEDEDC;
	color: #FFFFFF;
}

h1 {
	color: #2B5C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(layout/star.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
}

h2 {
	color: #2B5C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(layout/odrazka_w.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	font-weight: bold;
}

h3 {
	color: #2B5C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	color: #8D461B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#header {
	height: 233px;
	width: 994px;
	position: relative;
	background-image: url(layout/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
}
#header-logo {
	position: relative;
	height: 70px;
	width: 220px;
	margin: 10px 0 0 20px;
}
#header-logo a {
   display: block;
   height: 70px;
   width: 220px;
}

#header-menu {
	background-image: url(layout/header_menu.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 994px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#header-menu-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	position: relative;
	height: 36px;
	width: 550px;
	line-height: 35px;
	padding-left: 30px;
}
#header-menu-content a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	background-image: url(layout/body.jpg);
	background-repeat: repeat-y;
	position: relative;
	width: 994px;
	margin: 0 auto;
	text-align: left;
}
#content-page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	padding: 10px 20px 10px 204px;
	width: 770px;
	position: relative;
	min-height: 400px;
	z-index: 10;
}
#content-page-cenik {
	position: absolute;
	width: 230px;
	left: 16px;
	top: 10px;
	z-index: 1000;
}
#content-cenik-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	line-height: 30px;
	color: #2B5C00;
	width: 165px;
	padding-left: 5px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8CB832;
	border-left-color: #8CB832;
	background-color: #8CB832;
}

#footer {
	background-image: url(layout/footer.jpg);
	position: relative;
	height: 45px;
	width: 994px;
	font-size: 9px;
	color: #E6FFD2;
	line-height: 45px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content-right {
	background-color: #D0E78D;
	background-image: url(layout/logo_mc.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 217px;
	top: 150px;
	margin-left: 30px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
	min-height: 120px;
}

#footer-text {
	height: 45px;
	width: 300px;
	padding-left: 20px;
}

ul {
	list-style-type: square;
  /*list-style-image: url(images/odrazka.gif);*/
}

li {
	font-size: 0.9em;
	line-height: 150%;
}
.highlight {
	margin-bottom: 1em;
	text-align: justify;
	font-size: 1.1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
.cenik {
	width: 500px;
	padding-left: 20px;
}
.picture {
	float: right;
	border: 1px solid #339933;
	margin-right: 30px;
}

