/* CSS Dokument */

body {
	background:#FFF;
	margin:0px;
	padding:0px;
}

.mittig {
	margin:auto;
	padding:auto;
	width:750px;
}

a:link 		{color:#0099FF; text-decoration:none;}
a:visited 	{color:#0099FF; text-decoration:none;}
a:hover		{color:#000000; text-decoration:underline;}
a:active	{color:#0099FF; text-decoration:none;}

.logo {
	background:#FFF;
	background-image:url(bilder/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	padding:10px;
	margin:0px;
	margin-top:10px;
	border-bottom:2px #000000 solid;
	border-left:1px #000000 solid;
/*	border-right:1px #000000 solid;
	border-top:1px #000000 solid;
*/
}

.logo-spacer {
	width:680px;
	height:130px;
	text-align:right;
	vertical-align:bottom;
	font-family:impact;
	font-style:italic;
	font-size:20px;
}

.navigation {
	padding-left:10px;
	margin:0px;
	word-spacing:5px;
}

.inhalt {
	background:#CFCFCF;
	padding:10px;
	margin:0px;
	border:#000000 2px solid;
}

.inhalt-600 {
	max-width:600px;
}

.inhalt-650 {
	max-width:650px;
}

.inhalt-700 {
	max-width:700px;
}

.kontakt-formular {
	border:0px;
	width:100%;
	background-color:#E2E2E2;
	height: 550px;
	text-align:left;}

.tabelle-1 {
	display:inline;
}

.tabelle-2 {
	display:block;
}

.text-box {
	width:320px;
	display:inline;
	float:left;
	margin-top:0px;
	margin-right:10px;
	vertical-align:top;
}

.bild-box {
	width:350px;
	float:left;
	display:inline;
}

.haushintergrund {
	background-image:url(bilder/hausansicht_1.0.png);
	background-position:right;
	background-repeat:no-repeat;
	height:270px;
	text-align:left;}
	
.z1 {
	font-family:"Century Gothic";
	font-size:26px;
	letter-spacing:15px;
	font-weight:bold;}

.z2 {
	font-family:"Century Gothic";
	font-size:18px;
	letter-spacing:3px;
	font-weight:bold;}

.z3 {
	font-family:"Century Gothic";
	font-size:18px;
	letter-spacing:3px;
	font-weight:bold;}
.z4 {
	font-family:"Century Gothic";
	font-size:18px;
	letter-spacing:1.5px;
	font-weight:bold;}	
	
.schlagwort {
	font-weight:bold;
	text-decoration:underline;}	