h2 {
	font-size: 13px;
	font-weight: bold;
	background-image: url(img/catering/bg_h2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	/*display: block;*/
	height: 23px;
	vertical-align: top;
}

table#topmenu {
	background-color: #587A47;
	border-bottom: 2px solid #ffffff;
}


td#top01 {
	background-image: url(img/catering/top01.jpg);
	background-repeat: no-repeat;
	height: 259px;
}
td#top02 {
	background-image: url(img/catering/top02.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
td#top03 {
	background-color: #ffffff;
	background-image: url(img/catering/top03.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
td#top04 {
	background-image: url(img/catering/top04.gif);
	background-position: top;
	background-repeat: no-repeat;
}


td#top01flash {
	background-image: url(img/catering/top01flash.jpg);
	background-repeat: no-repeat;
	height: 259px;
}
td#top02flash {
	background-image: url(img/catering/top02flash.gif);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
td#top03flash {
	background-color: #ffffff;
	background-image: url(img/catering/top03flash.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
td#top04flash {
	background-image: url(img/catering/top04flash.gif);
	background-position: top;
	background-repeat: no-repeat;
}


#obsah {
	background-color: #ffffff;
	padding-left: 25px; 
	/*padding-bottom: 140px;*/
	padding-bottom: 84px;
	padding-right: 212px;/* 187 + 25 */
	padding-top: 35px;
	background-image: url(img/catering/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}

A:link, A:visited {
	color: #587a47;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}


A.color:link, A.color:visited {
	color: #587a47;
	text-decoration: none;
}
A.color:hover {
	text-decoration: underline;
}

input.submit {
	border: none;
	background-color: #587a47;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	cursor: pointer;
}
input.disabled {
	text-align: right;
	border: none;
	background-color: transparent;
}
input#celk {
	font-weight: bold;
}

.greenborder {
	border: 1px solid #587a47;
}