/***************** Vision Pool ************************/
/*																										*/
/*	Projekt: 		TakeOff Reisen												*/
/*	Dateiname: 	layout.css														*/
/*	Autor:			Tobias Pierschel											*/
/*	Date:				29.09.2005														*/
/******************************************************/


/******************************************************/
body {
	background-color: #E7E1D1;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

/******************************************************/
#headcontainer{
	width:970px;
	height:140px;
}

	#headbanner{
		float:left;
		width:795px;
		height:140px;
	}

	#headlogo{
		float:left;
		width:175px;
		height:140px;
	}
/******************************************************/

#subheadcontainer{
		width:970px;
		height:55px;
		background-image:url('/fileadmin/media/gfx/new-design/site-bg-top.png');
		background-repeat:no-repeat;
}

	#subheadleft{
			float:left;
			width:155px;
			height:55px;
	}
	
	#subheadmiddle{
			float:left;
			width:610px;
			height:55px;
			margin-left:15px;
			margin-right:15px;
	}
	
		#subheadright{
			float:left;
			width:175px;
			height:55px;
	}
/****************************************************************/	
/********************** Spalten  Start **************************/
/** eine Spalte **/
#content-1sp-container{
	width:970px;
	padding-top:12px;
}

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

/*******************/
/** Zwei Spalten **/
#content-2sp-container{
	width:970px;
	height:auto;
	
	background-image:url(/fileadmin/media/gfx/bg-content-root-container.gif);
	background-repeat:repeat-y;
}

#content-2sp-container #columnleft{
	float:left;
	
	width:155px;
	height:400px;

	background-color:white;	
}

#content-2sp-container #columnleft .cmscontent{
	padding-top:12px;
	background-color:white;
}

#content-2sp-container #columncontent{
	float:left;

	width:785px;
	height:auto;

	margin-left:15px;

	padding-top:12px;
	
	background-color:white;
}

/******************/
/** Drei Spalten **/
#content-3sp-container{
	width:970px;
	height:auto;
	
	background-image:url('/fileadmin/media/gfx/new-design/site-bg.png');
	/*background-image:url('/fileadmin/media/gfx/bg_content.gif');*/
	background-repeat:repeat-y;
}

/** linke Spalte **/
#content-3sp-container #columnleft{
	float:left;
	
	width:155px;
	height:auto;
	
 	background-color:white;
}

#content-3sp-container #columnleft .cmscontent{
	margin-top:15px;
}

/** mittlere Spalte **/
#content-3sp-container #columncontent {
		float:left;
		width:610px;
		height:auto;
			
		margin:0px 15px 0px 15px;
}

#content-3sp-container #columncontent .cmscontent{
	margin:15px 1px 0px 1px;

	background-color:white;
}


/** rechte Spalte **/
#content-3sp-container #columnright{
	float:left;
	
	width:175px;
	height:auto;
		
	background-color:white;
}

#content-3sp-container #columnright .cmscontent{
	margin-top:15px;
}

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

	
/******************************************************/
/*	Balken Ã¼ber dem eigentlichen Content							*/
/******************************************************/
#contenthead{
	display:block;
	height:17px;
	width:610px;
	background-color:#ffffff; 
}
/******************************************************/
/*	Seitenfuss																				*/
/******************************************************/
#pagefooter{
	padding-top:10px;
	
	width:970px;
	height:30px;

	background-image:url(/fileadmin/media/gfx/bg_footer.gif);
	background-repeat:no-repeat;
	
	text-align:center;
	line-height:18px;
}
/******************************************************/

/******************************************************/
/*	Navigationscontainer															*/
/******************************************************/
#servicenavcontainer{
	width:795px;
	height:20px;
}

#metanavcontainer{
	width:970px;
	height:auto;

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