/**
*	@charset utf-8
*/

* {
	color:#000 !important;
	background-color: transparent !important;
	background-image: none !important;
	font-family:Constantia,Georgia,"Times New Roman",serif;
	font-size:12pt;
}
#navigation,
.skiplink,
#footer,
.noprint,
.wp-pagenavi,
img,
form,
object {
	display:none;
}
h1 {
	font-size:18pt !important;
	font-weight:normal;
}
h2, h3, h3 a, h4, h5, h6{
	font-size:16pt !important;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
}

a {
	text-decoration:underline;
}
a[href^="http://"]:after {
	 content:" ("attr(href)") ";
 }
a[href^="http://dnaber.de"]:after {
	 content:"";
 }
