html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #F2AB9E;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	background: black;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}
#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	background: maroon url(../images/bg.jpg) repeat-y;
	border: 5px solid #750306;
}
#nav img {
	width: 40px;
	float: left;
	padding-right: 10px;
	position: relative;
	top: -11px;
}
#nav {
	margin: 0 0 10px 10px;
	color: #C15D4B;
}
#nav a {
  color: #fff;
}
#nav li {
  padding: 18px 12px 6px 16px;
}
#gallery img {
	display: block;
}
h1 {
  height: 185px;
  background: url(../images/logo.jpg) top right no-repeat;
  color: black;
  font-weight: normal;
}
h1 a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
h1 a:hover {
  color: black;
}
h1 span {
  display: block;
}
h1 em {
  font-style: normal;
  color: white;
  padding-right: 3px;
}
h1 .hone {
  padding: 45px 0 0 110px;
  font: 50px "Arial Narrow", "Tahoma", arial, sans-serif;
}
h1 .htwo {
  position: relative;
  top: -0.1em;
  left: 11.5em;
  font-size: 18px;
  width: 300px;
}
h1 .hthree {
  position: relative;
  top: -0.1em;
  left: 10.5em;
  font-size: 12px;
  letter-spacing: 2px;
  color: #E3C0C1;
  width: 300px;
}
h2 {
  font: 22px verdana, sans-serif;
  font-weight: normal;
  color: #000;
}
.prvni {
  color: #fff;
}
h3 {
  font: 16px verdana, sans-serif;
  font-weight: bold;
  margin: 5px 0;
}
#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	margin: 13px 10px 0 6px;
	position: relative;
}
.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 98px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}
#body-right {
	float: right;
	width: 530px;
	background: url(../images/head_1.jpg) top right no-repeat;
	min-height: 200px;
}
#body-right-content {
	padding-right: 30px;
}
#body-right-content img {
	padding: 10px 0;
}
#footer {
	text-align: right;
	color: #CD3639;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
#footer a {
	color: #CD3639;
}
.spacer {
	height: 18px;
}