html {
	font-size: 12pt; 
	font-family: Arial, sans-serif;
	overflow: auto;
	margin: 2.5cm;
}

body a:link, body a:visited {
	font-weight: bold;
	text-decoration: none;
	}

body a:link:after, body a:visited:after {
	content: " (" attr(href) ") ";
	font-weight: normal;
	font-size: 80%;
	}

#menu, #footer, #submenu, #logo, #links, #flags {
	visibility: hidden;
	}

#header, #ueberschrift, #mitte, #rechts {
	position: static;
	background-color: white;
	color: black;
	width: 95%;
	font-size: 12pt; 
	font-family: Times, serif;
	overflow: auto;
	line-height: 1;
	}

#ueberschrift {
	font-weight: bold;
	font-size: 16pt;
	}


