/* CSS - Haendler (basiert auch base.css) */
img {
    border: 0;
}
div.panel
{
    margin-top: 8px;
}

div.panel div.left
{
    float: left;
    margin-right: 10px;
}

div.panel div.middle
{
    float: left;
    margin-right: 10px;
}

div.panel div.right
{
    float: left;
}

div.panel div h3
{
    font-size: 12px;
    padding-left: 10px;
}

div.panel div h3 img
{
    padding-right: 6px;
    vertical-align: middle;
}

div#scrollCountry, div#scrollCity
{
    position: relative;
    height: 150px;
    width: 375px;
    left: 10px;
    background-color: #101010;
}
div#scrollRetailer
{
    position: relative;
    height: 150px;
    width: 600px;
    background-color: #101010;
}

div#scrollboxCountry ul, div#scrollboxCity ul, div#scrollboxRetailer ul
{
    padding: 0;
    margin: 0;
}

div#scrollboxCountry ul li, div#scrollboxCity ul li, div#scrollboxRetailer ul li
{
    line-height: 18px;
    list-style: none;
    list-item-style: none;
    width: 350px;
    color: #999999;
}
div#scrollboxRetailer ul li
{
    padding-bottom: 30px;
}

div#scrollboxCountry ul li a img, div#scrollboxCity ul li a img, div#scrollboxRetailer ul li a img
{
    vertical-align: middle;
    margin-right: 4px;
}

div#scrollboxCountry ul li.markItem, div#scrollboxCity ul li.markItem, div#scrollboxRetailer ul li.markItem
{
    background-color: #a58c46;
    color: white;
    width: 345px;
}

div#scrollboxCountry ul li.markItem a, div#scrollboxCity ul li.markItem a, div#scrollboxRetailer ul li.markItem a
{
    background-color: #a58c46;
    color: white;
}

div.baseLinks
{
    margin-top: 350px;
    padding-left: 18px;
}

div.baseLinks img
{
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 8px;
}
div.baseLinks a
{
    line-height: 16px;
}

#info_retailer
{
    font-weight:normal;
    z-index:10;
    position:absolute;
    left:250px;
    top:380px;
    min-height:20px;
    width:200px;
    padding:5px;
    visibility:hidden;
    background-color: black;
    color: #cccccc;
    border: 1px solid white;
}
#info_shop
{
    font-weight:normal;
    z-index:10;
    position:absolute;
    left:250px;
    top:400px;
    min-height:20px;
    width:200px;
    padding:5px;
    visibility:hidden;
    background-color: black;
    color: #cccccc;
    border: 1px solid white;
}
#info_tgshop
{
    font-weight:normal;
    z-index:10;
    position:absolute;
    left:250px;
    top:435px;
    min-height:20px;
    width:200px;
    padding:5px;
    visibility:hidden;
    background-color: black;
    color: #cccccc;
    border: 1px solid white;
}
#info_news
{
    font-weight:normal;
    z-index:10;
    position:absolute;
    left:250px;
    top:455px;
    min-height:20px;
    width:200px;
    padding:5px;
    visibility:hidden;
    background-color: black;
    color: #cccccc;
    border: 1px solid white;
}
#info_office
{
    font-weight:normal;
    z-index:10;
    position:absolute;
    left:250px;
    top:490px;
    min-height:20px;
    width:200px;
    padding:5px;
    visibility:hidden;
    background-color: black;
    color: #cccccc;
    border: 1px solid white;
}
div.search
{
    position: absolute;
    top: 20px;
    left: 640px;
    width: 137px;
    height: 30px;
    z-index: 99;
}
div.search input.submitButton
{
    vertical-align: top;
    padding-top: 1px;
}
a.lightgray, a.lightgray:link, a.lightgray:visited
{
    color: #a0a0a0;
}
a.lightgray:hover
{
    color: #a58c46;
}
a.orange, a.orange:link, a.orange:visited
{
    color: #a58c46;
}
a.orange:hover
{
    color: #a58c46;
}

/* 2010 */
div.baseContent {
    background-color: black;
}
div.baseContent p {
    margin-left: 20px;
}
div#frontview {
    position:absolute;
    top:310px;
    left:0px;
    width:780px;
    height:210px;
    z-index:10000;
    background-color: black;
}
div#frontview img {
    margin-top: 35px;
}

div.detailsuche {
    margin-left: 400px;
    color: #a0a0a0;
}
div.detailsuche p {
    margin: 0 0 5px 0;
    padding: 0;
}
div.detailsuche table {
    border-collapse: collapse;
    margin-top: 15px;
    width: 100%;
}
div.detailsuche table td {
    color: inherit;
    padding: 1px;
}
div.detailsuche table td.left {
    vertical-align:top;
}

div.detailsuche table td.right {
    text-align: right;
    vertical-align:bottom;
}
div.detailsuche table td.right a {
    margin-right: 40px;
}
div.detailsuche table td input {
    padding: 0;
    margin-left: 0;
    width: 200px;
}
div.detailsuche table td input.radio {
    vertical-align: -2px;
    width: auto;
}
div.detailsuche img {
    border: 0;
}

div#page_content {
    background-color: black;
}
div.ScrollBoxContent {
    background-color: #101010;
}

ul#topview {
    margin: 0 0 0 15px;
    padding: 0;
    position: absolute;
    top: 310px;
    list-style: none;
    display: none;
}
ul#topview li {
    float :left;
    margin-right: 15px;
}
ul#topview li img {
    vertical-align: -1px;
}
