/* YUI CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	background: #000 url(images/site/background.jpg) repeat-x left top;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

#header {
	height: 98px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#content {
	background-image: url(images/site/content_background_02.jpg);
	padding: 20px;
}

#footer {
	background: url(images/site/footer_background.jpg) no-repeat;
	height: 93px;
	position: relative;
	clear: both;
}

#footer-kontakt {
	position: absolute;
	bottom: 10px;
	text-align: left;
	font-size: 14px;
}

#footer-kontakt p {
	margin: 0 0 0 10px;
	padding: 0;
	color: #fff;
}

#footer-design {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#footer-design a, #footer-design a:link {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#footer-design a:hover {
	color: #22491e;
}

.clearer {
	clear: both;
}
.box {
	width: 240px;
	background-color: #fefae5;
	float: left;
	margin-right: 20px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.last-box {
	margin-right: 0;
}

.box h2 {
	line-height: 40px;
	background-color: #dac979;
	font-size: 20px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
}

.box-image {
	height: 110px;
	border-bottom: 1px solid #fff;
}

.box-text {
	border-top: 1px solid #7a670a;
	padding: 5px;
	font-size: 15px;
	text-align: left;
	margin-bottom: 10px;
}

.box-link, .box-mapa {
	text-align: left;
	margin: 0 5px 10px 5px;
	padding-left: 30px;
	height: 25px;
	background: #fdf3bf url(images/site/galerija.gif) no-repeat left top;
}

.box-mapa {
	background: #fdf3bf url(images/site/mapa.gif) no-repeat left top !important;
}

.box-link a, .box-mapa a {
	line-height: 25px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.box-link a, .box-link a:link,.box-mapa a, .box-mapa a:link {
	color: #999;
	text-decoration: none;
}

.box-link a:hover, .box-mapa a:hover {
	color: #000;
}

.empty {
	background: none;
}

/* Mapa */

#mapBox {
	width:600px;
	height:510px;
	display:none;
	*margin-left:-9999px;
	*height:0px;
	*position:relative;
	*top:-500px;
	*display:block
}