@charset "ISO-8859-1";
body{
	background-color: #F6E3CE;
	overflow-x: auto;
	overflow-y: auto;
	text-align:center;
}
#hauptfenster{
	margin-top:25px;
	text-align:center;
	height:300px;
	width:400px;
	border-radius: 25px;25px;25px;25px;
	border: 2px solid #87BBE7;
	margin-left:auto;
	margin-right:auto;
}
#kontakt{
	margin-top:25px;
	text-align:center;
	height:400px;
	width:600px;
	border-radius: 25px;25px;25px;25px;
	border: 2px solid #87BBE7;
	margin-left:auto;
	margin-right:auto;
}