@charset "utf-8";

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 0px;
	border-top-width: 0em;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0.5em;
    }
	
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    }

p {
	margin-bottom: 0.5em;
	margin-top: 0em;
	}

.kalla {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-size: 80%;
	text-align: right;
	}
kalla_tag {
	font-size: 80%;
}

.text_h { /*Text in linker Spalte neben Bildern in rechter Spalte; rechts eingerückt für Abstand zum Bild*/
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-right: 1em;
	}

a:link {
	text-decoration: none;
	color: #000000;
	border: none;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: underline;
	}

a:active {
	text-decoration: none;
	}
h1 {
	color: #fffafa;
	font-size: 200%;
	font-weight: bolder;
	margin-top: 0em;
	}
h2 {
	color: #ff0033;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.1em;
	}
h3 {
	color: #ff0033;
	font-weight: normal;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	font-size: 100%;
	}
h4 {
	color: #ff0033;
	font-weight: normal;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	font-size: 80%;
	}

