/*  Drago - Weihnachts Deko für Prosilver
    ---------------------------------------------------------------------------------
*/
html, body {
	color: #536482;
	background-color: #0d0813;
	background-image: url("./images/bg.gif");
	background-repeat: repeat;
	background-position: top left;
    background-attachment: fixed; /* IE 6 is junk, thats all there is to it :P */
}

.forabg {
	background-color: #3E3E3E;
	background-image: url("./images/snowcap.png");
	/* background-repeat: repeat-x; */
	border: 1px solid #F4F4F4;
	border-top: none;
	border-radius: 13px;
	margin-bottom: 20px;
	padding-top: 50px;
}

.logo-xmas {
    z-index: 1;
    background: url(./images/christmas_logo.png);
    width: 110px;
    height: 127px;
    position: absolute;
    margin-left: -47px;
    margin-top: -16px;
}

.xmas {
    z-index: 1;
    background: url(./images/christmas_hat.png);
    width: 47px;
    height: 47px;
    position: absolute;
    margin-left: -24px;
    margin-top: -55px;
}




@media screen and (max-width: 700px) and (max-device-width: 700px) {
    .logo-xmas {
        width: 0;
        height: 0;
    }
    .xmas {
        width: 0;
        height: 0;
    }

        .headerbar {
                   margin-top: 12px;
        }
}