@charset "UTF-8";
/* CSS Document */

html {
	background-color:white;
}

body {
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	margin-top:10px;
	background-color:#f2eee7;
	position:relative;
}

a {
	text-decoration: none;
}

a img {
	border:none 0px;
}

hr {
	display:block;
	clear:both;
	float:none;
	width:1px;
	height:1px;
	margin:0px;
	padding:0px;
	visibility:hidden;
}


/* *****
** KOPF OBEN
** *****/

div#kopf {
	width:100%;
	background-color:white;
	padding-top:10px;
}

div#kopf h1 {
	background-image:url(media/logo-novahaus.gif);
	background-repeat:no-repeat;
	width:230px;
	height:45px;
	display:block;
	font-size:1px;
}

div#kopf h1 a {
	color:white;
	width:100%;
	height:100%;
	display:block;
}

/* Service Navigation oben rechts */
div#kopf ul#servicenavi {
	display:block;
	float:right;
	margin:0px;
	padding:0px;
	height:44px;
	position:absolute;
	right:0px;
	top:42px;
}

div#kopf ul#servicenavi li {
	display:inline;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	color:#8C8C8C;
}

div#kopf ul#servicenavi li a {
	color:#8C8C8C;
}

div#kopf ul#servicenavi li.aktiv a {
	color:#8C8C8C;
	border-top:solid 1px #E67D00;
	color:#E67D00;
}

/* Themen Bild */
p#themenbild {
	margin-top:15px;
	margin-bottom:0px;
	padding:0px;
}

p#themenbild img {
	display:block;
	margin:0px;
	padding:0px;
}

/*Hauptnaviagtion unter dem Bild */
div#hauptnavi {
	border-bottom: 5px solid white;
	border-top: 5px solid white;
	background-color:#A1CAE9;
	padding-right:25px;
}

div#hauptnavi ul {
	height:25px;
	line-height:20px;
	display:block;
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	background-color:#EEA44D;
	border-right: 5px solid white;
	
}

div#hauptnavi ul li {
	padding:0px;
	marker-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	display:block;
	float:left;
	height:100%;
	width:auto;
}

div#hauptnavi ul li a {
	display:block;
	float:left;
	color:white;
	height:100%;
	padding-left:15px;
	padding-right:15px;
	border-top: solid 3px #EEA44D;
}

div#hauptnavi ul li a:hover {
	color:#191919;
	border-top: solid 3px #E67D00;
}

div#hauptnavi ul li.aktiv a{
	color:#191919;
	border-top: solid 3px #E67D00;
}

/* ******
** INHALT
** ******/

div#inhalt {
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	position:relative;
	color:#636363;
}

div#inhalt a {
	color:#636363;
}

div#inhalt a:hover {
	color:black;
}

div#inhalt div.spalte {
	width:400px;
	display:block;
	float:left;
}

div.zwei_spaltig {
	width:580px;
}

div#inhalt p {
	margin-top:0px;
	margin-bottom:5px;
}

div#inhalt h2, div#inhalt h3 {
	color:#E67D00;
	margin-top:25px;
	margin-bottom:20px;
}

div#inahlt h2 {
	font-size:20px;
}

/* Click Bild am Start */
p.clickbild {
	display:block;
	float:left;
	width:210px;
	height:195px;
	margin-right:15px;
	position:relative;
	color:white;
	overflow:hidden;
}

p.clickbild a img {
	position:absolute;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

p.clickbild a em {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	background-color:white;
	height:35px;
	width:100%;
	font-style:normal;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	
}

p.clickbild a em img {
	display:inline;
	position:relative;
}

p.clickbild a strong {
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(media/clickbild_hg.png);
	background-repeat:no-repeat;
	width:153px;
	height:22px;
	line-height:22px;
	padding-left:5px;
	color:white;
}

p.clickbild a:hover strong {
	color:#191919;
}

img#stempel {
	position:absolute;
	top: 40px;
	right:20px;
	width:102px;
	height:102px;
	float:right;
}

/* Häuser */
ul.bilderliste {
	display:block;
	margin:0px;
	padding:0px;
}
ul.bilderliste li {
	display:block;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

img.bildgross {
	display:block;
	margin:0px;
	padding:0px;
	float:right;
	margin-top:25px;
}

ul#bildernavi {
	display:block;
	position:absolute;
	height:20px;
	bottom:5px;
	left:30px;
	margin:0px;
	padding:0px;
}

ul#bildernavi li {
	display:block;
	float:left;
	height:20px;
	width:60px;
	line-height:20px;
	border: solid 1px #E67D00;
	text-align:center;
	margin:0px;
	padding:0px;
	margin-right:3px;
}

ul#bildernavi li a {
	display:block;
	float:left;
	width:100%;
	height:100%;
}

#inhalt img#hausstempel {
	position:absolute;
	left: 320px;
	bottom:40px;
}

#inhalt p#nexthaus {
	display:block;
	font-size:10px;
	float:right;
	margin-right:10px;
	margin-top:25px;
}

/* Formular */

#inhalt form {
	margin-top:25px;
}

#inhalt form p {
	width:40%;
	height:30px;
	display:block;
	float:left;
}

#inhalt form p label {
	width:110px;
	height:14px;
	display:block;
	padding-bottom:4px;
	padding-top:4px;
	float:left;
	clear:left;
}

#inhalt form p input {
	width: 150px;
	display:block;
	padding-bottom:4px;
	padding-top:4px;
	float:left;
	background-color:white;
	border:none 0px;
}

#inhalt form p input.plz {
	width:40px;
	margin-right:5px;
}

#inhalt form p input.ort {
	width:105px;
	margin-right:5px;
}

#inhalt form p textarea {
	width: 250px;
	height:150px;
	border: none 0px;
}

#inhalt form p input.senden {
	clear:both;
	float:none;
	display:block;
	margin-top:15px;
	
}

/* Refrenzen */

#inhalt dl {
	display:block;
	float:left;
}

#inhalt dl dt, #inhalt dl dd  {
	display:block;
	width:172px;
	height:110px;
	overflow:hidden;
	float:left;
	padding:0px;
	margin-left:0px;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0px;
	position:relative;
}

#inhalt dl dt {
	background-color:#E67D00;

}

#inhalt dl dd {
	/* background-color:#E9D8CB; */
	background-color:#e8dfd0;
	background-image:url(/referenzen/pfeil-links.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

 #inhalt dl dd img.pfeil {
 	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:18px;
	height:13px;
	overflow:hidden;
 }

 #inhalt dl dd em {
	 display:block;
	 font-style:normal;
	 position:absolute;
	 bottom:10px;
	 left:30px;
 }
 
 #inhalt dl dt.spalten-2 {
	 width: 349px;
	 height: 225px;
 }
 #inhalt dl dd.spalten-2 {
	 height: 225px;
 }
 
 #inhalt dl dt.spalten-3 {
	 width: 526px;
	 height: 225px;
 }
/* ******
** FUSSZEILE
** ******/
p#fusszeile {
	background-color:#E67D00;
	height:10px;
	border-top:solid 5px white;
}