/* ************** ALLGEMEINE FORMATIERUNGEN *********************
*****************************************************************/
.claer {
	clear: both;
	height: 0px;
	}

	
/* ************************** TYPO ****************************
*****************************************************************/

body {
	font-family: Arial,Verdana,sans-serif;
	font-size: 15px; 
	color: #222222;
	background-color: #fff0c1;
	}
	
h1, h2, h3, h4, h5, h6 ,
h1 a, h2 a , h3 a, h4 a, h5 a, h6 a{
    font-weight: bold;
	color: #006400;
	}
	
h1, h2, h3, h4, h5, h6 {  }


h1 { font-size: 18px; line-height: 24px; }
h2 { font-size: 15px; line-height: 24px; }
h3 { font-size: 18px; line-height: 18px; }
h4, h5, h6 { font-size: 16px; line-height: 16px; }

a {
	text-decoration: none;
	color: #006400;
	}


#site-header {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	}
	
#site-header  h1 {
	}
	
.haeuser h2{
	margin-bottom: 10px;
	}

	
/* ************************** LAYOUT ****************************
*****************************************************************/
#all {
	width: 980px;
	}

/* header */
#site-header {
	height: 200px;
	}
	
#site-header #branding {
	text-align: center;
	}
	
#site-header #hotline {
	position: absolute;
	right: 0px;
	top: 20px;
	}
	
#site-header #exklusiverferienhaeuser {
	position: absolute;
	left: 0px;
	top: 20px;
	}
	
/* content */
#content {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
	}
	
.haeuser {
	width: 450px;
	margin: 0 20px 80px 20px;
	float: left;
	}

.haeuser .content ul li  {
	list-style: none;
	padding-left: 15px;
	background: url(../images/listenpunkt-gruen.jpg) no-repeat left 6px;
	}

.haeuser div.bilder {
	height: 150px;
	overflow: hidden;
	}
	

.haeuser div.bilder a img {
	float: left;
	margin-left: 20px
	}
	
.haeuser div.bilder a:first-child img {
	margin-left: 0px
	}
	
.haeuser div.bilder img:hover {
	/*margin-top: -200px;*/
	}
	
	
.haeuser div.mehr_informationen a img {
	margin: 25px 0 0 75px;
	}