body {
	background-color: white;
	color: black;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

h1 { text-align:center; }
a:link {
	background-color: white;
	color: black;
	text-decoration:none;
	}
a:visited {
	background-color: white;
	color: black;
	text-decoration:none;
	}
	
a:hover { 
	background-color: white;
	color: black;
	text-decoration:none;
	}
a:action { 
	background-color: white;
	color: black;
	text-decoration:none;
	}

div {
	line-height: 150%;
	}
	
a.text:hover {
	background-color: white;
	color: black;
	text-decoration: none;
	}
a.text:link {
	background-color: white;
	color: black;
	text-decoration: none;
	}
a.text:visited {
	background-color: white;
	color: black;
	text-decoration: none;
	}
a.text:active {
	background-color: white;
	color: black;
	text-decoration: none;
	}
/*** Ausgeblendete ***/

.header, .topmenu, .menu, .bottommenu, .footer { display: none; }
