@media screen {
	html {
	   color: black;
	   background: white;
	}
	body {
		color: black;
		background: transparent;
		margin: 10% 15% 0 15%
	}
	div, p, td, li, dd, address {
		color: inherit;
		background: transparent;
		font: 100% Helvetica, "Arial", sans-serif;
	}
	div#titel {
	   background: white;
	}
	div#adresse {
	   font-size: 1.5em;
   	   background: white;
   	   border-bottom: 2px solid black;
	}
	div#links {
        margin: 4em 0 0 0;
        background: white;
	}
	td#lang {
	padding-right: 5em;
	}
	a {
		color: black;
		background: transparent;
		text-decoration: underline;
	}
	a:hover {
		color: black;
		background: #BBB;
		text-decoration: none;
	}
	a:active {
		color: #BBB;
		background: black;
		text-decoration: none;
	}
}