body {
   background: #fff;
   margin-left:0px;
}

#header {
   display: block;
   height: auto!important;
}
.contentCol2 .col1,
.contentCol2 .col2,
.contentCol2 .col2 .col2_1,
.contentCol2 .col2 .col2_2 {
   float: none!important;
   overflow: visible;
}

#serviceNavigation, 
#keyvisual,
#topNavigation,
.breadcrumb, 
#content .col1,
.contentCol2 .col2 .col2_2 ,
#footer {
   display: none!important;
}

.accordionTeaser * {
	display: block!important;
}

.colContent table {
   width: 95%;
   display: block;
   clear: both;
	border: 1px solid gray!important;
	border-collapse: collapse;
	background-color: gray;
   margin: 8px 0;
}

html>body .colContent[class] table {
   width: 60%;
}

.colContent table th {
   font-weight: bold;
}

.colContent table td, .colContent table th {
	border:1px solid gray!important;
	padding: 4px;
	background-color: white;
}
