/*stylesheet für im iframe angezeigte Dokumente*/
body {background-color: white;}
#wrapper {width: 80%;
		margin: auto;
			font-family: verdana, tahoma, arial, sans-serif;
			color: black;
			font-size: 1.3 em;
			}

h2 {font-size: 1.6 em;
	text-align: center;
	margin: 2% 0 2% 0;
}


h2 {font-size: 1.4 em;
	text-align: center;
	margin: 2% 0 2% 0;
}

p {margin:2% 0 2% 0;}

iframe {width: 90%;
height: 800px;
padding: 0;} 

