@charset "utf-8";
/* CSS Document */

/* Standard Links */
a:link { text-decoration:underline; color:#000000;}
a:visited { text-decoration:underline; color:#000000; }
a:hover { text-decoration:underline; color:#000000; }
a:active { text-decoration:underline; color:#000000; }

/* Navigation Links */
a.navigation:link { text-decoration:none; color:#000000;}
a.navigation:visited { text-decoration:none; color:#000000; }
a.navigation:hover { text-decoration:none; color:#000000; }
a.navigation:active { text-decoration:none; color:#000000; }

/* Allgemein */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
}

body,td,th { font-family:Verdana, Arial, Helvetica, sans-serif; }

