/* CSS Document */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	height:100%;
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:Helvetica, Arial sans-serif;
	background-color:#FBF7D5;
	color:#59483F;
	text-align:center; /* IE Bug */
}
#wrapper {
	width:827px;
	min-height:100%;
	margin:0 auto;
	background:#FBF7D5 url(bg/nav_bg.jpg) repeat-y center top;
}
* html #wrapper {
	height:100%;
}
#header {
	height:156px;
	background:#FBF7D5 url(bg/start_header_bg.jpg) no-repeat center 13px;
}
#header address {
	position:absolute;
	top:-2000px;
	left:-2000px;
}
#navigation {
	background-color:#FBF7D5;
}
#nav_top {
	height:6px;
	background:#FBF7D5 url(bg/nav_top_bg.jpg) no-repeat center top;
}
#nav {
	font-family:Helvetica, sans-serif;
	background:#FBF7D5 url(bg/nav_bg.jpg) repeat-y center top;
}
#nav ul {
	list-style-type:none;
	margin-left:1px;
}
#nav ul li {
	float:left;
	display:inline;
	padding:2px 17px 0px 18px;
}
#nav ul li a {
	color:#C48836;
	text-decoration:none;
}
#nav_bottom {
	height:6px;
	background:#fff url(bg/nav_bottom_bg.jpg) no-repeat center top;
	/*font-size:0px;
	line-height:0px;*/
}
#main {
	font-size:0.8em;
	text-align:left;
	background:#FBF7D5 url(bg/main_bg.jpg) repeat-y center top;
}
#main_top {
	height:3px;
	background:#fff url(bg/main_top_bg.jpg) no-repeat center top;
	/*font-size:0px;
	line-height:0px;*/
}
#breadcrumbs {
	margin:0px 0px 10px 20px;
	padding-top:15px;
	color:#A94519;
}
#breadcrumbs a {
	color:#A94519;
	text-decoration:none;
}
.bread_current {
	text-decoration: underline;
}
#nav_box {
	width:222px;
	margin:10px 55px 0px 15px;
	float:left;
	display:inline;
}
#nav_box_top {
	height:11px;
	background:#fff url(bg/nav_box_top.jpg) no-repeat center top;
	font-size:0px;
	line-height:0px;
}
#nav_box_mid {
	padding:15px 20px 30px 20px;
	color:#A0630B;
	background:#F5E586 url(bg/nav_box_mid.jpg) repeat-y center top;
}

/* Angebote */

#nav_box_mid ul {
	margin-left:0px;
	list-style-type:none;
}
#nav_box_mid ul li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #D7A561;
}
#nav_box_mid a {
	color:#A0630B;
	text-decoration:none;
}
#nav_box_bottom {
	height:142px;
	background:#fff url(bg/nav_box_bottom.jpg) no-repeat center top;
}
#content {
	min-height:500px;
	width:475px;
	float:left;
	display:inline;
	margin-top:-12px;
	line-height:140%;
	background:#fff url(bg/content_bg.jpg) no-repeat center bottom;
	margin-bottom:12px;
}
* html #content {
	height:500px;
}

/* ---------- KLASSEN ----------*/

.ignore, .hiddenStructure, .clearer {
	position:absolute;
	top:-3000px;
	left:-3000px;
}
.floatclear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.farbig {
	color:#A94519;
}

/* ---------- Content Elemente ---------- */

h2 {
	font-size:1.3em;
	color:#59483F;
	padding-bottom:10px;
	margin-bottom:14px;
	border-bottom:2px solid #F5E7D0;
	padding-top: 24px;
}
h3 {
	font-size:1.2em;
	color:#A94519;
	margin-bottom:10px;
}
h4 {
	font-size:1em;
	color:#A94519;
	margin-bottom:2px;
}
p.bodytext, p.align-left, p.align-center, p.align-right {
	margin-bottom:8px;
	text-align:justify;
}
a {
	color:#A94519;
}

ul {
	margin-left: 22px;
}

/* ---------- News ---------- */

.news-latest-container p.bodytext, .news-list-container p.bodytext {
	text-align:left;
}
.news-latest-container {
	margin-top:24px;
}
.news-latest-item {
	border-top:2px solid #F5E7D0;
  border-bottom:1px solid #F5E7D0;
  padding-bottom:6px;
	margin-bottom:12px;
}
.news-latest-date {
	text-align:right;
	margin-top:8px;
}
.news_latest_image {
	float:left;
  display:inline;
  width:125px;
}
.news_latest_image img {
	border:1px solid #A94519;
}
.news_latest_text {
	float:right;
  display:inline;
  width:350px;
}
/*.news_latest_text h4 a {
	text-decoration:none;
}
.news_latest_text h4 a:hover {
	text-decoration:underline;
}*/

.news-list-item {
  border-bottom:1px solid #F5E7D0;
  padding-bottom:12px;
	margin-bottom:12px;
}
.news_list_image {
	float:left;
  display:inline;
  width:125px;
}
.news_list_image img {
	border:1px solid #A94519;
}
.news_list_text {
	float:right;
  display:inline;
  width:350px;
}

.news-latest-morelink, .news-list-morelink {
	text-align:right;
}

.news_single_image {
  float:right;
  display:inline;
  width:205px;
  margin-top:24px;
  text-align:right;
}
.news_single_image img {
	border:1px solid #A94519;
  margin-bottom:12px;
}
.news_single_text {
	float:left;
  display:inline;
  width:270px;
}
