/* *********************
	HEAD
********************* */


.cell_header {
	position: relative;
	background-color: #005192;
	height: 40px;
}
.cell_header_logo {
	position: absolute;
	top: 8px;
	left: 20px;
}
.cell_header_logo img {
	height: 24px;
}






.cell_headnav {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 820px;
}
.cell_headnav a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	
}
.cell_headnav_contact {
	float: right;
	font-size: 24px;
	line-height: 40px;
	border-left: 1px solid #002c61;
	background-color: #005192;
	
}
.cell_headnav_contact img {
	height: 24px;
	vertical-align: middle;
	margin-top: -6px;
}

.cell_headnav_menu {
	float: right;
	font-size: 24px;
	line-height: 40px;
	border-left: 1px solid #002c61;
}
.cell_headnav_menu img {
	height: 23px;
	padding-left: 16px;
	margin-bottom: -1px;
}
.cell_headnav a:hover {
	color: #AEC8DC;
}







.cell_head_image_wrapper {
	position: relative;
	width: 100%;
	max-height: 320px;
}
.cell_head_image_wrapper:before{
	content: "";
	display: block;
	padding-top: 35%; 	/* aspect ratio, 25% = 16/9? */
}
.cell_head_image {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-height: 320px;

	background: url('../header_images/transport_widescreen.jpg');
	background-size: cover;
	background-position: center center;
}

.cell_head_title {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -70px;
	width: 100%;
	font-size: 54px;
	line-height: 140px;
	font-weight: bold;
	color: #FFFFFF;	
}
.cell_head_title a {
	color: #FFFFFF;	
}
.cell_head_title a:hover {
	color: #AEC8DC;	
}

.cell_head_title img {
	height: 140px;
	vertical-align: middle;
}

.cell_main_headspacer {
	height: 25px;
}




/* *********************
	MAIN / NAV2
********************* */

.cell_main_container {
	position: relative;
	margin: auto;
	/*
	min-width: 1000px;
	max-width: 2000px;
	*/
	/* background-color: orange; */
}


	
.cell_left_wrapper { /* 250 von 1000 */
	width: 25%;
	margin-top: -5px;
	/* background-color: #CCCCCC; */
	float: left;
	text-align: left;
	
}
.cell_right_wrapper { /* 750 von 1000 */
	width: 75%;
	/* background-color: #333333; */
	float: left;
	text-align: left;
}








.cell_main_footerspacer {
	height: 140px;
}
