/* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: rgb(240, 240, 240);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#aktuality section ol {
	list-style: decimal;
	margin: 10px 20px;
}
#aktuality section u {
	text-decoration: underline;
}

#aktuality section blockquote {
	font-style:italic;
}

#aktuality section cite:before {
	content: '"';
}
#aktuality section cite:after {
	content: '"';
}

#aktuality section ul {
	list-style:disc;
}

#aktuality section ul ul{
	list-style:circle;
        margin-left:20px;}


#aktuality section h1 {
	font: normal bold 41px century;
}
#aktuality section h2 {
	font: normal bold 35px century;
}
#aktuality section h3 {
	font: normal bold 29px century;
}
#aktuality section h4 {
	font: normal bold 24px century;
}
#aktuality section h5 {
	font: normal bold 20px century;
}
#aktuality section h6 {
	font: normal bold 16px century;
}

a {
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	-ms-transition: 500ms;
	-o-transition: 500ms;
	transition: 500ms;
	text-decoration: none;
}
a:hover {
	text-shadow: 3px 0 4px rgba(150,150,150,0.81);
	text-decoration: underline;
}
mark {
	background: none;
	text-decoration: underline;
	text-transform: uppercase;
}
