.Indhold {
	position: relative;
	top: 0px;
	left: 0px;
	height: auto;
	width: 535px;
	text-align: left;
	padding: 10px;
}
.Teasers {
	position: absolute;
	top: 0px;
	right: 0px;
	height: auto;
	width: 200px;
	min-height: 100px;
	table-layout: fixed;
	padding: 0px;
	text-align: left;
}
.box{
	border: 1px dotted #aaaaaa;
	background-color: #eeeeee;
	padding: 5px;
	margin: 10px;
	margin-left: 0px;
}
