/* WALLPAPER ADVERTISEMENT */

body.wallpaper #wrapper {
    background-color: white;
    z-index: 20;
    position: relative;
    top: 0;
    background: #fff url("../images/main/bodyBgStretch.png") repeat-x;
}

.tek #wrapper {
    background: #fff none;
}

body.wallpaper {
    background: #fff url("../images/ads/komplettWallpaper.jpg") no-repeat center top;
}

.wallpaper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1200px;
}

.wallpaperLinks {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.wallpaperLink {
    width: 50%;
    height: 1200px;
}

.wallpaperLink.left {
    float: left;
}

.wallpaperLink.right {
    float: right;
}

.wallpaperLink a {
    height: 1200px;
    display: block;
}

.wallpaperLinks img {
}

/*body > div.fixed {
    position: fixed;
}*/

