@CHARSET "UTF-8";

html, body {
	padding: 0;
	margin: 0;
}
body {
	background-color: #fff;
	background-image: url(/templates/images/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#diebauberater {
	margin: 0 auto;
	text-align: left;
	width: 871px;
	min-height: 500px;
	margin-bottom: 200px;
}
#header {
	width: 871px;
	height: 156px;
	background-image: url(/templates/images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}

#navi ul {
	position: relative;
	top: 119px;
	left: 168px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navi ul li {
	float: left;
}
#navi ul li a span {
	display: none;
}
#navi ul li a {
	display: block;
	height: 33px;
}

#navi ul li ul {
	/* display: none; */
}

.linkHaeuser {	
	width: 59px;
	background-image: url(/templates/images/buttons/haeuser.gif);
}
.linkBauenSicherheit {
	width: 125px;
	background-image: url(/templates/images/buttons/bauensicherheit.gif);
}
.linkEnergiekonzepte {
	width: 114px;
	background-image: url(/templates/images/buttons/energiekonzepte.gif);
}
.linkGrundstuecke {
	width: 92px;
	background-image: url(/templates/images/buttons/grundstuecke.gif);
}
.linkAngebotsanfrage {
	width: 116px;
	background-image: url(/templates/images/buttons/angebotsanfrage.gif);
}
.linkReferenzen {
	width: 83px;
	background-image: url(/templates/images/buttons/referenzen.gif);
}
.linkKontakt {
	width: 65px;
	background-image: url(/templates/images/buttons/kontakt.gif);
}
.linkUnternehmen {
	width: 97px;
	background-image: url(/templates/images/buttons/unternehmen.gif);
}
.linkHaeuser:hover {
	background-image: url(/templates/images/buttons/haeuserOn.gif);;
}
.linkBauenSicherheit:hover {
	background-image: url(/templates/images/buttons/bauensicherheitOn.gif);
}
.linkEnergiekonzepte:hover {
	background-image: url(/templates/images/buttons/energiekonzepteOn.gif);
}
.linkGrundstuecke:hover {
	background-image: url(/templates/images/buttons/grundstueckeOn.gif);
}
.linkAngebotsanfrage:hover {
	background-image: url(/templates/images/buttons/angebotsanfrageOn.gif);
}
.linkReferenzen:hover {
	background-image: url(/templates/images/buttons/referenzenOn.gif);
}
.linkKontakt:hover {
	background-image: url(/templates/images/buttons/kontaktOn.gif);
}
.linkUnternehmen:hover {
	background-image: url(/templates/images/buttons/unternehmenOn.gif);
}


#content {
	position: relative;
	background-image: url(/templates/images/contentBg.png);
	width: 780px;
	min-height: 300px;
	padding-top: 11px;
	padding-left: 76px;
	padding-right: 15px;
	padding-bottom: 20px;
}

#content h2 {
	color: #5682b5;
	font-size: 13px;
	font-weight: bold;
}
#content h3 {
	color: #5682b5;
	font-size: 12px;
	font-weight: bold;
}
#content h4 {
	color: #5682b5;
	font-size: 11px;
	font-weight: bold;
}
#content p {
	line-height: 18px;
	font-size: 11px;
}

#footer {
	background-image: url(/templates/images/footer.png);
	width: 871px;
	height: 81px;
}
.impr {
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 37px;
	margin-right: 20px;
	font-size: 11px;
}
.clear {
	clear: both;
}

a:link, a:visited {
	color: #5682b5;
	text-decoration: none;
}
a:hover {
	color: #29517f;
	text-decoration: underline;
}

#breadcrumb {
	padding-bottom: 10px;
	padding-left: 5px;
}
#breadcrumb,
#breadcrumb a:link,
#breadcrumb a:visited {
	color: #5682b5;
	font-size: 11px;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #29517f;
	text-decoration: underline;
}


#bgHome {
	width: 775px;
	min-height: 434px;
	background-image: url(/templates/images/bg_home.jpg);
	background-repeat: no-repeat;
}
.homeTeaser {
	padding-top: 50px;
	padding-left: 23px;
	width: 470px;
}
.homeTeaser p {
	font-size: 12px;
}
#homeHausauswahl {
	position: absolute;
	top: 100px;
	left: 617px;
	font-size: 11px;
}
#homeHausauswahl a:link,
#homeHausauswahl a:visited {
	color: #fff;
}
#homeHausauswahl ul {
	list-style-type:  none;
	padding: 0;
	margin: 0;
}
#homeHausauswahl ul li {
	float: left;
	width: 77px;
}
#homeHaeuser {
	float: right;
	padding-top: 130px;
	padding-right: 30px;
	text-align: center;
	width: 190px;
}


#kontaktForm {
	width: 420px;
}
#kontaktForm label {
	margin-top: 5px;
	font-size: 11px;
	float: left;
}

#kontaktForm input, 
#kontaktForm select,
#kontaktForm textarea {
	width: 400px;
	border: 1px solid #999;
	padding: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	float: left;
}
#kontaktForm textarea {
	height: 100px;
}

#agForm {
	width: 620px;
}
#agForm label {
	margin-top: 5px;
	font-size: 11px;
	float: left;
}

#agForm input, 
#agForm select,
#agForm textarea {
	width: 600px;
	border: 1px solid #999;
	padding: 3px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	float: left;
}
#agForm textarea {
	height: 100px;
}

.agFormhalbebreite {
	width: 293px !important;
	margin-right: 6px;
}
.agFormeinruecker {
	width: 306px !important; 	
}

.agFormcbox {
	float: left;
	width: 152px;
}
.agFormcbox input {
	width: inherit !important;
}
.agFormcbox label {
	width: 75px;
}
.agFormbiggercbox {
	width: 204px !important;
}
.agFormbiggercbox input {
	width: 197px !important;
}


.noBlock {
	display: inline !important; 
}

.cbox {
	float: left;
	width: 102px;
}
.cbox input {
	width: inherit !important;
}
.cbox label {
	width: 75px;
}
.biggercbox {
	width: 204px !important;
}
.biggercbox input {
	width: 197px !important;
}


.halbebreite {
	width: 193px !important;
	margin-right: 6px;
}
.einruecker {
	width: 206px !important; 	
}
.smaller { font-size: 11px !important}
.anfr {
	width: 100px !important;
	float: right !important;
	margin-right: 12px;
	margin-top: 4px;
}

.bild {
	margin-top: 10px;
	position: relative;
	background-image: url(/templates/images/bgBild.jpg);
	float: left;
	width: 385px;
	height: 310px;
}
.tesa {
	background-image: url(/templates/images/tesa.png);
	width: 97px;
	height: 31px;
	position: absolute;
	left: 140px;
}
.bild img {
	margin-left: 7px;
	margin-top: 19px;
}
.mehrbilder {
	position: absolute;
	left: 145px;
	top: 230px;
}
.mehrbilder a img {
	border: none;
}

.fright {
	float: right;
}
.fleft {
	float: left;
}

.auflistung {
	font-size: 12px;
}

.partner {
	float: left;
	width: 385px;
	height: 160px;
}
.partner h4,
.partner h5 {
	padding: 0; 
	margin: 0;
}
.partner h4 {
	margin-top: 40px;
	font-size: 13px;
}
.partner h5 {
	font-size: 12px;
}
.partnerImg {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 12px;
}

td {
	font-size: 11px;
}

#preview{
	position:absolute;
	margin-top: -150px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}

