/* global klassen */
body {
	/*background:#390034;*/ /* wird in css-firefox.css erledigt */
}
table, img {
	border:0px;
}
body, table {
	/*font:normal 11px Arial, Helvetica, sans-serif, Verdana;*/
}
body, h1, h2, h3, h4, p, form, ul {
	padding:0; margin:0;
	
}
td {
	vertical-align:top;
}
ul {
	list-style:none;
}
a:active, a:link, a:visited, a:hover {
	color:#fff;
}
a:active, a:link, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
