@charset "UTF-8";
/* CSS Document */

p {
	margin:0; 
}
img {
	border:0;
}
/*Allgemeine Angaben*/
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
	background-color:inherit;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #EBEBEB;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}
/*Ganze Seite*/
#seite {
	width:1000px;
	height:570px;
	margin:auto;
	padding-top:12px;
}
#apDivseite {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:570px;
	z-index:1;
}
/*Feld Logo*/
#logo {
	width:988px;
	height:78px;
	background-image:url(../images/hg_logo.jpg);
	padding-left:12px;
}
/*Feld Navigation Horizontal*/
#hauptnavigation {
	width:111px;
	height:19px;
	margin-right:2px;
	padding-left:12px;
	padding-top:3px;
	color:#CCCCCC;
	background-color:#666666;
	float:left;
	font-weight:bold;
	font-size:0.9em;
}
/*Navigation Horizontal Link-Farbe*/
#hauptnavigation:link, hauptnavigation:link a {
	color:#CCCCCC;
}
/*Navigation Horizontal Rollover-Farbe*/
#hauptnavigation:hover, hauptnavigation:hover a {
	background-color:#333333;
	color:#FFFFFF;
}
/*Balken für Navigation Horizontal*/
#balken {
	width:125px;
	height:22px;
	background-color:#666666;
	float:left;
}
/*Hintergrundfläche Spezifkationen*/
#hintergrund {
	margin-top:2px;
	background-color:#CCCCCC;
	float:left;
	width:1000px;
	height:456px;
}
/*Text Wohnen*/
#text {
	background-color:#666666;
	padding-left:12px;
	padding-top:40px;
	padding-right:10px;
	width:311px;
	height:183px;
	float:left;
	font-weight:bold;
	font-size:1.1em;
}
/*Text Wohnen Rollover*/
#text:hover, text:hover a {
	color:#FFFFFF;
}
/*Text Garten*/
#text1 {
	margin-top:14px;
	background-color:#666666;
	padding-left:12px;
	padding-top:40px;
	padding-right:10px;
	width:311px;
	height:183px;
	float:left;
	font-weight:bold;
	font-size:1.1em;
}
/*Text Garten Rollover*/
#text1:hover, text1:hover a {
	color:#FFFFFF;
}
/*Bild Wohnen*/
#bild1 {
	width:667px;
	height:223px;
	float:left;
}
/*Bild Garten links*/
#bild2 {
	margin-top:14px;
	width:333px;
	height:223px;
	float:left;
}
/*Bild Garten rechts*/
#bild3 {
	margin-top:14px;
	width:334px;
	height:223px;
	float:left;
}
/*Titelfarbe*/
.titel {
	color: #FF9900; 
}
/*Grösse und Farbe Grundtext*/
.grundtext {
	color:#CCCCCC;
	font-size:0.75em;
}
#apDiv1 {
	position:absolute;
	background-color:#666666;
	border:thick solid #FF9900;
	left:247px;
	top:195px;
	width:491px;
	height:197px;
	z-index:1;
}
.special {font-weight: bold}
#apDiv_footer {
	position:absolute;
	left:700px;
	top:565px;
	width:300px;
	height:15px;
	z-index:2;
}
.footer {
	font-size: 9px;
	color: #000000;
}
