

#LINKS {
	width: 320px;
	text-align: left;
}

#RECHTS {
	margin-left: 340px;
}

.themenbox {
	display: none;
	position: absolute;
	z-index: 99;
	top: 140px;
	left: 20px;
	width: 920px;
	height: 460px;
	background-color: rgb(255,255,255);
	border: 2px solid rgb(210,34,42); /* TEST */
}

.themenbox .links {
	float: left;
	width: 200px;
	height: 100px;
	margin: 20px 0 0 30px;
}

.themenbox .rechts {
	height: 100px;
	margin: 20px 0 0 251px;
	padding: 0 21px 0 0;
}

.themenbox .unten {
	text-align: right;
}

.themenbox .unten IMG {
	margin-right: 21px;
}

