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

body {
   	font: 95% Arial, Helvetica, sans-serif;
   	background: #fff url("../images/bg_grey.gif") repeat-x top left fixed; padding: 10px 0; 
   	margin: 20px 0; 
   	padding: 0;
   	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. */
   	color: #333;
   }

#container {
   	width: 1000px;
   	margin: 0 auto;
	padding: 0px;
   	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
   }
   
.cont_home {
	height: 623px;
   	background: url("../images/bg_wolken-mit-kind.gif") no-repeat top left; 
   }
.cont_top {
	height: 569px;
   	background: url("../images/bg_wolken_top.gif") no-repeat top left; 
   }
.cont_middle {
   	background: url("../images/bg_wolken_middle.gif") repeat-y top left; 
   }
.cont_buttom {
	height: 24px;
   	background: url("../images/bg_wolken_buttom.gif") no-repeat top left; 
   }

   

#mainContent_home {
	position: absolute;
	margin: 200px 0 0 260px;
	width: 380px;
   }
*html #mainContent_home {
/* CSS-Hack fue IE6 und kleiner */
	margin: 210px 0 0 100px;
   }
*:first-child+html #mainContent_home {
/* CSS-Hack fue IE7 */
	margin: 210px 0 0 100px;
   }
   
#mainContent_home-experten {
	position: absolute;
	float: right;
	width: 220px;
	height: 110px;
	left: 515px;
	top: -38px;
   }
*html #mainContent_home-experten {
/* CSS-Hack fue IE6 und kleiner */
	margin: -10px 0 0 0;
   }
*:first-child+html #mainContent_home-experten {
/* CSS-Hack fue IE7 */
	margin: -10px 0 0 0;
   }

#mainContent_home-map {
	position: absolute;
	width: 110px;
	height: 150px;
	left: -105px;
	top: 272px;
   }
*html #mainContent_home-map {
/* CSS-Hack fue IE6 und kleiner */
	margin: 0;
   }
*:first-child+html #mainContent_home-map {
/* CSS-Hack fue IE7 */
	margin: 0;
   }

#mainContent_home-aktuelles {
	position: absolute;
	width: 335px;
	height: 85px;
	left: 155px;
	top: -200px;
	padding: 5px;
	font: 85% Arial, Helvetica, sans-serif;
	background: #fff;
	border: #090;
	border-style: dotted;
	border-width: 1px;
   }
*html #mainContent_home-aktuelles {
/* CSS-Hack fue IE6 und kleiner */
	margin: 0;
	padding: 5px;
   }
*:first-child+html #mainContent_home-aktuelles {
/* CSS-Hack fue IE7 */
	margin: 0;
	padding: 5px;
   }

#mainContent {
	position: absolute;
	margin: 250px 0 0 260px;
	width: 680px;
   }
* html #mainContent {
/* CSS-Hack fue IE6 und kleiner */
	margin: 260px 0 0 100px;
   }
*:first-child+html #mainContent {
/* CSS-Hack fue IE7 */
	margin: 260px 0 0 100px;
   }

#navigation {
	float: left;
	margin: 215px 20px 0 0;
	clear: both;
   }
* html #navigation {
   margin: 215px 20px 0 0;
  }
  
h1 {font-size: 16px; font-weight: bold;}

a  {
	color : #008000;
}

a:visited  {
	color : #339900;
}

a:active  {
	color : #008000;
}

a:hover  {
	color : black;s
	text-decoration : none;
	background : #e9feee;
}

a.map:hover {
	color : black;
	text-decoration: none;
	background: none;
}

.stand {font-size: 12px; text-align: center;}

