@charset "utf-8";
/* CSS Document */
/* Farbtabelle für seasontore.com

#336699 Blau Original
#4C99E6 Blau heller
#998832 Ocker
#E6B24C Gold
#666666 Grau dunkel
#999999 Grau hell
#009933 GRÜN
#ECF5D6 gruenlich
#E6ECFC 230/236/252 taubenblau
#990000 Rubinrot!!!
#A50C6C 165/12/108 Filati rosa
*/
body
{
background-color:#F0F0F0;
}
#errorMsg {
color: #FF0000;
font-weight: bold;
}
#content {
position: relative;
width: 780px;
height: auto;
border: 1px solid #FFFFFF;
padding: 5px;
margin: 5px;
z-index: 2;
vertical-align: middle;
text-align: center;
}
#imgLoading {
display: none;
position: absolute;
width: 0%;
height: 0%;
left: 0px;
top: 0px;
margin: 0px;
padding:0px;
border: 0px solid #000000;
background-color: #999999;
background-image:url(../img/loader.gif);
background-attachment: scroll;
background-position: center;
background-repeat: no-repeat;
z-index: 100;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}
#progressBox {
float: left;
position: relative;
width: 164px;
height: auto;
min-height: 200px;
border: 0px dotted #000;
z-index: 10;
}
#shoppingBox {
float: right;
position: relative;
width: 174px;
height: auto;
min-height: 200px;
border: 0px dotted #000;
z-index: 10;
font-weight:bold;
color: #FF0000;
}
