@charset "utf-8";
/* CSS Document */

#leftBar,
#header {
  display: none;
}

#container,
#main {
  width: auto;
  border: 0;
  margin: 1% 5%;
  padding: 0;
  float: none;
  font-size: 9.5pt;
}

#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#footer {
   margin-top: 1em;
   border-top: 1px solid #000;
}

div.positionTitle div.more {
  display: none;
}

div.position {
  display: block;
}

#dkb {
	display: none;
}
