/* Start of CMSMS style sheet 'Grundstile' */
@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
}
a:link, a:visited {
	text-decoration: none;
	color: #800201;
}
a:hover, a:focus {text-decoration: underline;}
img {
	border: none;
	vertical-align: middle;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
input {vertical-align: middle;}
textarea {overflow: auto;}
th, td {vertical-align: top;}
/* End of 'Grundstile' */

