@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/************************************************************************************/

#divIntro
{
	top:100px;
	background-color: #ddd;
	margin-top:auto;
	margin-bottom:auto;
	width: 800px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}


#divLayout
{
	width: 800px;
	min-height: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-position: 0px 0px;
}



/************************************************************************************/
/* Head */
#divHead
{
	width: 100%;
	height: 170px;
	position: relative;
	float:left;
	background-color: #fff;
}

/* Header Bild */
#divHeadBild
{
	position: absolute;
	top: 10px;
	width:800px;
	height:150px;
}

/************************************************************************************/
/* Wrapper */


#divWrapper
{
	position:relative;
	float:left;
	width:100%;
	min-height:100%;
	background-position: 0px 0px;
}



/************************************************************************************/
/* Content */
#divContent
{
	width: 502px;
	float: left;
	position:relative;
	padding-top: 43px;
	padding-left:58px;
	padding-right: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	height:100%;
	overflow:hidden;
	border-top:5px #ddd solid;
	z-index:50;
}



/************************************************************************************/
/* Foot */
#divFoot
{
	width: 800px;
	height: 44px;
	position:absolute;
	margin-top:400px;
	margin-left:0;
	text-align:right;
	background-image:url(/images/design/layout_bg.png);
	z-index:200;
}

#divFoot img
{
	padding:14px 0 0 0;
}

