html, body, p {
	margin: 0px; 
	font: normal 14px Georgia, mono; 
	color: black;
	background-color: white;
	} 

#container {
	position: absolute; top: 10px;
	height: 60%;
	min-height: 60%;
	min-width: 75%;
	margin: 0 2em 0 20%;
	}

div#hi {
	position: relative;
	}

div#legal {
	position: absolute; bottom: 0;
	}

#legal div {
	float: left;
	font: normal 10px Verdana, mono; 
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 25px 0 0;
	}

#legal a {
	text-decoration: none;
	border-width: 0;
	padding: 0 0 1px 0;
	}

p, ol, table {
	text-align: left;
	line-height: 1.7em; 
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	}
p img {
	margin-bottom: -6px;
	}
ol {
	list-style: lower-alpha outside;
	margin: 1em 3em;
	}
li {
	margin: 0.5em 0;
	}

table {
	border-collapse: collapse;
	margin: 1em 0;
	padding: 0;
	}
table th, td {
	font: normal 14px Georgia, mono; 
	text-align: left;
	border: 1px solid black;
	border-width: 1px;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	width: 7em;
	margin: 0;
	padding: 0.5em;

	}

p.klein {
	font: normal 10px Verdana, mono;
	}

b {
	font-weight: bold;
	}

div.rechts {
	position: relative;
	text-align: right;
	}
div.ps p {
	font: normal 10px Verdana, mono; 
	position: static;
	margin-top: 1.5em;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

a, a:link, a:visited {
	text-decoration: none;
	border: 1px solid black;
	border-width: 0 0 1px 0;
	padding: 0 0 1px 0;
	}
a:hover, a:active, 
a em:hover, a em:active {
	color: black;
	border: 0;
	}

a.blank, a.blank:link, a.blank:visited {
	border-width: 0;
	}

