* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}

img {
	border: 0px;
}

/*
 * Container
 */
#container {
	width: 895px;
	margin: 0 auto -80px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}
#header {
	color: #b7b5a3;
	padding-top: 39px;
	margin-left: 35px;
	margin-bottom: 13px;
}
#header a:link, #header a:active, #header a:visited {
	color: #B7B5A3;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

/*
 * Standard Definitions, Headlines
 */
.clear {
	clear: both;
}

/*
 * Image Line
 */
#containerImages {
 float: left;
 height: 303px;
}
#divShadowLeft {
	float: left;
	height: 303px;
}
#divContentImage {
	width: 586px;
	float: left;
	border-left: 5px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#divGafrinaLogo {
	float: left;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#divShadowRight {
	float: left;
	height: 303px;
}

#navigation {
	float: left;
	width: 586px;
	height: 25px;
	border-left: 5px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #b7b4af;
}
#redBlock {
	float: left;
	width: 250px;
	height: 25px;
	background-color: #9b0108;
	border-right: 5px solid #FFFFFF;
}

/*
 * Content
 */
 
#navigation ul {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 20px;
}
#navigation li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#navigation li a:active,#navigation  li a:link,#navigation li a:visited {
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#navigation li a:hover {
	color: #5c5c5c;
}
#navigation li {
	font-family: Arial;
	color: #5c5c5c;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#content {
	float: left;
	width: 580px;
	margin-bottom: 20px;
	margin-right: 21px;
	margin-left: 11px;
}
#content a:link, #content a:active, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
	color: #9B0108;
}
#content p {
	line-height: 18px;
}
#content ul{
	margin-left: 20px;
	padding-left: 0px;
}
#content .ListLinks li{
	float: left;
	width: 180px;
	list-style-image: url('../images/listtype_link.gif');
}
#content .ListLinks li:hover {
	list-style-image: url('../images/listtype_link1.gif');
}

#divRequest ul {
	padding-left: 20px;
}
.haeuser li {
	list-style-image: url('../images/listtype_link.gif');
	margin-bottom: 8px;
}
.haeuser li:hover {
	list-style-image: url('../images/listtype_link1.gif');
}
.haeuser li a:active, .haeuser li a:visited, .haeuser li a:link {
	color: #000000;
	text-decoration: none;
}
.haeuser li a:hover {
	text-decoration: underline;
	color: #9B0108;
}
li.activehouse {
	list-style-image: url('../images/listtype_link1.gif');
	color: #9B0108;
}

/*
 * Headlines & Images
 */
.bgheadline {
	background-repeat: no-repeat;
	background-position: left 20px;
	padding: 25px 0px 0px 25px;
}
h1 {
	color: #9b0108;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	color: #9b0108;
	font-size: 19px;
	font-weight: normal;
}
h3 {
	margin: 5px 0px 10px 0px;
}
h4 {
	margin-bottom: 10px;
	font-size: 12px;
}
.bgheadlinesml {
	background-position: left 20px;
	background-repeat: no-repeat;
	padding: 25px 0px 0px 25px;
}
.bg_startseite {
	background-image: url('../images/headlines/startseite.jpg');
}
.bg_sommer {
	background-image: url('../images/headlines/sommer.jpg');
}
.bg_winter {
	background-image: url('../images/headlines/winter.jpg');
}
.bg_preise {
	background-image: url('../images/headlines/preise.jpg');
}
.bg_kontakt {
	background-image: url('../images/headlines/kontakt.jpg');
}
.bg_haeuser {
	background-image: url('../images/headlines/unserehaeuser.jpg');
}
.bg_anfrage {
	background-image: url('../images/headlines/anfrage.jpg');
}

.hrline {
	border-top: 1px solid #b7b4af;
	margin: 25px 0px 25px 0px;
}

/*
 * Häuser
 */
.haus {
	float: left;
	background-color: #edeadb;
	padding: 6px;
}
.hausSpacer{
	float: left;
	margin-right: 31px;
}
.hausTxt {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url('../images/searchicon.gif');
	background-repeat: no-repeat;
	background-position: 130px;
}

#divRequest {
	float: left;
	width: 180px;
	margin-top: 25px;
	border-left: 1px solid #b7b4af;
	padding: 0px 35px;
}

#footer {
	clear:left;
	background-color: #ece9da;
	height: 80px;
	padding-left: 70px;
}
#footerItem {	
	margin: 0px auto;
	width: 895px;
}
#footerContent {
	float: left;
	color: #898784;
	padding-top: 20px;
}
#footerContent a:link, #footerContent a:active, #footerContent a:visited {
	color: #898784;
	text-decoration: none;
}
#footerContent a:hover {
	text-decoration: underline;
}

#footerContentLogo img {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

/*
 * Form
 */

.formr label {
	display: block;
  float: left;
	width: 200px;
	height: 25px;
}
.red {
	color: #9b0108;
	margin: 0px;
}

form br {
	clear: both;
}

.formr textarea {
	background-color: #FFFFFF;
	border: 1px solid #5c5c5c;
	width: 204px;
	height: 100px;
	color: #575757;
	font-size: 11px;
	font-family: Verdana;
	padding: 2px;
}

.formr input[type=text] {
	background-color: #FFFFFF;
	border: 1px solid #5c5c5c;
	text-align: left;
	color: #575757;
	font-size: 11px;
	padding: 2px;
}
.formr input[type=text]:hover, .formr textarea:hover {
	background-color: #edeadb;
	border: 1px solid #9b0108;
}

/*
 * Tables 
 */
table {
	border-collapse: collapse;
	color: #000000;
	width: 550px;
	font-size: 11px;
}
.prices td {
	border-top: 1px solid #b7b4af;
	border-bottom: 1px solid #b7b4af;
	padding: 10px;
}
.prices .odd {
	background-color: #f5f4eb;
}
.prices .first {
	width: 400px;
}
