body {
	background-color: #000000;
	text-align: center;
}
#main {
	width: 800px;
	margin: auto;
}
#header {
	width: 800px;
	background-image: url("images/top.jpg");
	background-repeat: no-repeat;
	background-color: #B32E1D;
	height: 367px;
	margin: auto;
}
#footer {
	width: 800px;
	background-image: url("images/bottom.jpg");
	background-repeat: repeat-y;
	height: 117px;
	margin: auto;
}
#page {
	width: 800px;
	background-color: #B32E1D;
	margin: auto;
}
div#heading_cz{
	position: absolute;
	top: -5px;
	left: -650px;
	display: block;
	width: 400px;
	background-image: url("images/chovatel_cz.jpg");
	background-repeat: no-repeat;
	height: 33px;
}
div#heading_en{
	position: absolute;
	top: -5px;
	left: -650px;
	display: block;
	width: 400px;
	background-image: url("images/chovatel_en.jpg");
	background-repeat: no-repeat;
	height: 33px;
}
.none{
	visibility: hidden;
	top: -5px;
	left: -10px;
	position: absolute;
}
div#menu {
	margin: -10px 0 0 25px;
	padding: 0;
	list-style-type: none;
	float: left;
	background-image: url("images/button_shadow.gif");
	background-repeat: no-repeat;
	position: relative;
	top: 208px;
}
div#menu a {
	padding-left: 17px;
	width: 206px;
	height: 64px;
	background-image: url("images/button.png");
	background-repeat: no-repeat;
	display: block;	
	z-index: 5;
}
div#menu a img {
	padding-top: 2px;
}
div#content {
	position: relative;
	float: right;
	right: 26px;
	margin-top: -120px;
	width: 519px;
	background-image: url(images/content_middle.png);
	background-repeat: repeat-y;
	font-family: "Monotype Corsiva", "Courier New", Courier, monospace;
}
div#content_left {
	float: left;
	position: relative;
	top: 217px;
	left: 17px;
	height: 560px;
}
div.text {
	margin: 5px 20px;
	text-align: justify;
	font-family: "Monotype Corsiva", "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #642117;
	text-align: left\9 /*cause IE is not able to render the last character on the line completely*/
}
td {
	font-family: "Monotype Corsiva", "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #642117;
}
img#design {
	float: right;
	position: relative;
	right: 190px;
	top: 68px;
}
img.block {
	display: block;
}
#menu2 {
	position: relative;
	top: 213px;
	margin-left: 250px;
	z-index: 0;
}

#menu2 a img
{
  margin-right: 15px;
}

#languages {
	position: relative;
	right: 20px;
	top: 6px;
	float: right;
}
#languages a {
	margin: 0px 10px;
}
a img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #FCD3B0;
}
table {
	border-collapse: collapse;
}
td {
	border: 1px solid #660000;
	padding: 2px 5px;
}
hr {
	background-image: url("images/hr.gif");
	background-repeat: no-repeat;
	width: 377px;
	height: 12px;
	border: none;
}
.ie {
	display: none;
}

