/* Event Style-Switch Advent  
---------------------------- */

@media screen and (min-width: 700px) and (min-device-width: 700px){

/* (Position kleine Kerze im index_body_liste) */
.advent {
	background: url("./images/kerze_3.gif");
	width: 29px;
	height: 66px;
	position: absolute;
	z-index: 1000;
	margin-left: -20px;
	margin-top: -5px;
}

/* Headerbild-Logo */
.headerbar {
	background: #06032C url("./images/santa_logo.jpg") no-repeat center center;
	height: auto; /* (optional ändern in px) */
}

/* background image */
html, body {
	background: #000 url("./images/santa_bg.jpg") no-repeat center center fixed;
	-moz-background-size: cover;
	background-size: cover;
}

/* Headerbar (Position Kerze im Header) */
#banner-advent {
	background: url("./images/advent_1.gif");
	width: 87px;
	height: 104px;
	position: absolute;
	z-index: 1000;
	margin-left: 60px;
	margin-top: 20px;
}

/* Headerbar (Position Adventskranz im Header) */
#center-advent {
	background: url("./images/advent1.gif");
	width: 81px;
	height: 54px;
	position: absolute;
	z-index: 1000;
	margin-left: 1200px;
	margin-top: 55px;
}

/* Posting Box */
#message {
	background: #fff url("./images/christmasbg1.png") no-repeat center center;
}

/* Style Row */
li.row:hover {
	background: #fff url("./images/advent_4.gif") no-repeat center right;
}

/* Style Signatur */
.online-list {
	background: transparent url("./images/snowsig.gif") no-repeat center center;
}

/* style the forabg and forumbg */
.forumbg, .forabg {
	background: #084A8C url("./images/bglistsnow.gif") repeat;
}

}
