@charset "utf-8";

body {
	font-family: Calibri, Helvetica, sans-serif;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #666666;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #666666;
}

}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
}
p {
	font-size: 1em;
}

/* der Anreißer wird größer und grau hinterlegt */
.wichtig {
	background-color: #999;
	font-size: 0.85em;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 6px;
	color: #FFF;


.kleinschrift {
	font-family: calibri, Arial;
	font-size: 0.8em;
	font-weight: lighter;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
}
