body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0;
}

#content {
	margin: 15px;
}

h1 {
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: normal;
	margin: 0;
}
.unterstrichen {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

img {
	margin: 0;
}

.eingerueckt {
	margin-left: 20px;
}