﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%; /* needed for container min-height */
    background-image: url(images/shade.jpg);
    background-repeat: repeat-x;
    font-family: arial;
    color: #5d5d5d;
    font-size: 8pt;
}
map{ display:none; }
div
{
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */   
}
div#container
{
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    background-image: url(images/bg.png);
    background-repeat: repeat-y;
    width: 948px;
}
.action, .action a, .action a:visited
{
    color:#8e8e90;
    font-weight:bold;
}
div#frame
{
    background-color: #fff;
    width: 922px;
    padding: 0 0 2em; /* bottom padding for footer */
}
div#header
{
    width: 900px;
    padding: 0 0 11px; /* bottom padding for footer */
}
div#content
{
    width: 900px;
    padding: 0 0 2em; /* bottom padding for footer */
}
div#footer
{
    width:900px;
    text-align:center;
    position: absolute;
    bottom: 0; /* stick to bottom */
}
div#footer p
{
    padding: 1em;
    margin: 0;
}
.left
{
    background-image: url(images/left.png);
    background-repeat: repeat-y;
}
.right
{
    background-image: url(images/right.png);
    background-repeat: repeat-y;
}
.ramme
{
    background-color: white;
}
.case
{
    padding: 15px 10px 10px 10px;
    text-align: left;
    width: 275px; height: 157px;
    background-image: url(images/bundmenu.gif);
    background-repeat: no-repeat;
}
.case_demo
{
    padding: 15px 10px 10px 10px;
    text-align: left;
    width: 275px; height: 157px;
    background-image: url(images/bundmenu.jpg);
    background-repeat: no-repeat;
}
.player_container
{
    padding: 0 0 0 26px;
}
.case .txt
{
    padding-top: 10px;
}
.case .bottom
{
    position: absolute;
    bottom: 35px; /* stick to bottom */
}
.case .pricetag
{
    position: absolute;
    bottom: 65px; /* stick to bottom */
}
.bottom
{
    color: #878787;
    font-size: 6pt;
}
.h1
{
    color: #603f96;
    font-size: 16pt;
}
.h2
{
    font-size: 10pt;
    font-weight: bold;
}
.category
{
    font-family:Arial;
    font-size: 7pt;
    font-weight: bold;
}
a
{
    color: #563f8d;
    font-weight: bold;
    text-decoration: none;
}
hr
{
    color:#8e8e90;
    background-color: #8e8e90;
    border-color: #8e8e90;
}
.green
{
    background-color: #9dc366;
}
.gray
{
    color: #8e8e90;
}
.purple
{
    color: #563f8d;
}
.blue
{
    color: #5f8093;
}
.red
{
    color: #ff0000;
}
.call
{
    width: 70px;
    
    padding: 3px;
    background-color: #563f8d;
    color: White;
    font-weight: bold;
}
.menu
{
    padding-left: 10px;
}
.menu div
{
    padding-bottom: 4px;
}
.column
{
    padding-left: 4px;
}

