a:link { color: #588DEF; text-decoration: none; }
a:visited { color: #588DEF; text-decoration: none; }
a:hover { color: #0065CA; text-decoration: underline; }
a:active { color: #FF8000; text-decoration: underline; }
a:focus { text-decoration: underline; }

td {
	font-family: verdana,arial,helvetia;
	font-size: 12px;
}

p {
	font-family: verdana,arial,helvetia;
	font-size: 12px;
}

input.text, textarea, select  {
	border: 1px solid #AAA;
	padding: 2px 2px;
	margin: 0 2px 2px;
}

input.button {
	background: url("images/button.png");
	border: 1px solid #AAA;
	padding: 1px 5px;
	margin: 0px 0 0;
	cursor: pointer;
}
input.button:hover {
	background: url("images/button_hover.png");
	border: 1px solid #588DEF;
}
input.button:active {
	border-style: inset;
}

/* damit vertikaler Scollbalken immer angezeigt wird */
html { min-height: 100.15%; }
