@charset "utf-8";
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993333;
	margin: 0px;
}
a:link, a:visited {
	font-weight: bold;
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content {
	padding: 15px;
}
.bild {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

