/* ///// PRINT STYLESHEET */

/* hide the blau-weiss background-image of the body and the side shadows: */
body,
#shadowLeft,
#shadowRight{
	background: none;
}

#content{height: auto;}

/* display the breadcrumb navigation and the PrintOnly element: */
#trailNavRoot,
.printOnly{
	display: block;
}
#trailNavRoot{
	font: normal 11px Arial, Helvetica, sans-serif;
	position: relative;
	left: -3px;
	top: 5px;
}

/* hide the language and country selectors, the tab navigation and the lefthand navigation: */
#metanav,
#tabNavRoot,
#leftCol{
	display: none;
}

/* position the main logo to the outermost side of the layout: */
#logo{left: -1em;}
#picMainLogoPopup{position:relative;left: 1em;}

/* move the pageTitle closer to the logo: */
#mainArea{
	position: relative;
	top: -10px;
}

/* replace the bullet pics of list elements with a standard bullet: */
#mainArea #mainContent li,
#mainArea #serviceArea .c_ct_sa li{
	margin: 0 0 0 1.5em;
	padding: .15em 0 0 0;
	background: none;
	list-style-type: disc;
}

/* stretch the footer over the entire page width and give it some more margin above: */
#footer{
	width: 50em;
	margin: 0 0 0 0;
}