body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #fff3af url('./img/horni.jpg') top repeat-x;
	}

h1 {
	width: 800px;
	height: 271px;
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	background: url('./img/pozadi.jpg') top center no-repeat;
	}

	h1 a#main {
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 800px;
		height: 190px;
		background: url('./img/pozadi.jpg') top center no-repeat;/*překryje text nadpisu*/
		z-index: 1;
		}

	h1 a#gk {
		position: absolute;
		display: block;
		left: 42px;
		top: 105px;
		width: 130px;
		height: 80px;
		z-index: 2;
		}

h2 {
	font-size: 12px;
	display: block;
	position: relative;
	margin: 0;
	margin-bottom: 5px;
	width: 152px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	background: url("./img/menu_heading.png") top center no-repeat;
	}

#body1 {
	position: relative;
	margin: 0 auto;
	top: -80px;
	width: 815px;
	height: 44px;
	background: url("./img/body1.png") top center no-repeat;
	}

#body2 {
	position: relative;
	margin: 0 auto;
	top: -80px;
	width: 815px;
	min-height: 430px;
	background: url("./img/body2.png") top center repeat-y;
	}

#body3 {
	position: relative;
	margin: 0 auto;
	top: -80px;
	width: 815px;
	height: 46px;
	background: url("./img/body3.png") top center no-repeat;
	}


#text {
	position: relative;
	float: right;
	width: 530px;
	right: 60px;
	top: 15px;
	padding-bottom: 20px;
	}

#prekryv {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	background: url('./img/dolni.png') bottom repeat-x;
	}

#menu {
	position: relative;
	float: left;
	left: 47px;
	top: 5px;
	width: 154px;
	font-size: 12px;
	}
	#menu ul {
		padding: 0;
		margin: 0 0 10px 5px;
		list-style-type: none;
		}
		#menu ul li a {
			display: block;
			padding-left: 18px;
			background: url("./img/arrow1.gif") center left no-repeat;
			}
		#menu ul li a:hover {
			background-image: url("./img/arrow2.gif");
			}

.novinka {
	background: url('./img/novinka3.png') bottom center no-repeat;
	padding: 0 0 4px 0;
	margin: 10px 0 0 0;
	}
	.novinkahead {
		height: 28px;
		background: url("./img/novinka1.png") top center no-repeat;
		color: #c42d2d;
		line-height: 26px;
		padding: 0 12px;
	}
	.novinkabody {
		padding: 5px 10px 5px 10px;
		background: url("./img/novinka2.png") top center repeat-y;
		margin: 0;
	}
		.novinkabody span {
			display: block;
			text-align: right;
			margin: 6px 10px 2px 0;
			font-size: 11px;
			font-style: italic;
			}
table {
	font-size: 11px;
	border-collapse:collapse;
	border: 2px solid  #FCC159;
	margin: 0px 10px;
	}
	.spec table{
		font-size: 12px;
		border-collapse:collapse;
		border: 0px;
	}
	.foto table{
		font-size: 10px;
		border-collapse:collapse;
		border: 0px;
	}

th {
	border: 1px solid #FCC159;
	padding: 0.2em 1em;
	}
	.spec td {
		border: 0px;
		padding: 0.2em 1em;
		}
	.foto td {
		border: 0px;
		padding: 0.2em 5px;
		width: 130px;
		}
td {
	border: 1px solid #FCC159;
	padding: 0.2em 1em;
	}

#clearer {
	clear: both;
	}
p {
	margin: 0;
	padding: 0 0 10px 0;
	}
a {
	color: #c42d2d;
	font-weight: bold;
	text-decoration: none;
	}
img {
	display: inline;/*zruší jinak nezměnitelné něco, co se tváří jako spodní margin všech obrázků*/
	}
a img {
	border: 0;
	}
