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

html {
    height:100%;
}


body {
    /*background: url(img/blum_bg.jpg) no-repeat #fff;*/
    background-color:#000;
  	font: 11px/1.2 verdana, Arial, helvetica, sans-serif;

    color: #fff;
    height: 100%;
}

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

p {
    margin-bottom: 1em;
}

a {
    color: #fff;
    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;
    display: none;
}

h2 {
   font-size:11px;
   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: #000;
    display: none;
    padding: 0;
    color: #fff;
}

#impressum a {
    color: #aaa
}


#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;
}



