body {
	background-image: url(img/konecny_bg.jpg);
	background-repeat: repeat-x;
	background-color: #a69176;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}

a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.layout {
	width: 960px;
	margin: 15px auto;
	
	background-image: url(img/konecny_center_bg.gif);
}
.head {

	background-image: url(img/konecny_head.jpg);
	text-align: right;
	height: 285px;
	padding-right:15px;
}
.head embed {
	margin-right: 15px;
}
.main {
	background-image: url(img/konecny_main.jpg);
	background-repeat: no-repeat;
	margin: 0px 15px 0px 15px;
	background-position: center top;
}



.left {
	float: left;
	text-align: right;
	margin-top: 90px;
	padding-left: 15px;
}
.left div {
	margin: 10px 0px;
}
.left a {
	color: #9D8971;
}
.left a:hover {
	color: #695c4b;
}

.menu {
width: 200px;
	font-size: 13pt;
	display: block;
	border-bottom: 1px solid #DCD4C9;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}
.menu:hover {
	border-bottom: 1px solid #695c4b;
	text-decoration: none;
}
.submenu {
width: 200px;
	margin: 10px 0px 20px 0px;
}
.submenu a {
	font-size: 10pt;
	padding-right: 20px;
	background-image: url(img/konecny_submenu_bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
}
.submenu a:hover {
	background-image: url(img/konecny_submenu_over.gif);
	text-decoration: none;
}


.content {
	float: right;
	width: 666px;
	min-height: 623px;
	_height: 623px;
	text-align: left;
	background-image: url(img/konecny_text.jpg);
	background-position: 0px 110px;
	background-repeat: no-repeat;
}
.text {
	margin: 20px;
}
h1 {
	font-size: 16pt;
	letter-spacing: 1px;
	font-weight: normal;
	color: #695c4b;
	margin-left: 30px;
}




.footer {
	clear: both;
	background-image: url(img/konecny_footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #a69176;
	padding-top: 30px;
	padding-right: 30px;
	color: #695c4b;
	text-align: right;
}
.footer a {
	color: #695c4b;
}