body {
	margin: auto;
	padding: auto;
	text-align: center;
	background: #711c05;
	font-family: Arial;
}

#x {
	width: 100%;
	height: 69px;
	background-image: url("images/pruh.gif");
	background-repeat: repeat-x;
	position: relative;
	top: 223px;
	z-index: 1;
}

#hlavni {
	margin: auto;
	margin-top: -20px;
	width: 879px;
	padding: 1px;
}

#logo {
	text-align: left;
	margin: 0 0 0 0px;
	padding: 0 15px 0 15px;
}

#header {
	width: 627px;
	height: 235px;
	background-image: url("images/gramo.gif");
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	z-index: 100;
}

#obsah {
	padding: 10px;
	width: 605px;
	min-height: 500px;
	background: #e3e2c0;
	text-align: left;
}

#stin {
	width: 659px;
	float: right;
	background-image: url("images/stin.gif");
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}

#spodek {
	width: 625px;
	height: 20px;
	color: #711c05;
	padding: 40px 35px 0 0;
	text-align: right;
	font-size: 0.7em;
	background-image: url("images/spodek.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

#levysl {
	width: 220px;
	float: left;
	text-align: left;
	color: #e5cac0;
}

#kontakt h2 {
	font-size: 1.3em;
	font-weight: normal;
}

#kontakt address {
	font-size: 0.72em;
	font-style: normal;
}

#kontakt a{
	color: #e5cac0;
}

#menu {
	padding: 15px 0 0 0;
	margin-top: -10px;
	background: #591d01;
	border: 4px solid #822b03;
	height: 170px;
	font-family: "Times Sans serif";
	text-transform: uppercase;
	font-size: 1.1em;
	text-align: center;
	position: relative;
	z-index: 100;
}

#menu a {
	color: #c4a89a;
	text-decoration: none;
}



#menu ul {
	list-style: none;
	list-style-image: none;
	margin-top: -10px;
	margin-left: -40px;
	text-align: center;
}

#menu ul li {
	margin: 0;
	padding: 11px;
	border-bottom: 3px solid #822b03;
}

#menu ul li:HOVER {
	background: #c4a89a;
}

#footer {
	width: 100%;
	height: 60px;
	clear: both;
	position: relative;
	top: -60px;
	z-index: -1;
	background-image: url("images/pruh.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

a img {
	border: 0;
}

.floatright{
	float: right;
}


/* table styles */
table.listing td,table.listing th {
	border: 1px solid #e3e2c0;
	text-align: center;
}

table.listing th {
	background: #711c05;
	color: #fff;
	padding: 5px;
}

table.listing td {
	background: #D8D8D8;
	color: #000;
	padding: 3px 5px;
	text-align: left;
}

table.listing .bg td {
	background: #ECECEC;
}

table.listing .white td {
	background: #fff;
}

table.listing .first {
	border-left: 0px solid #9097A9;
	text-align: left;
}

table.listing .last {
	border-right: 0px solid #9097A9;
}

table.listing th.first {
	background: #711c05;
	border-left: 0;
}

table.listing th.last {
	background: #711c05;
	border-right: 0;
}

table.listing .style1 {
	font-weight: bold;
	color: #FF7A00;
}

table.listing .style2 {
	font-weight: bold;
	padding-left: 16px;
}

table.listing .style3 {
	padding-left: 25px;
}

table.listing .style4 {
	padding-left: 35px;
}

table.form .last {
	padding: 1px 0 1px 5px;
	text-align: left;
}

table.form th,table.form td {
	padding-left: 10px;
}

table.form input.text {
	width: 262px
}

.hidden{
	position: absolute;
	top: -1000px;
	left: -1000px;
}