@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #743D32;
	background-color: #743D32;
}
h1 {
	font-size: large;
	font-weight: bolder;
}
h2 {
	font-size: medium;
	font-weight: bold;
}

a:link {
	color: #C84937;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
.Untertitel {
	font-size: x-small;
}
