/*****************************************************
/ Gerüst auf variable Breite stellen
*****************************************************/
html, body, #pagebase, #page, #header, #main, #colcontent, #colcontentwide, #colcontentwidehome, #colcontext {
	width: auto;
	height: auto;
}
body {
	color: #000000;
}
#pagebase, #page {
	margin: 0;
}
#main {
  position: relative;
  padding: 0;
}
#colcontent, #colcontentwide, #colcontentwidehome, #colcontext {
  float: none;
  clear: both;
  margin-left: 0;
}
/*****************************************************
/ Unerwünschte Inhalte ausblenden
*****************************************************/
#skiplinks, #mainnavcontainer, #servicenavcontainer, #colnav, #footer, .hidden, #colnav dfn {
	display: none;
}
/*****************************************************
/ Header umstellen (Printvariante des Logos!)
*****************************************************/
#header_top {
	position: static;
	height: auto;
	border-bottom: 1px solid #2a2f2d;
	background-color: #ffffff;
	background-image: none;
	padding-bottom: 0.5em;
}
#header_logo {
	position: static;
	background-image: none;
}
#header_logo img {
	visibility: visible;
}
/*****************************************************
/ Breadcrumb
*****************************************************/
#pathnavcontainer {
	background-color: #ffffff;
	padding: 10px;
	padding-left: 0;
	border-bottom: 1px solid #2a2f2d;
}
/*****************************************************
/ Context-Spalte durch Border abgrenzen (falls BG-Farbe nicht gedruckt wird)
*****************************************************/
#colcontext div.content {
	border: 2px solid #333366;
}