/****************************************************************/
/* Layoutdaten																									*/
/* Vision Pool GmbH	- TP																				*/
/* Sommmer Fern																									*/
/****************************************************************/

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

body {
	margin: 0px;
	padding: 0px;
	
	color:#000000;
	background-color:#006932;
}


/********************** Root Container Start *********************/
#rootcontainer{
	margin-top:15px;
	width:1000px;
}
/****************************************************************/


/********************** Headcontainer Start*********************/
/** Umfasst Logocontainer und die Navigationen **/
#headcontainer{
	width:1000px;
}
/****************************************************************/


/* Page Logo Start */
#logocontainer{
	float:left;
	
	width:125px;
	height:135px;
}
/****************************************************************/

/********************** Claim Start ***************************/
#claimcontainer{
	width:855px;
	height:60px;
 	background-color:#EDF3D9;
}

#claim{
	margin-top:15px;
	margin-left:;
}
/****************************************************************/


/* Abschluss Container Start */
#abschlusscontainer{
	height:35px;
	width:875px;
	
	background-color:#EDF3D9;
}
/****************************************************************/


/* Navigationen */
#mainnavcontainer{
	width:855px;
	height:40px;

	background-image:url(/fileadmin/media/gfx/bg-mainnavcontainer.gif);
	background-repeat:repeat-x;
}

#servicenavcontainer{
	width:980px; 
	height:20px; 
}

#subnavcontainer{
	margin-bottom:15px;

	width:165px;
	height:auto;
	
	background-color:#EDF3D9;
}

#vptravelnavcontainer{
	margin: 0px;
	padding: 0px;
	
	width:165px;
	
	background-color:#EDF3D9;
}
/****************************************************************/


/* Pagecontainer Start */
#pagecontainer{
	display:block;
	width:910px; /* 1000 */
	height:auto;

	padding:0px 20px 10px 70px;

	background-image:url(/fileadmin/media/gfx/bg-pagecontainer.gif);
	background-repeat:repeat-y;
}
/****************************************************************/


/* Contentbereich Start */
#contentcontainer-small{
	width:735px; 
	height:auto;

	padding-left:10px;
	/*background-color:#0000CC;*/
}

#contentcontainer-big{
	width:900px; 
	height:auto;	

	padding-left:10px;
}

#linkespalte{
	float:left;
	
	width:165px;
	height:auto;
}

#rechtespalte{
	float:left;
	/* overflow:auto; */
}
/****************************************************************/


/* Content Start */
#content{
	width:auto;
	height:auto;
	
	padding:7px;
	padding-top:0px;
	
	/*background-color:red;*/
}
/****************************************************************/




/* Spalten Layouts */
#content-home-container{
	width:910px;
	height:auto;

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

#content-home-container #columnleft{
	float:left;
	
	width:568px;
	height:auto;
}
#content-home-container #columnleft .content{
	padding-left:10px;
}

#content-home-container #columnright{
	float:left;
	width:342px;
	height:auto;
}
#content-home-container #columnright .content{}
/****************************************************************/



/* Footer Container */
#pagefooter{
	width:1000px;
	height:20px;
	
	color:#CCCC33;
	text-align:center;

	background-image:url(/fileadmin/media/gfx/bg-pagefooter.gif);
	background-repeat:no-repeat;
}
/****************************************************************/

#pageprintcontainer{
	display:none;
}