@charset "utf-8";

/*	########################################################
	CSS: Armin Briatta - Fotografie und Webdesign Darmstadt
	http://www.briatta.de/
	########################################################	
	regionalstelle-fundraising.org
	########################################################
*/
* {
	background-color: #fff !important;
}

body {
	width: auto;
	height: auto;
	font-size: 12pt!important;
	overflow: visible;
}

#schale {
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding-bottom: 2em;
	max-width: 100%;
	color: #000;
	background-color: #fff;
	height: auto;
	width: auto;
	overflow: visible;
}

nav {
	display: none!important;
}

#main {
	max-width: 100%;
	border: 0 none;
}

img[alt] {
	background-color: #fff;
}

#main img {
	page-break-inside: avoid;
	max-width: 40%;
	float: none;
	margin: 12pt 0; 
}

a {
	text-decoration: none;
	border: 0 none;
}

a[href^="http://"]:after,
a[href^="https://"]:after {
  content: " (" attr(href) ") ";
  color: #000;
  background: white;
  text-decoration: none;
  font-size: 1em;
  font-family: "Courier New", monotype; 
}

footer address {
	display: block;
	padding-top: 40pt;
	font-size: 10pt;
}

footer address span {
	display: inline-block!important;
	text-align: left;
}

footer address span:after {
	content: " | ";
	color: #000;
	font-weight: normal;
}	
footer address span:last-of-type:after {
	content: none;
}	

footer address span.print-only {
	display: inline-block;
}

header {
	max-width: 100%;
	border: 0 none;
}

#navcontainer,
#content  {
	border: 0 none;
}

footer {
	border-bottom: 0 none;
}

#content-inner  {
	overflow: auto!important;
}