/************************************************/
/* ./all-layout.css                             */
/************************************************/
.clear {
	background-color: #000;
	clear: both;
	height: 0;
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

#page {
	margin: 0 auto;
	padding-top: 115px;
	width: 934px;
	position: relative;
}

#body {
	padding-top: 2px;
	padding-left: 180px;
}

#header {
	background-image: url('../img/startpage-hatching.gif');
	background-position: 0 79px;
	background-repeat: repeat-x;
	border-bottom: 20px solid #089113;
	height: 94px;
	width: 100%;
	position: absolute;
	top: 0;
}
/************************************************/
/* // ./all-layout.css                          */
/************************************************/
/************************************************/
/* ./all-layout-header.css                      */
/************************************************/
#logo-hornung {
	background-image: url('../img/startpage-logo-hornung-100-Jahre.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-right: 2px solid #ffF;
	display: block;
	height: 114px;
	outline: none;
	overflow: hidden;
	text-indent: -9999em;
	width: 351px;
	position: absolute;
	top: 0;
}

#logo-hagebau {
	background-image: url('../img/startpage-logo-hagebau.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	height: 74px;
	outline: none;
	overflow: hidden;
	text-indent: -9999em;
	width: 75px;
	position: absolute;
	top: -1px;
	right: 10px;
}
/************************************************/
/* // ./all-layout-header.css                   */
/************************************************/
/************************************************/
/* ./all-content.css                            */
/************************************************/
/* location */
a.location {
	color: #089113;
	text-decoration: underline;
}

span.locationImage {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 170px;
	width: 100%;
}

div.location span.headline {
	background-image: url('../img/startpage-hatching.gif');
	background-repeat: repeat-x;
	background-position: 0 -14px;
	color: #373535;
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
  margin-right: -2px;
	margin-bottom: 10px;
  padding-top: 30px;
}
.lastChild div.location span.headline {
  margin-right: 0;
}
a.location span.locationImage, a.location span.headline {
  cursor: pointer;
}

div.location div.teaser {
	color: #ce0000;
	font-size: 12px;
	line-height: 20px;
	padding: 0 15px;
}

/* offer */
div.offer ul.href {
	font-size: 14px;
  font-weight: bold;
	list-style-image: none;
	list-style-type: none;
  margin: 0;
  padding: 0;
}
div.offer ul.href a {
  background-image: url('../img/startpage-doppelpfeil.gif');
  background-position: 100% 50%;
  background-repeat: no-repeat;
	color: #000;
	padding-right: 30px;
  text-decoration: none;
}

/* footer */
div.footer .headline {
	color: #089113;
	font-size: 36px;
	font-weight: normal;
	text-indent: -0.07em;
}
/************************************************/
/* // ./all-content.css                         */
/************************************************/
/************************************************/
/* ./all-layout-body.css                        */
/************************************************/
#location {
	position: relative;
}

#location ul,#location li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#location li.location {
	display: block;
  float: left;
	margin-right: 2px;
	width: 250px;
}
#location li.lastChild {
  margin-right: 0;
}

#offer {
  margin-top: 33px;
}

#footer {
  margin-top: 4px;
}
/************************************************/
/* // ./all-layout-body.css                     */
/************************************************/
/************************************************/
/* ./all-editor.css                             */
/************************************************/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px; 
}
/************************************************/
/* // ./all-editor.css                          */
/************************************************/
