body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A4B37;
	background: #F9F8ED;
	text-align: left;
	margin: 0;
	padding: 0;
}
#layout {
	width: 735px;
	margin: 0 auto;
}
#container_top {
	width: 735px;
	height: 8px;
	background: url(../img/bg_top_cont.jpg) no-repeat left bottom;
}
#container {
	width: 735px;
	background: url(../img/bg_cont.jpg) repeat-y left top;
}
#container_bottom {
	width: 735px;
	height: 8px;
	background: url(../img/bg_bottom_cont.jpg) no-repeat left top;
}
#content {
	width: 699px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

/* ------------------ a, a:hover, h1, h2, h3, h4 -------------------------------------------------------------- */
h1 {
  margin: 10px;
	padding: 0;
	font-size: 22px;
	font-weight: lighter;
	color: #5B4A38;
	text-align: center;
}
h2 {
  margin: 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: lighter;
	color: #5B4A38;
	border-bottom: 1px solid  #C3B392;
}
h3 {
  margin: 15px 0;
	padding: 0;
	font-size: 14px;
	font-weight: lighter;
	color: #5B4A38;
	border-bottom: 1px solid  #C3B392;
}
a {
  color: #786245;
  text-decoration: underline;
}
a:hover {
  color: #000;
}

/* ------------------ header -------------------------------------------------------------- */
#header {
	width: 735px;
	height: 92px;
}
.logo {
  float: left;
  width: 231px;
	height: 64px;
  margin: 28px 0 0 0;
}
.slogan {
  float: right;
  width: 352px;
	height: 64px;
  margin: 28px 0 0 0;
}
/* ------------------ menu -------------------------------------------------------------- */
#menu {
	width: 699px;
  position: relative;
  height: 32px;
	background: #DBCCA5 url(../img/bg_menu.jpg) no-repeat left top;
	top: 8px;
}

#menu a {
	display: block;
	width: 138px;
	height: 32px;
	float: left;
	margin-right: 0px;
	color: #5A4B37;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
body.kontakt a#kontakt
{
	background: #029BD4 url("../img/hover-menu.jpg") repeat-x left top;
	cursor: default;
}
#menu a:hover {
	color: #F9F3CF;
}
/* ------------------ flash -------------------------------------------------------------- */
#flash {
	width: 684px;
	height: 86px;
	margin: 0 auto;
	background: url(../img/bg_flash.jpg) no-repeat left top;
}
.flash {
	float: left;
  width: 228px;
	height: 86px;
}
.flash ul {
	margin: 10px 0 0 15px;
	padding: 0;
	list-style: none;
	color: #000;
	line-height: 16px;
}

/* ------------------ foto_home -------------------------------------------------------------- */
#foto_home {
  width: 699px;
  height: 371px;
	background-color: #5A4B37;
	margin-top: 16px;
}
#foto_home .foto1 {
  float: left;
  width: 233px;
  height: 371px;
	background-color: #9A8E64;
}
#foto_home .foto2 {
  float: left;
  width: 233px;
  height: 371px;
	background-color: #92804E;
}
#foto_home .foto3 {
  float: left;
  width: 233px;
  height: 371px;
	background-color: #9F8B5E;
}

.spacer_bottom {
	width: 100%;
	height: 15px;
}

/* ------------------ main -------------------------------------------------------------- */
#main {
  margin: 19px auto 0 auto;
  width: 684px;
}
.main_left {
  float: left;
  width: 200px;
}
.main_right {
  float: right;
  width: 460px;
}
.main_left .entry {
  margin: 10px;
}
.main_left .entry p {
  line-height: 18px;
}
.main_left ul {
  margin: 0 0 0 15px;
  padding: 0;
}
.main_left li {
  line-height: 20px;
  list-style: circle;
}
.textpole {
  border: 1px solid #5A4B37;
  color: #5A4B37;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  background-color: #F9F8ED;
}

/* ------------------ table -------------------------------------------------------------- */
table.downl {
  width: 420px;
  border-collapse: collapse;
}
.downl {
  text-align: left;
  color: #404040;
  padding: 6px 0 6px 8px;
}

/* ------------------ fotogalerie -------------------------------------------------------------- */
.foto { 
}
div.fotobox {
	background: url('../img/shadow.gif') no-repeat bottom right;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}
.fotobox img {
	border: 1px solid #F9F3CF;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 0px; 
}
a img {
	background-color: #F9F8ED; 
}
a:hover img {
	background-color: red; 
}

/* ------------------ item -------------------------------------------------------------- */
.item {
	width: 460px;
	padding-bottom: 20px;
}
.item_img {
	width: 110px;
	float: left;
	border: 1px solid #C3B392;
}
.item_desc {
	width: 330px;
	float: right;
}

/* ------------------ footer -------------------------------------------------------------- */
#footer {
	width: 100%;
	margin-bottom: 50px;
}
.left {
	float: left;
  width: 560px;
  margin-top: 5px;
}
.left ul {
  margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	font-size: 11px;
}
.left ul li {
  margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	display: inline;
	border-right: 1px solid #61523F;
}
.left .end {
	border: 0;
}
.left a {
  color: #594A37;
  text-decoration: none;
}
.left a:hover {
	color: #000;
	text-decoration: underline;
}
.right {
	float: right;
  width: 160px;
}
.right p {
	text-align: right;
  margin: 5px 12px 0 0;
	padding: 0;
	font-size: 10px;
}
.right a {
	color: #594A37;
  text-decoration: none;
}
.right a:hover {
  color: #EC1E28;
	text-decoration: underline;
}

