* {
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 22px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

div, p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #835133;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

strong {
	font-weight: 400;
}

#wrapper, #bottom {
	margin: 0px auto;
	width: 980px;
	clear: both;
}

#top, #slider, #content {
	width: 980px;
	clear: both;
}

#left, #bottom-left {
	float: left;
}

#right, #bottom-right {
	float: right;
}

#top {
	height: 555px;
	position: relative;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 297px;
	z-index: 999;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: top center;
}

#logo a {
	margin: 0px 0px 0px 10px;
	width: 200px;
	height: 257px;
	display: block;
}

#menumini {
	position: absolute;
	top: 105px;
	right: 360px;
	height: 38px;
	background-image: url("../images/menu-left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width:239px;
}

#menumini ul, #menumini ul li {
	margin: 0px;
	padding: 0px;
	height: 38px;
	display: block;
	list-style: none;
}

#menumini ul {
	background-image: url("../images/menu-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#menumini ul li {
	padding-left: 2px;
	float: left;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: top leftt;
}

#menumini ul a {
	margin: 0px;
	padding: 0px 20px;
	display: block;
	font-family: 'Cantora One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	width:199px;
	text-align:center;
}

#menumini ul li:first-child {
	padding-left: 0px;
	background: none;
}

#menumini ul a:hover {
	color: white;
	background-color: #835133;
}


#menumini2 {
	position: absolute;
	top: 105px;
	right: 118px;
	height: 38px;
	background-image: url("../images/menu-left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width:239px;
}

#menumini2 ul, #menumini ul li {
	margin: 0px;
	padding: 0px;
	height: 38px;
	display: block;
	list-style: none;
}

#menumini2 ul {
	background-image: url("../images/menu-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#menumini2 ul li {
	padding-left: 2px;
	float: left;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: top leftt;
}

#menumini2 ul a {
	margin: 0px;
	padding: 0px 20px;
	display: block;
	font-family: 'Cantora One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
	width:199px;
	text-align:center;
}

#menumini2 ul li:first-child {
	padding-left: 0px;
	background: none;
}

#menumini2 ul a:hover {
	color: white;
	background-color: #835133;
}

#menu {
	position: absolute;
	top: 28px;
	right: 10px;
	height: 76px;
	background-image: url("../images/menu-left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width:729px;
}

#menu ul, #menu ul li {
	margin: 0px;
	padding: 0px;
	height: 38px;
	display: block;
	list-style: none;
}

#menu ul {
	background-image: url("../images/menu-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#menu ul li {
	padding-left: 2px;
	float: left;
	background-image: url("../images/li.gif");
	background-repeat: no-repeat;
	background-position: top leftt;
}

#menu ul a {
	margin: 0px;
	padding: 0px 20px;
	display: block;
	font-family: 'Cantora One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: black;
	line-height: 38px;
	text-decoration: none;
	white-space: nowrap;
}

#menu ul li:first-child {
	padding-left: 0px;
	background: none;
}

#menu ul a:hover {
	color: white;
	background-color: #835133;
}

#info {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 18px;
}

#info, #info a {
	font-size: 12px;
	font-weight: 400;
	color: #835133;
	line-height: 18px;
}

#info img {
	margin-left: 10px;
	vertical-align: middle;
}

#slider {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 980px;
	height: 350px;
	z-index: 995;
}

#slides {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 350px;
	z-index: 990;
}

#slider #prev {
	position: absolute;
	top: 144px;
	left: 27px;
	width: 60px;
	height: 60px;
	z-index: 995;
}

#slider #next {
	position: absolute;
	top: 144px;
	right: 27px;
	width: 60px;
	height: 60px;
	z-index: 995;
}

#nav-wrapper {
	position: absolute;
	top: 519px;
	left: 448px;
	height: 13px;
	z-index: 999;
	text-align: center;
}

#nav {
	margin: 0px auto;
}

#nav a {
	margin-right: 4px;
	float: left;
	width: 13px;
	height: 13px;
	background-image: url("../images/slide-empty.gif");
	background-repeat: no-repeat;
	z-index: 999;
	text-align: center;
	font-size: 1px;
	color: #f8f8f8;
}

#nav a.activeSlide {
	background-image: url("../images/slide-full.gif");
	color: #835133;
}

#bottom-wrapper {
	width: 100%;
	height: 180px;
	clear: both;
	text-align: center;
	/*background-image: url("../images/bottom.jpg");
	background-repeat: no-repeat;
	background-position: top center;*/
	background-color: #c9c9c9;
}

#bottom-left , #bottom-right {
	padding: 35px 0px 0px 0px;
	height: 145px;
}

#bottom-right {
	padding-right: 95px;
	width: 350px;
	background-image: url("../images/fiedler.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#bottom-right p {
	text-align: right;
}

#bottom-left p, #bottom-right p {
	font-size: 11px;
	font-weight: 400;
	color: #242424;
}

#bottom-left p a, #bottom-right p a, #bottom-left p.menu {
	font-size: 11px;
	font-weight: 400;
	color: #502e19;
}

#left {
	padding: 0px 0px 45px 0px;
	width: 245px;
}

#right {
	padding: 0px 10px 45px 0px;
	width: 725px;
}

#adverts img {
	margin: 10px 0px 0px 0px;
}

#submenu, #submenu li {
	margin: 0px;
	padding: 0px;
	width: 200px;
	display: block;
	list-style: none;
}

#submenu {
	clear: both;
}

#submenu li {
	float: left;
	height: 30px;
	border-bottom: 1px dotted #835133;
	position: relative;/*dropdown menu*/
}

#submenu a {
	margin: 0px;
	padding: 0px 10px;
	display: block;
	font-family: 'Cantora One', sans-serif;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 30px;
	white-space: nowrap;
}

#submenu a:hover {
	text-decoration: none;
	color: white;
	background-color: #835133;
}

#submenu a.more:hover {
	background-image: url("../images/submenu-hover.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

/*dropdown menu*/
#submenu li:hover a, #submenu li.over a {
	text-decoration: none;
	color: white;
	background-color: #835133;
}

#submenu li:hover a.more, #submenu li.over a.more {
	background-image: url("../images/submenu-hover.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

#submenu li:hover ul li a, #submenu li.over ul li a {
	text-decoration: none;
	color: white;
	background-color: #835133;
}

#submenu li:hover ul li a:hover, #submenu li.over ul li a:hover {
	background-color: #502e19;
}

#submenu li ul {
	position: absolute;
	left: 160px;
	top: 0px;
	width: auto;
	display: none;
}

#submenu li:hover ul, #submenu li.over ul {
	display: block;
}

#submenu li ul li {
	padding-left: 0px;
	width: 100%;
	border-bottom: 0px;
}

* html ul li {
	float: left;
	height: 1%;
}

* html ul li a {
	height: 1%;
}

#home1 {
	width: 305px;
	float: left;
}

#home2 {
	width: 360px;
	float: right;
}

h1, h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-family: 'Cantora One', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #835133;
	line-height: normal;	
}

#home2 h2 {
	padding: 0px;
}

hr {
	margin: 30px 0px;
	color: #835133;
	border: 1px dotted #835133;
}

.news {
	padding: 15px 0px 30px 0px;
	height: 239px;
	border-bottom: 1px dotted #835133;
}

.date {
	height: 15px;
	font-size: 10px;
	font-weight: 700;
	color: #4b4b4b;
	line-height: 15px;
}

.news p {
	line-height: 16px;
}

.news h3 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'Cantora One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;	
}

.news .more {
	padding-top: 5px;
	text-align: right;
}

#left-img {
	margin: 0px 10px 5px 0px;
	float: left;
}

#form {
	margin: 0px;
	padding: 0px;
}

#contact tr td {
	padding: 3px 0px;
	height: auto;
	border: 0px;
}

#contact input, #contact textarea {
	margin: 0px;
	padding: 0px 5px;
	width: 340px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #d6d6d6;
	color: #a7a9ac;
}

#contact textarea {
	width: 708px;
	height: 120px;
}

#contact #email {
	margin-left: 15px;
}

#contact #wide {
	width: 708px;
}

#contact #send {
	padding: 0px;
	width: 130px;
	height: 32px;
	font-family: 'Cantora One', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: white;
	background-color: #835133;
	border: 0px;
	cursor: pointer;
	text-align: center;
}

#more-news {
	padding: 30px 0px;
	clear: both;
}

#more-news a {
	font-weight: 400;
	color: #835133;
}

#news-page, #news-page a {
	padding: 3px 0px;
	color: white;
	font-weight: 400;
}

#news-page {
	margin: 10px auto;
	padding: 3px;
	background-color: #835133;
}

#gallery {
	clear: both;
	margin: 0px -15px;
	padding: 15px 0px;
	width: 725px;
}

#gallery div {
	margin: 0px 14px;
	width: 212px;
	height: 232px;
	float: left;
	text-align: center;
	overflow: hidden;
}

#gallery div img {
	border: 1px solid #d6d6d6;
}