/* CSS Document */

.style {
	background-color: #FFCC00;
	color: #990000;
	font: "Times New Roman", Times, serif;
	font-size: large;
}

.ueberschrift {
	font-size: x-large;
	line-height: 2.5;
}

.text {
	position: absolute;
	width: 400px;
	line-height: 1.5;
}

.onclickdiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
}

.cursorpointer {
	cursor: pointer;
}