@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-position: center;
	background-color: #FFFFFF;
}
#hauptfenster {
	float: left;
	width: 500px;
	margin-left: 20px;
	font-family: "Comic Sans MS", fantasy, sans-serif;
	color: #FFFF66;
	text-align: left;
}
#hauptfenster iframe {
	background-color: #0EA4FE;
	height: 350px;
	width: 460px;
}
#rechterrand {
	float: right;
	width: 189px;
	background-position: right;
	height: 430px;
	overflow: hidden;
}
#layouttable {
	text-align: center;
}


td img {display: block;}
p {
	margin-top: 0px;
	padding-top: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.legal {
	text-align:center;
	font-family:'Comic Sans MS', fantasy,'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size:12px;
	padding-bottom: 10px;
}
.legal a:link, .legal a:hover, .legal a:visited {color:#3B7731;text-decoration:none;} 