/*
 * ANFANG RESET
 * kip's own reset file
 * supports only HTML5 tags
 * all table resets are removed (table, tbody, tfoot, thead, tr, th, td)
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, var, sup, sub,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
sup {
	vertical-align: super;
	font-size: smaller;	
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
del, s {
	text-decoration: line-through;
}
em, i {
	font-style: italic;
}
small {
	font-size: smaller;
}
strong, b {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
dl {
	display: block;
	margin: 1em 0;
}
dt {
	display: block;
}
dd {
	display: block;
	margin-left: 2em;
}
ol {
	list-style-type: decimal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	line-height: 1.5em;
}
/* ENDE RESET */

body {
	line-height: 1.8em;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}
.cke_editable {
	margin: 20px;
	line-height: 1.8;
	overflow-y: scroll;
}
zwiti {
	color: #232323;
	font-weight: bold;
}
blockquote {
	display: block;
	margin: 1em 2em;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #B81900;
}

ol, ul, dl {
	padding: 0 2em;
}
img.right {
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}
img.left {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}
pre {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 1em 0;
}
figure {
	text-align: left;
	display: inline-block;
}
figure > figcaption {
	font-size: 10px;
	line-height: 1em;
	text-align: left;
	display: block; /* For IE8 */
}
a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

p {
	margin: 0;
}

/* for footnotes plugin */
.footnotes {
	margin-top: 2.4em;
	background: #fff !important;
	padding: 0 !important;
	clear: both;
}
.footnotes header {
	font-weight: bold;
	color: #232323;
}
.footnotes h2 {
	line-height: 1.6;
	text-transform: none;
	margin: 0.5em 0 0 0;
}
.footnotes ul, .footnotes dl {
	list-style-type: decimal;	
	margin: 0;
	padding: 0 12px;
}
.footnotes cite {
	font-style: normal;
}
sup[data-footnote-id] {
	vertical-align: baseline;
	font-size: inherit;
}
sup[data-footnote-id] a {
	/*color: #000; helmut überlegt noch */
}
.footnotes ol {
	counter-reset: dec;
	padding: 0;
}
.footnotes ol li {
	list-style: none;
	position: relative;
}
.footnotes ol > li:before {
	counter-increment: dec;
	content: "[" counter(dec, decimal) "] ";  
}
/* for justify plugin */
.alignLeft {
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
}
#emailempty, #wrongemail {
  display: none;
}
#mail {
	width: 640px;
	margin: 20px auto;
}
