html {
	margin: 0;
	padding:0;
	}
body { 
	font: 75% Arial, sans-serif;
	line-height: 1.9;
	color: #555753; 
	background: #fff url(https://search.sachsen.de/web/resources/img/bg_image_content.jpg) no-repeat bottom right; 
	margin:  1em; 
	padding: 1em;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	max-width: 80vw;
	}
h1 { 
	font: italic bold 1.4em Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 15px; 
	color: #7D775C;
	max-width: 80vw;
	}	
h2 { 
	font: italic normal 1.4em Arial, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	max-width: 80vw;
	}
h3 { 
	font: italic normal 1.05em Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px; 
	margin-bottom: 10; 
	color: #7D775C;
	max-width: 80vw;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0078a8;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0078a8;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #0078a8;
	}
table {
padding: 20px;
width: 80vw;
	}

.legendtable {
border: none;
padding: 20px;
width: 80vw;
	}