.text {
	color: black;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
}

.weiss {
	color: white;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
}

.ltable {
	padding-left: 4px;
	color: black;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
}

.rtable {
	padding-right: 4px;
	color: black;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
}

input {
	color: black;
	font-size: 9px;
	line-height: 12px;
	font-family: verdana, geneva, sans-serif;
}

a {
	color: #495F82;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
	text-decoration: none;
}

a:active {
	color: #495F82;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
	text-decoration: none;
}

a:hover {
	color: #495F82;
	font-size: 12px;
	line-height: 15px;
	font-family: times, serif;
	text-decoration: underline;
}

a:visited {
	/* muss leer sein, sonst sind die bereits besuchten Seiten nicht mehr unterstrichen */
}

code {
	color: #000000;
	font-size: 10px;
	line-height: 12px;
	font-family: times, serif;
}
