@import url("reset.css") all;

html {
    height:100%;
}


body {
    background: url(img/blum_bg.jpg) no-repeat #fff;
  font: 12px/1.2 verdana, Arial, helvetica, sans-serif;
    /*font: 20px/1.2 "Comic Sans MS", verdana, Arial, helvetica, sans-serif;*/
    color: #666;
    height: 100%;
}

#wrapper {
    width: 1000px;
    position: absolute;
}

p {
    margin-bottom: 1em;
}

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

a:hover {
    text-decoration: underline;
}


h1 {
    background: url(img/blum_logo.gif) no-repeat;
    height: 25px;
    width:160px;
    text-indent: -9999px;
    position: absolute;
    left: 920px;
    top: 50px;
}

h2 {
   font-size:12px;
   font-weight: normal;
   margin-bottom:1em;
}

#anschrift {
    width: 180px;
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 99;
}

#impressum {
    width: 330px;
    position: absolute;
    top: 50px;
    left: 240px;
    z-index: 98;
    background-color: #fff;
    display: none;
}


#spot1 {
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
    z-index: 1;
}

#spot1 a {
    display: block !important;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}


