
body {
	background-color: #ddf;
}

h1 {
	margin: 0;
	padding: 0;
}

#dyntext {
	width: 400px;
}

.monkeythink {
	position: relative;
	float: left;
	width: 200px;
	height: 286px;
}

.monkeythink .jtextfill {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 150px;
	height: 70px;
	background-color: #fff;
	text-align: center;
	vertical-align:middle;
}

.monkeythink .jtextfill span {
	font-family: "Happy Monkey";
}

.computer {
    position: relative;
    margin-left: 397px;
    width: 293px;
    height: 197px;
    background-image: url(../img/Computer2.png);
}

.computer .jtextfill {
    position: absolute;
    top: 64px;
    left: 20px;
    width: 260px;
    height: 64px;
    color: #000;
    text-align: center;
    vertical-align:middle;
}

.computer .jtextfill span {
	font-family: "VT323";
}

.computerglare {
	width: 450px;
	height: 424px;
    background-image: url(../images/ortsschild.png);
    background-repeat: no-repeat;
}
