/* Event Style-Switch Ostern  
---------------------------- */

@media screen and (min-width: 700px) and (min-device-width: 700px)
{
    /* Bild Position Forumliste + optional in zusätzliche Blöcke einfügen
    - forumlist_body.html */
    .easter {
	background: url("./images/easter_block.gif");
	width: 47px;
	height: 47px;
	position: absolute;
	z-index: 1000;
	margin-left: -16px;
	margin-top: -6px;
   }

    /* Bild Position Header */
    #banner-easter {
	background: url("./images/easter_header.gif");
	width: 70px;
	height: 90px;
	position: absolute;
	z-index: 1000;
	margin-left: 20px;
	margin-top: -12px;
   }

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

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

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

    /* Aktives Thema */
    li.row:hover {
    background: url("./images/easter_row.gif") no-repeat center right;
   }
}
