﻿.main
{
    width: 800px;
    height: 407px;
    position: relative;
    top: 15px;
    border-width: 0px;
    padding: 0px;
    margin: 0px auto 0px auto;
    bottom: auto;
    left: auto;
    right: auto;
}
.main .bg
{
    position: absolute;
    width: 820px;
    height: 430px;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
    background-image: url('../images/desktop/bg.jpg');
    background-repeat: no-repeat;
    z-index: 0;
    padding: 0px;
    margin: 0px;
}
.dpanel
{
    position: relative;
    height: 407px;
    width: 200px;
    z-index: 1;
    padding:0px;
    margin: 0px;
    border-width: 0px;
    float: left;
}
.bottom
{
    border-width: 0px;
    padding: 0px;
    margin: -2px auto 0px auto;
    position: relative;
    width: 800px;
    height: 55px;
}
.bottom .bg
{
    background-image: url('../images/desktop/bottom.png');
    background-repeat: no-repeat;
    position: absolute;
    width: 820px;
    height: 30px;
    top: 55px;
    right: 0px;
    bottom: auto;
    left: auto;
}
.bottom .logo
{
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
}
.dpanel .slogan
{
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    color: #3366cc;
}
.dpanel .komponenten
{
    margin:0px;
}
.dpanel .komponenten ul
{
    margin:0px;
    padding:0px;
}
.dpanel .komponenten li
{
    margin:0px 0px 4px 0px;
    padding:0px;
    list-style-type:none;
}
.dpanel .preis
{
    position:absolute;
    width:180px;
    height:30px;
    bottom:10px;
    top:auto;
    left:auto;
    right:10px;
    text-align:right;
}
.dpanel .euro
{
    font-size:18px;
    font-weight:bold;    
    color:#3366cc;
}
.dpanel .cent
{
    font-size:16px;
    font-weight:bold;
    color:#3366cc;
}
.dpanel .mwst
{
    font-size:11px;
    color:#3366cc;
}
.right
{
    width: 31px;
    height: 406px;
    position: absolute;
    z-index: 500;
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
}
.progress_load
{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    filter:alpha(opacity=70);
    -moz-opacity:0.70;
    opacity:0.70;
    z-index:10000;    
}
.panel_spacer
{
    position:absolute;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    z-index:1000;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;  
}
.panel_content
{
    position:relative;
    margin:10px;
}
.hover_bg
{
    display:none;
    background-color:#3366cc;
    position:absolute;
    height:407px;
    width:100%;
    margin:0px;
    padding:0px;
    top:0px;
    left:0px;
    bottom:auto;
    right:auto;
    z-index:0;
    filter:alpha(opacity=10);
    -moz-opacity:0.10;
    opacity:0.10;
}
.schatten_oben
{
    position:absolute; 
    height:40px; 
    z-index:1000;
    width:100%; 
    top:0px; 
    left:0px; 
    bottom:auto; 
    right:0px;
}
.schatten_unten
{
    position:absolute;
    height:40px;
    z-index:90;
    width:100%;
    top:auto;
    left:0px;
    bottom:0px;
    right:0px;
}
.pfeil_l
{
    position:absolute;
    left:0px;
    top:186px;
    right:auto;
    bottom:auto;
    z-index:100000000;
    width:25px;
    height:40px;
    
}
.pfeil_r
{
    position:absolute;
    right:0px;
    top:186px;
    left:auto;
    bottom:auto;
    width:25px;
    height:40px;
    z-index:10000000;
}