@charset "utf-8";


/* Startseite */
#mainbox
{
    position: relative;
	width: 780px;
    height: 410px;
    overflow: hidden;
    /*background: #fff url(../../_images/content/startseite_mainbox.jpg);*/
}
    #mainbox div.box
    {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 780px;
        height: 90px;
        z-index: 10;
    }
    
    
    #mainbox #flashbox 
    {
    	position: absolute;
    	top:0 ;
    	right: -30px;
    	width: 420px;
    	height: 310px;
    	z-index: 1000;
    }
    
    #mainbox img {
    	position: absolute;
    	top: 0;
    	left: 0;
    }
    
        #mainbox div.box div.bg
        {
            background: #fff;
            z-index: 5;
            filter:alpha(opacity=90); /* IE */
            -moz-opacity: 0.90; /* Mozilla */
            opacity: 0.90; /* Opera */
        }
    	#mainbox div h1
    	{
            position: absolute;
            left: 19px;
            top: 10px;
            margin: 0px;
			color: #f0001e;
            font-weight: normal;
            font-size: 2.3em;
            line-height: 1.2em;
            z-index: 10;
        }
        #mainbox div h2
    	{
			position: absolute;
            left: 20px;
            bottom: 16px;
            margin: 0px;
            font-weight: normal;
            z-index: 10;
        }
        #mainbox div a.important
    	{
			position: absolute;
            right: 20px;
            bottom: 16px;
            font-size: 1.2em;
            line-height: 1.5em;
            font-weight: bold;
            z-index: 10;
            padding: 0px 0px 0px 13px;
            color: #000;
            background: url(../../_images/pfeil_schwarz.png) no-repeat 0px 3px;
        }
        	#mainbox div a.important:hover
    		{
                color: #f0001e;
            }


div.bottom
{
    background: url(../../_images/bg_bottom.gif) repeat-y;
    border-top: 1px solid #bbb;
}
    div.bottom div
    {
        padding: 20px;
        float: left;
        width: 220px;
    }
    div.bottom div img
    {
       float: right;
       margin: -5px -15px 0px 10px;
    }
    div.bottom div #mhp_suche_feld
    {
       width: 100px;
    }



/** Beamen Sie sich ins Jahr 2020!
#mainbox #flashbox_kampagne
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 780px;
    height: 410px;
    z-index: 100;
	background: #000;
}
#mainbox.kampagne div.box
{
	display: none;
} **/

/** Frohe Weihnachten! **/
/*
#mainbox.kampagne div h1
{
	position: absolute;
	left: 19px;
	top: 15px;
	margin: 0px;
	color: #f0001e;
	font-weight: normal;
	font-size: 1.9em;
	line-height: 1em;
	z-index: 10;
	display:none;
}

#mainbox #flashbox_kampagne
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 780px;
    height: 410px;
    z-index: 100;
}
#mainbox.kampagne div.box
{
	height: 80px;
	background: url(../../_images/kampagnen/frohe-weihnachten/bg.gif) no-repeat  #f0001e;
	z-index: 20;
}
*/

#home_stoerer {
	position: absolute;
	right: 0;
	width: 780px;
	z-index: 1000;
}