@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}

/*Umschließt den gesamten Inhalt der Website*/
#frame {
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border: 5px solid #FFF;
	margin-top: 50px;
	margin-bottom: 30px;
	clear: both;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
	text-align: center;
	padding: 21px 20px 10px 20px;
	margin: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 1.5em;
	text-align: center;
	padding: 21px 20px 10px 20px;
	margin: 0;
}
