/*
* 
* @package phpBB Extension - Micha´s Hovere-Effekte-Extension
* @copyright (c) 2019 Micha
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/


/* Anfang Weihnacht

---------------------------------------- */

.site-description {
    background-image: url("./images/schmuck03.gif") ;
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 27px;
    margin-top: 0 ;
}
.cp-mini {
    background-image: url("./images/schmuck03.gif");
    background-position: top;
    background-repeat: repeat-x;
}
.con {
    background-image: url("./images/schmuck07.gif");
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 55px;
}
/*
* Aktuelle Themen
*/
.weihnacht2 {
    background-image: url("./images/schmuck03.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;
}

/*
* info-box
*/
.weihnacht3 {
    background-image: url("./images/schmuck03.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;
}

/*
* Arcade
*/
.arcade-inner {
    background-image: url("./images/schmuck04.gif") ;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 23px;
}

/*
* Bank
*/
.points-main-main {
    background-image: url("./images/schmuck03.gif") ;
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 13px;
	margin-top: -15px;
}
/*
* Copyright
*/
.bird{
    background-image: url("./images/schmuck03.gif") ;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;	
}
/*
* Statblock
*/
.statblock_panel {
    background-image: url("./images/schmuck03.gif") ;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;
}
/*
* Fahnen
*/
ul.flags {
    background-image: url("./images/schmuck03.gif") ;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px !important;
    padding-bottom: 25px !important;
}
/*
* Forum
*/
.weihnacht {
    background-image: url("./images/schmuck03.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;
}
/*
* Anmeldebox
*/
.weihnacht5 {
    background-image: url("./images/schmuck03.gif") ;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;
}
/*
* MChat
*/
#mchat-body {
    background-image: url("./images/schmuck03.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: -5px;
    padding-bottom: 25px;
}
#mchat-messages {
    background-image: none;
}
#mchat-form {
    padding-top: 16px;
}














