@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
}
#top {
	background-attachment: fixed;
	background-image: url(body-bg1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 285px;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#recips {
	background: #DDDDDD;
	padding: 0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#recips a {
	text-decoration: underline;
	color: #333;
}

#obal  {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h1 {
	border: 1px solid #F6C2DB;
	background-color: #CDF6A0;
}
#mainContent a {
	color: #00C;
	text-decoration: underline;
}



#row1 {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	height: 285px;
}
#left {
	height: 279px;
	width: 420px;
	float: left;
	border: thin dashed #F36;
}
#right {
	float: right;
	height: 279px;
	width: 420px;
	border: thin dashed #F36;
}
a #sprytrigger1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
	background-color: #CDF6A0;
}
.barevne {
	color: #F69;
}
p .legal {
	font-size: x-small;
	margin: 0px;
}
.sirkarecipu {
	width: 300px;
}

