body {
	font-family: Helvetica, Verdana, Arial;
	color: black;
	}
div {
	font-family: Helvetica, Verdana, Arial;
	color: black;
	}
p {
	line-height: 1.3em
	}
.gelb {
	background-color: #ff9;
	}
.block {
	text-align: justify;
	}
.aussenrand {
	margin: 0;
	border-color: #848484;
	outline-color: #818181;
	outline-style: solid;
	}
.blinkend {
	font-family: "times new roman";
	text-decoration: none;
	}
.abstand {
	visibility: visible;
	padding: 10px;
	border: solid 3px red;
	}
.abstand1 {
	visibility: visible;
	padding: 10px;
	border: solid 2px green;
	}
.trenner {
	border-right: 1pt solid #000;
	}
a {
	color: blue;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}
a:visited {
	color: black;
	text-decoration: none;
	}
.unterstrichen {
	font-family: georgia;
	font-weight: 100;
	text-decoration: underline;
	}
h1 {
	font-size: 32px;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	}
h2 {
	font-size: 15px;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	}
h3 {
	font-size: 20px;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	}
.img {
	outline: dashed 1px black;
	}


