/* *******************************************************************
 *
 * Anpassungen für die Druckansicht
 *
 ******************************************************************* */
* { overflow: visible !important; }
/*
 * Global
 */

body {
	background-image: none;
}

	
/*
 * Ebenen ausblenden
 */

#header_navigation, #header_metanavigation, #header_langselect { /* Header */
	display: none;
}

#header_navigation, #header_keyvisual, #header_metanavigation, #header_langselect { /* Header */
	display: none;
}

#teaser_body {	/* rechte Spalte */
	display: none;
}

#solutions_content_body_footer {
	display: none;
}

#footer {
	position: relative;
	display: block;
	clear:both;
	width:400px;
	float: left;
	text-align:left;
	padding: 10px 10px 7px 15px;
	margin: 0 0 0px 0;
}


#header_keyvisual {
	display:block;
	position: absolute;
	z-index: 1;
	top: 10px;
	padding: 0;
	width: 350px;
	height: 105px;
	overflow: hidden;
	background-color:#fff;
	background-image: url(../images/header/bg_keyvisual.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#header_keyvisual img {
	width: 350px;
	height: 105px;
}


/*
 * Clickpath
 */
#header_clickpath {
	top: 120px;
	margin-left:0px;
}
#header_clickpath_bg {
	display: none;
}
#header_clickpath_hl img {
	background: #bbb;
	padding: 2px;
	padding-bottom:0px;
}
#header_clickpath_hl, #header_clickpath_hl a, #header_clickpath_body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000;
	color: #999;
}
#header_clickpath_hl {
	float:left;
	padding-right: 0px;
}
#header_clickpath_body {
	padding-left: 10px;
}

#header_logo {
	position: absolute;
	top: 40px;
	margin: 0 0 0 450px;
	width: 91px;
	height: 45px;
}

/*
 * Content
 */
#content {
	position: relative;
	top: 150px;
	margin-left: 0px;
	width: 550px;
}
#solutions_lv2 {
	border: 0px;
	width: 550px;
}
#solutions_content_body {
	padding: 0;
}

