* {
 float: none !important;
 background: none;
}

#header,
#locationsMenu,
#mainNavigation,
#secondaryNavigation,
#searchForm,
#menuTools,
#footer,
#printLink,
#content .secondColumn
{
	display: none;
}

/* General */

#content .secondColumn {
	display: none;
}

#content .firstColumn {
	width: 100%;
	border: none !important;
}

#headline {
}

.relatedSections,
#tooltip {
	display: none;
}


#searchBar,
#alphabet {
	display: none;
}

.pager {
	display: none;
}

.accordeon div,
div.text {
	display: block !important;
}

a:link, a:visited {
   color: blue;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

#content h1 a, #content h1 a:visited,
#content h2 a, #content h2 a:visited,
#content h3 a, #content h3 a:visited,
#content h4 a, #content h4 a:visited {
	text-decoration: none;
	color: black
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
