body {
 position: absolute;
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 background: white;
}

#logo {
 position: absolute;
 z-index: 9;
 left: 100px;
 top: 30px;
 margin: 0px;
 padding: 0px;
 font-size: 16px;
 font-weight: bold;
 color: #f34700;
}

#slogan1 {
 position: absolute;
 z-index: 10;
 margin: 0px;
 padding: 0px;
 left: 345px;
 top: 222px;
 font-size: 24px;
 font-weight: bold;
 color: black;
 }
img {
 border:0;     
}
#slogan2 {
 position: absolute;
  z-index: 11;
 left: 536px;
 top: 357px;
 font-size: 24px;
 font-weight: bold;
 color: black;
}

#slogan3 {
 position: absolute;
  z-index: 12;
 left: 770px;
 top: 495px;
 font-size: 24px;
 font-weight: bold;
 color: black;
}

a:link:hover, a:visited:hover, a {
 text-decoration: none;
 font-weight: bold;
 color: #f34700;
 }

a.slogan:link:hover, a.slogan:visited:hover, a.slogan {
 text-decoration: none;
 font-weight: bold;
 color: black;
 }

#text {
 position: absolute;
 margin: 0px;
 padding: 0px;
 left: 160px;
 top: 320px;
 width: 500px;
}

#bilder{
 position: absolute;
 z-index:6;
 left: 100px;
 top: 30px;
 width:820px;
}
