body {
	background-color: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	margin: 0 0 0 0;
}

img { border: 0;}

#search,
#topbar,
#menubar,
#sidebar,
#document_action_list,
#print_preview_link,
#footer,
#corner-bottom-right,
#calendars,
.content_action_list,
#container:after {
  display: none;
}

#container, 
#content {
  background: transparent;
  width: auto;
  color: black;
  border:none;
  margin: 0;
  padding: 0;
}

#content .date {
   color: gray;
   margin: 2px 0 0 0;
   font-size: 90%;
}

#content .description {
	font-style: italic;
}

#content > div > h1.title {
  text-align: left !important;
}

#content hr {
	display: none;
}

#content a:link, #content a:visited {
  background: white;
  color: black;
  font-weight: bold;
}

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

/* for CSS3-enabled browsers, only */
#content a[href^="/"]:after {
   content: " (http://www.datenschutz-berlin.de" attr(href) ") ";
}

#content div.image_container p {
  background-color: transparent;
  border: thin solid #ddd;
}

#content > * {
   float: none !important;
}

