/* CSS Document */
#iframe {
	float: left;
	}
.border {
	border: solid 1px #666666;
	}
.float {
	float: left;
	margin-right: 10px;
	}
#oben {
	float: left;
	width: 401px;
	margin-left: 15px;
	}
#content p {
	padding: 5px;
	}
.imgklein {
	float: right;
	margin-left: 10px;
	}
.clear {
	clear: both;
	}
