#hellbeige.bg { 
	background: #F4F2E4;
}

body, table, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 12px;
	line-height: 1.5em; 
	color: #000000;
}

.ueberschrift_rot {
	color: #C70000;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:focus {
	color: #000000;
	text-decoration: none;
}

.serif {
	font-family: "Times New Roman", Times, serif;
}

.knopf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C70000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: hand;
}