body {
	background-color: white;
	font-family: Times, Georgia, Garamond, serif;
	color: #000000;
	font-size: 12pt;
}

form { 
	display: none; 
	}
	
table {
	text-align: left;
	vertical-align: top;
	}
	
img {
	border: 0;
	color: #808080;
	}

#inhalt {
	position: static;
	top: auto; left: auto; right: auto; bottom: auto;
	padding: 0;
	margin: 0.75em 0 0.5em 0;
}

#kopf_box, #email_box, #menue, #kopf, #email {
	display: none;
}

#inhalt a:link, body a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #202020;
}

#inhalt a:link:after, body a:visited:after {
	content: " (" attr(href) ") ";
	font-weight: normal;
	font-size: 80%;
	color: #000000;
}

