﻿body {
	margin: 0;
	font-family: "Segoe UI", Arial,sans-serif;
 	font-size: 14px;
 	
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

div#content {
	width: 800px;
	height: 800px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;	
	background-image: url('daskork.gif');
	position: relative;
}

div#content div {
	position:  absolute;
	text-align: center;
	vertical-align: sub;
	border: 1px black solid;
	overflow: hidden;
}

div#content div a {
	text-decoration: none;
	color: black;
	font-weight: bolder;
}

div.gelb {
	color: black;
	background-color: yellow;
	width: 100px;
	height: 75px;
	
}
div.rosa {
	color: black;
	background-color: #FFB6C1;
	width: 150px;
	height: 100px;

}
div.gruen {
	color: black;
	background-color: #ADFF2F;
	width: 180px;
	height: 120px	
}
div.blau {
	color: black;
	background-color: #99CCFF;
	width: 90px;
	height: 60px	
}

div#d1 {
	left: 100px;
	top: 100px;
}
div#d2 {
	left: 500px;
	top: 400px;
}
div#d3 {
	left: 5px;
	top: 300px;
}

div#d4 {
	left: 605px;
	top: 300px;
}

div#d5 {
	left: 400px;
	top: 50px;
}

div#d6 {
	left: 10px;
	top: 550px;
}

div#d7 {
	left: 380px;
	top: 350px;
}


div#d8 {
	left: 680px;
	top: 720px;
}

div#d9 {
	left: 180px;
	top: 520px;
}

div#d10 {
	left: 480px;
	top: 520px;
}


div#d11 {
	left: 40px;
	top: 20px;
}
div#d12 {
	left: 10px;
	top: 660px;
}
div#d13 {
	left: 240px;
	top: 180px;
}

div#dx 
{
	left: 229px;
	top: 340px;
}

div#impressum
{
	background-color: white;
	color: black;
	position: absolute;
	top: 0px;
	left: 0px; 
	width: 110px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: thin black solid;
}
