@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #DCEC70;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container #head {
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	height: 68px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#container #foot {
	background-image: url(images/bg-foot.gif);
	background-repeat: no-repeat;
	width: 780px;
	text-align: center;
	color: #FFFFFF;
	background-color: #6E8100;
	background-position: top;
	padding-top: 16px;
	padding-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
}
#container #text {
	background-image: url(images/bg-light-stripes.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #737373;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container #teaser {
	background-image: url(images/bg-divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 50px;
	padding-bottom: 60px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topmargin {
	background-image: url(images/top-margin.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
	margin-top: -1px;
}
#text p {
	margin-left: 60px;
	margin-right: 60px;
	text-align: justify;
}
#teaser p, h1, #teaser form {
	margin-right: 60px;
	margin-left: 60px;
	padding-left: 280px;
	font-weight: bold;
	color: #23429E;
}
#kucharka {
	float: left;
	margin-left: 60px;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #DD3139;
}
#teaser #autor {
	color: #333333;
	margin-bottom: 20px;
}
#teaser #cena {
	color: #333333;
	margin-top: 20px;
}
em {
	font-style: normal;
	font-weight: bold;
	color: #DD3139;
}
#text h2 {
	color: #000000;
	text-align: right;
	margin-right: 60px;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#objednavka {
	margin-top: 20px;
	font-weight: bold;
}
#objednavka img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	margin-right: 5px;
}
#objednavka a {
	color: #DD3139;
}
#bottommargin {
	background-image: url(images/margin-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 19px;
}

