@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Layout Styles                                                                    */
/*                                                                                  */
/************************************************************************************/

#divLayout
{
	background-color: #fff;
	width: 970px;
	display: block;
	position:relative;
}



/************************************************************************************/
/* Head */
#divHead
{
	height: 300px;
	margin: 0 0 0 0;
	background-image: url(/images/head/head_bg.png);
	background-repeat: no-repeat;
	color: #FFF;
}

#divHead .imgHead
{
	top:50px;
	left: 150px;
	width: 749px;
    height: 100px;
	position:relative;
	
}


#divHead .quotes
{
	margin: 80px 0 0 250px;
	
}

#divHead .logos
{
	position:absolute;
	margin:5px 0 0 750px;
}


/* Slogan */
#divHead #pSlogan
{
	position: absolute;
	left: 12px;
	bottom: 10px;
	font-size: 2.2em;
}


/************************************************************************************/
/* Content */
#divContent
{
	position:relative;
	float:left;
	width: 650px;
	margin: 0 0 0 50px;
	min-height:450px;
}

#divContentImg
{
	background-color:#36C;
}

#divContentLinks
{
	width: 650px;
	float: left;
	overflow: hidden;
	margin-right:50px;
}

#divContentRechts
{
	width: 300px;
	float: right;
	overflow: hidden;
}

/************************************************************************************/
/* Foot */
#divFoot
{
	width:750px;
	position:relative;
	margin-left:150px;
	margin-top:20px;
	float:left;
	height:5px;
	border-top: solid #3366cc 1px;
	text-align: right;
	font-size: 0.7em;
	color: #999;
}
