BODY   {
	font-size: 12px;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
}
td {
		font-size: 12px; 
		color: Black;
}

A   { 
	font-size: 12px; 
	color: #CC0000;
	text-decoration: underline }

A:HOVER  {
	color: Black;
	text-decoration: underline
}	

A:ACTIVE  {
	color: Black;
	text-decoration: underline
}
.button {
	background-color : Gainsboro;
	border-width: 1px;
	border: 1px solid Black;
	color : Black;
	width: 80px;
}

.small {
	font-size: 10px;
	color: Black;
}
.topic {
	color: #CC0101;
	font-size: 14px;
	font-weight: bold;
}
.head {
font-size: 18px;
}
input,textarea,select {
	background-color : White;
	border: Black;
	border-style: solid;
	border-width: 1px;
	color : #242424;
	font-family : Arial;
	font-size : 11px;
}
.radio {
	border-width: 0px;
}
.gray {
	color: Gray;
}
.rechts {
	text-align: right;
}

img {
	border-color: black;
}

