body {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4D6822;
	padding: 0;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 10px 0;
}

p {
	padding: 0;
	margin: 0 0 5px 0;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	font-size: 11px;
	color: #000;
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

.clear {
	font-size: 1px;
	width: 100%;
	clear: both;
}

.text_left {
	text-align: left !important;
}
.text_center {
	text-align: center !important;
}
.text_right {
	text-align: right !important;
}

.float_left {
	float: left !important;
}
.float_right {
	float: right !important;
}

#page {
	position: relative;
	width: 1000px;
	background-image: url(../design/bg_page.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-top: 170px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 170px;
	background-color: #fff;
	background-image: url(../design/header.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#header .top_text {
	color: #fff;
	font-size: 10px;
	padding: 4px 0 0 35px;
	margin: 0;
}
#header .logo_text {
	position: relative;
	top: 40px;
	left: 80px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #506928;
	margin: 0;
}

#hp_link {
	position: relative;
	top: 30px;
	left: 20px;
	float: left;
	width: 100px;
	height: 90px;
}

#header_img {
	position: absolute;
	top: 21px;
	right: 0;
	width: 520px;
	height: 199px;
	background-color: #fff;
}

#main {
	float: right;
	width: 730px;
	padding: 80px 20px 20px 0;
	text-align: left;
}

#main p {
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 228px;
	text-align: left;
	padding: 35px 0 0 20px;
	background-image: url(../design/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
}

#menu {
	width: 209px;
	margin: 0 0 80px 0;
	padding: 0;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li a {
	display: block;
	height: 100%;
	text-transform: uppercase;
	color: #394170;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}
#menu li a:hover, #menu li a.active {
	color: #fff;
	background-color: #dfa506;
}

#menu li ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#menu li ul li a {
	display: block;
	height: 100%;
	text-transform: none;
	color: #394170;
	text-decoration: none;
	padding: 5px 0;
}
#menu li ul li a:hover, #menu li ul li a.active {
	text-decoration: underline;
	color: #394170;
	background-color: transparent;
}

#left .contact_label {
	width: 189px;
	height: 22px;
	font-size: 14px;
	color: #fff;
	padding: 5px 0 0 20px;
	background-image: url(../design/contact_label.jpg);
	background-repeat: no-repeat;
}
#left .contact_content {
	width: 169px;
	min-height: 215px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	background-image: url(../design/menu_kontakt.jpg);
	background-repeat: repeat;
}
#left .contact_content a {
	color: #fff;
	text-decoration: none;
}
#left .contact_content a:hover {
	text-decoration: underline;
}

#footer_img {
	clear: both;
	width: 1000px;
	height: 64px;
	background-image: url(../design/footer.jpg);
	background-repeat: no-repeat;
}
#footer_text {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color: #f8ecdc;
}
#footer_inner {
	width: 920px;
	font-size: 10px;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #23550c;
}

#footer_inner a {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#footer_inner a:hover, #footer_inner a.active {
	color: #dfa506;
}

#footer_inner .copy {
	float: left;
	width: 450px;
}


#bottom {
	padding-top: 10px;
	font-size: 12px;
	text-align: center;
}
#bottom a {
	font-size: 12px;
	font-weight: normal;
	color: #0000ff;
}

.gallery {
  text-align: center;
  width: 100%;
}

.gallery td {
  vertical-align: top;
}
