/* Formatklassen */

.abschnitt {
	border-top: solid black;
	border-top-width: 1px;
	margin-top: 15px;
	padding-top: 5px;}


/* Formate für Textauszeichnungen */

body {background-color: #E0F0FF} /* Hintergrundfarbe Hellblau */

h1, h2, h3, p, div, span, td, th, ul ol, li, a, b, i {font-family: Verdana, sans-serif}
p, div, span, td, th, ul, ol, li, a, b, i {font-size: 13px}
p, ul, ol {margin-top: 8px; margin-bottom: 8px}

h1 {margin-top: 7px; margin-bottom: 5px; font-weight: bold; font-size: 28px}
h2 {margin-top: 7px; margin-bottom: 5px; font-weight: bold; font-size: 18px}
h3 {margin-top: 7px; margin-bottom: 5px; font-weight: bold; font-size: 14px}

ul {margin-left: 10px; list-style-type: disk; list-style-position: outside}
ol {margin-left: 35px; list-style-type: decimal; list-style-position: outside}

a:link {color:#0000A0; text-decoration: none}
a:visited {color:#0000A0; text-decoration: none}
a:hover {color:#E00000; text-decoration:none}
a:active {color:#E00000; text-decoration: none}
a:focus {color:#E00000; text-decoration: none}