* {margin: 0; padding: 0}

body {background-color: #dfdfdf;
      font-family: "Comic sans MS", Verdana, Arial;
      font-size: 16px;
      font-weight: bold;}

h1 {font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;}

strong { color: black;}

#wrap {
   position: relative;
   background-image: url(hg1.jpg);
   background-repeat: no-repeat;
   height: 768px;
   width: 1024px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   text-align: center;
}

#kopfbereich {
   position: absolute;
   top: 20px;
   left: 100px;
   width: 594px;
   background-color: #efefef;
   text-align: center;
   border: 3px solid #9f9f9f;
}

#box1, #box2, #box3 {
   height: 80px;
   width: 160px;
   background-color: #dfdfdf;
   border: 2px solid #9f9f9f;
   padding: 4px;
   text-align: center;
}

#box2 {
   height: 160px;
   width: 320px;
   background-color: #dfdfdf;
   border: 2px solid #9f9f9f;
   padding: 4px;
   text-align: center;
}

}


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

a:hover, {
   color: #e59c00;}

#box1 {position: absolute; bottom: 20px; left: 20px;}
#box2 {position: absolute; bottom: 20px; left: 350px;}
#box3 {position: absolute; bottom: 20px; right: 20px;}

