

/* Content templates - General settings */



.contentTemplate {
	overflow:hidden;
	margin:10px auto;
	/*background-color:#666666;*/
	}
	
.contentTemplate div {
	overflow:hidden;
	/*background-color:#CCCCCC;*/	
}	

#lastColumn {
	margin:0px !important;
}




/* 3 equal columns - Normal width*/

#wrapperContentTemplate_3Cols {
	width:669px;
}

#wrapperContentTemplate_3Cols div {
	width:215px;
	float:left;
	margin-right:11px;
}

/* 3 equal columns - Short width */

body#submenuActivated #wrapperContentTemplate_3Cols {
	width:442px;
}

body#submenuActivated #wrapperContentTemplate_3Cols div {
	width:215px;
	display:inline;
}

body#submenuActivated #wrapperContentTemplate_3Cols div.hideIfShort {
	display:none;
	visibility:hidden;
}




/* 2 columns - Normal width */

#wrapperContentTemplate_2Cols {
	width:669px;
}
#wrapperContentTemplate_2Cols div {
	width:215px;
	float:left;
	margin-right:12px;
}

#wrapperContentTemplate_2Cols div.wide {
	width:442px;
}


/* 2 columns - Short width */

body#submenuActivated #wrapperContentTemplate_2Cols {
	width:442px;
}
body#submenuActivated #wrapperContentTemplate_2Cols div {
	width:160px;
}

body#submenuActivated #wrapperContentTemplate_2Cols div.wide {
	width:270px;
}



/* 2 equal columns - Normal width */

#contentTemplate_2cols_5050 {
	width:669px;
}

#contentTemplate_2cols_5050 div {
	width:328px;
	float:left;	
	margin-right:12px;
}

/* 2 equal columns - Short width */

body#submenuActivated #contentTemplate_2cols_5050 {
	width:442px;
}

body#submenuActivated #contentTemplate_2cols_5050 div {
	width:215px;
	margin-right:12px;
}


/* Lost luggage Normal width */

#contentTemplate_2cols_LostLuggage {
	width:669px;
}

#contentTemplate_2cols_LostLuggage div {
	width:150px;
	float:left;	
	margin-right:13px;
}

#contentTemplate_2cols_LostLuggage div.wide {
	width:506px;
}


/* Contact - Short width */

#contentTemplate_contact {
	width:442px;
}

#contentTemplate_contact div {
	width:215px;
	float:left;		
	margin-right:11px;
	background-color:#00FF33;
}

