@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/************************************************************************************/

#divLayout
{
	width: 910px;
	min-height: 100%;
	display:inline-block;
	margin:0 0 0 50px;
	position:relative;
}



/************************************************************************************/
/* Logo */
#imgLogo
{
	float:left;
	width: 199px;
	height: 66px;
	padding: 135px 0 40px 0;
}


/* Bild Home */

/*#imgBild {
	float:right;
	width: 660px;
	height: 250px;
  }*/
  
#imgBild {
	float:right;
	width: 660px;
	height: 300px;
  }
  
#imgBild_Berater {
	float:right;
	width: 660px;
	height: 200px;
  }



/************************************************************************************/
/* Content */
#divContent
{
	width: 470px;
	min-height:100%;
	float: left;
	margin: 50px 0 0 50px;
	padding-bottom:100px;
}


#divFoto
{
	width: 180px;
	float: right;
	clear:both;
	margin-top:5px;
	margin-left:15px;
	
}

#divFoto img
{
	margin-bottom:10px;
	
}



/************************************************************************************/
/* AdressBlock */
#divAdressBlock
{
	float:right;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	margin-top:46px;
	width:120px;
}



/************************************************************************************/
/* Footer */


#divFooter
{
	padding-left:20px;
	padding-bottom:20px;
	padding-top:50px;
	text-align:center;
	width:910px;
}

#divFooter_oben
{
	width:910px;
	height:50px;
	position: absolute;
	z-index:10;
	left: 0px;
	bottom: 0px;
	font-size:1.15em;
	text-align:center;
	color:#02697c;
}

#divFooter_unten
{
	font-size:9px;
	color:#333;
	border-top:solid 1px #666;
	width:910px;
	height:25px;
	position: absolute;
	z-index:10;
	left: 0px;
	bottom: 0px;
	padding: 0 0 0 0;
}
