/* =basics--------------------------------------------------------------- */
body {
	background-color: #fff;
	font: 12pt/16pt Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	}
	
/* =elemente ausblenden, die im druck nicht erscheinen sollen--------------------------------------------------------------- */
#accesskeys, footer, aside, #header, nav, #comments-begin, .services, .moreentries {
	display: none;
	}
	
/* =typo--------------------------------------------------------------- */
a:link {
	color: #9d9d9d;
	text-decoration: underline
	}
.body a:link:after, .body a:link:visited:after {	color: #9d9d9d;	content: " (Link auf <" attr(href) ">) "	}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	color: #000;
	}
.lead p {
	font-style: italic;
	font-weight: bold;
	}
.date {
	margin: 0;
	border: none;
	padding: 0;
	}
.byline, .date {
	color: #909090;
	font: italic 11pt/14pt Georgia, "Times New Roman", Times, serif;
	}
#blogText h1, #blogText h1 a {
	font-size: 22pt;
	line-height: 24pt;
	margin-top: 0;
	padding-bottom: 15pt;
	border-bottom: none;
	color: #000;
	text-decoration: none;
	}
#banner h1 a {
	margin-top: 0;
	font-size: 12pt;
	line-height: 16pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #909090;
	}
h2 {
	font-size: 16pt;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 10pt;
	}
h3 {
	font-size: 14pt;
	line-height: 16pt;
	}
h4 {
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 0;
	}
p, table, .normal {
	
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
ul {
	
	}
ol {
	
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	}
th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 2pt 15pt 2pt 0;
	text-align: left;
	}
td {
	padding: 2pt 15pt 2pt 0;
	vertical-align: top;
	}
img {
	border: 0;
	}
	