.galerie a {
	display: block;
	width: 98px;
	float: left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.galerie a img {
	margin-bottom: 3px;
	display: block;
	border: solid 1px #F49B00;
}
.galerie a:hover {
	color: #FF4200;
	text-decoration: none;
}
body {
	margin: 0px;
	padding: 0px;
}
h1 {
	height: 145px;
	width: 647px;
	padding-top: 305px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/hp/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -323px;
}
#footer {
	height: 74px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#znak {
	background-image: url(../images/hp/znak.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 107px;
	position: absolute;
	right: 15px;
	bottom: 16px;
}
* html #znak {
	bottom: 20px;
}

ul#menu {
	background-color: #FF8800;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 38px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#menu li {
	list-style-type: none;
	float: left;
}
* html #menu li {
	width: 30px;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px dotted #FFFFFF;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
}
#menu li a:hover {
	color: #990000;
	border: 1px dotted #990000;
}
