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


.cell_header {
	position: relative;
	background-color: #1a1919;
	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: #1a1919;
	
}
.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: #1a1919; */
}



.cell_main_headspacer {
	height: 75px;
}



/* SLIDESHOW */

.cell_head_image {
	/* position: relative; */
}
.cell_head_image img {
	width: 100%;
}

.next {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}
#meinFader {
	position: relative;
}
#introimg {
	position: relative;
}



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

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


	
.cell_left_wrapper { /* 250 von 1000 */
	width: 25%;
	margin-top: -6px;
	/* margin-top: 11px; */
	/* 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;
}
