/* body */
body {
	font-family: Verdana, Arial, sans-serif;
	margin: 10;
	padding: 10; }
	
/* a */
a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #FF0000; }

a:hover {
	color: black;
	text-decoration: none; }

/* img */
img { border:none; }

/* klassen */
.titel {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	color: black; }

.subtitel {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	color: black; }

.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: black; }

.fuss{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	color: black;
}

/* tabelle */

/* table{ table-layout: fixed; } */

