/******************************************************************/
/* Layoutdaten																										*/
/* Vision Pool GmbH																								*/
/* Last Update: 14.12.2006																				*/
/******************************************************************/

/******************************************************************/
/* Body Start 																										*/
/******************************************************************/
body {
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color:#4B4B4B;

	background-color:white;
}
/******************************************************************/


/******************************************************************/
/* Root Container				 																					*/
/******************************************************************/
#rootcontainer{
	width:1000px;
	height:auto;
}
/******************************************************************/

/******************************************************************/
/* page Container				 																					*/
/******************************************************************/
#pagecontainer{
	width:1000px;
	height:auto;
}
/******************************************************************/


/******************************************************************/
/* PageContainer												 													*/
/******************************************************************/
#pagecontainer{
	width:1000px;
	height:auto;
}

/******************************************************************/


/*******************************************************************/
/* Seitenkopf																											 */
/*******************************************************************/
#pagehead{
	width:1000px;
	height:155px;

	background-image:url(/fileadmin/media/gfx/bg-pagehead.jpg);
	background-repeat:no-repeat;
}

#navclaimcontainer{
	float:left;
	width:665px;
	height:155px;
	padding-left:210px;
}

#mediacontainer{
	width:665px;
	height:130px;
}
#mediacontainer img.claim{
	margin-top:45px;
	margin-left:45px;
}

#logocontainer{
	float:left;
	width:115px;
	height:130px;
}
#logo{
	margin:0px;
	padding:0px;
}
/*******************************************************************/


/*******************************************************************/
/*										 Spalten Layouts														 */
/*******************************************************************/
/** eine Spalte **/
#content-1sp-container{
	width:1000px;
}

#content-1sp-container #columncontent{
	width:1000px;
	height:auto;
}


/** Zwei Spalten **/
#content-2sp-bgcontainer{
	width:1000px;
	height:auto;
	
	margin-bottom:10px;
	background-image:url(/fileadmin/media/gfx/bg-pagecontainer.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}


#content-2sp-container{
	width:1000px;
	height:auto;

	background-image:url(/fileadmin/media/gfx/bg-2sp-container.gif);
	background-repeat:repeat-y;
}

#content-2sp-container #columnleft{
	float:left;
	
	width:210px;
	height:auto;
	
	background-color:#f5f8f2;
}

#content-2sp-container #columnleft .content{}

#content-2sp-container #columncontent{
	float:left;
	width:780px;
	height:auto;

	padding-left:10px;
	padding-top:20px;
}
#content-2sp-container #columncontent .content{}
/**************/

/** Drei Spalten **/
#content-3sp-container{}

#content-3sp-container #columnleft{}
#content-3sp-container #columnleft .content{}

#content-3sp-container #columncontent {}
#content-3sp-container #columncontent .content{}

#content-3sp-container #columnright{}
#content-3sp-container #columnright .content{}

/*******************************************************************/


/*******************************************************************/
/* Seiten Fuß																											 */
/*******************************************************************/
#pagefooter{
	width:1000px;
	height:20px;
}

#pagefooter .content{
	color: #8F8E94;
	line-height:20px;
	text-align:right;
}
/*******************************************************************/


/*******************************************************************/
/* Navigationscontainer Start																			*/
/*******************************************************************/
#langnavcontainer{
	width:665px;
	height:25px;
}

#mainnavcontainer{
	width:210px;
	height:auto;
	
	margin-bottom:70px;
}

#servicenavcontainer{
	width:210px;
	height:auto;
	
	margin-bottom:30px;
}
/*******************************************************************/


/*******************************************************************/
/* plugins																											 		*/
/*******************************************************************/
#pageprintcontainer{
	width:210px;
	height:auto;
}

#tipafriendcontainer{
	width:210px;
	height:auto;
}

#pageheadlinecontainer{
	background-color:#eff2ec;
	height:25px;
	margin-bottom:20px;
}

#pageheadlinecontainer h1{
	line-height:25px;
	padding-left:3px;
}

/*******************************************************************/
