body {
  font-family: verdana, arial;
  font-size: 11px;
  line-height: 150%;
  margin: 25px;
  color: #400000;
}

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #400000;
}

a {
  text-decoration: none;
  color: #800000;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

div#container {
  position: relative;
  width: 800px;
  margin: 0 auto;
  height: 740px;
  border: 3px solid #400000;
  background-color: #CAE4FF;
}

div#bild {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 800px;
  height: 230px;
  background-image: url("bild.jpg");
  background-repeat: no-repeat;
}

div#text_deutsch {
  position: absolute;
  left: 30px;
  width: 340px;
  top: 260px;
}

div#text_englisch {
  position: absolute;
  left: 430px;
  width: 340px;
  top: 260px;
}

div#marken {
  position: absolute;
  top: 690px;
  left: 30px;
  width: 740px;
  font-size: 9px;
}

td.text {
  padding-left: 15px;
}

div#enter_deutsch {
  position: absolute;
  left: 30px;
  top: 540px;
  width: 340px;
}

div#enter_europe {
  position: absolute;
  left: 430px;
  top: 540px;
  width: 155px;
}

div#enter_world {
  position: absolute;
  left: 615px;
  top: 540px;
  width: 155px;
}

div#line1 {
  border-left: 1px dashed #400000;
  position: absolute;
  left: 400px;
  top: 260px;
  height: 400px;
  width: 1px;
}

div#line2 {
  border-left: 1px dashed #400000;
  position: absolute;
  left: 600px;
  top: 540px;
  height: 120px;
  width: 1px;
}
