html, body
{
    width:100%;
}

body
{
    background-color:#ccc;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:13px;
    line-height:2em;
    color:#000;
    background-attachment:fixed;
    margin:0;
    padding:0;
    padding-bottom:20px;
}

h1
{
    font-size:24px;
    line-height:30px;
    font-style:normal;
    font-weight:normal;
    margin-top:0;
}

h2
{
    font-size:13px;
    font-style:normal;
    font-weight:normal;
}

h1.teaserheadline
{
    font-style:normal;
}

.teasertext
{
    line-height:1.5em;
}

h3
{
    font-size:13px;
    font-weight:bold;
}
h4
{
    text-transform:uppercase;
    font-size:13px;
    font-weight:normal;
    margin:0;
}

td
{
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:13px;
}

#ldIndicator
{
    position:absolute;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size:12px;
    line-height:1em;
    left:0;
    top:0;
    color:#f90;
    background-color:#c00;
    border:1px solid #f90;
    font-size:10px;
    font-weight:bold;
    padding:2px;
    z-index:999;
}

#uppernav
{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    margin:0;
    padding:0;
    height:45px;
    /*background-color:#b5123e;*/
    color:#fff;
    z-index:2;

    box-shadow:0 6px 6px rgba(0, 0, 0, 0.7);
    -o-box-shadow:0 6px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:0 6px 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:0 6px 6px rgba(0, 0, 0, 0.7);

}

#uppernav p
{
    position:absolute;
    width:910px;
    text-align:right;
    margin:0;
    padding:0;
}

#navigationbox
{
    position:fixed;
    top:0;
    left:70px;
    padding:45px 0 30px 30px;
    width:210px; /* 240 - 30 = 210 */
    background-color:#fff;
    color:#000;
    z-index:10;
    box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7);
    -o-box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7);

}

#navigationbox ul
{
    list-style-type:none;
    padding-left:0;
    margin-left:0;
    margin-bottom:0;
    color:#000;
}

li.subchapter
{
    padding-left:0;
    font-style:italic;
}
.liSpacer
{
    float:left;
    width:40px;
    margin-right:6px;
    height:13px;
    background-position:0 12px;
    background-repeat:repeat-x;
}

#maincontent
{
    position:absolute;
    top:115px;
    left:340px;  /* 70 + 225 + 30 +30 = 355   */
    background-color:#fff;
    color:#000;
    width:510px;  /* 570px inkl paddings */
    padding:45px 30px 30px 30px;
    box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7);
    -o-box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7);
    -moz-box-shadow:-6px 6px 12px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow:-6px 6px 6px rgba(0, 0, 0, 0.7); 
    margin-bottom:20px;
}

.galsl
{
    font-family: helvetica, arial, sans-serif;
    font-size:10px;
    line-height:1em;
}

.vendorlist
{
    line-height:1em;
}

.sfff
{
    display:none;
}

.topaligned
{
    vertical-align:top;
}

.gallerypic
{
    float:left;
    margin-right:6px;
    padding-bottom:18px;
}

.hilitecolor
{
    color:#b5123e;
}
.hilitebgcolor
{
    background-color:#b5123e;
}

a:link, a:visited, a:link:active
{
    color:#b5123e;
    text-decoration:none;
}
a:link:hover
{
    color:#b5123e;
    text-decoration:underline;
}

#navigationbox a:link, #navigationbox a:visited, #navigationbox a:link:active, #navigationbox a:link:hover
{
    color:#000;
    text-decoration:none;
}

#uppernav a
{
    color:#fff;
    text-decoration:none;
}

li.subchapter a
{
    color:#000 !important;
}

.current a, li.subchapter a.acurrent
{
    color:#b5123e !important;
}

.teaserheadline a, .teaserheadline a:hover
{
    color:inherit;
    text-decoration:none;
}


.noborder
{
    border:none;
}

.bottomspacer
{
    font-size:4px;
    line-height:4px;
    height:20px;
}

.minimal
{
    font-size:4px;
    line-height:4px;
}

.borderbottom
{
    border:none;
    border-bottom:1px solid #646667;
}

.vendortable
{
    width:500px;
}

td.vendorsleft
{
    width:122px;
    vertical-align:top;
    padding:10px 0 0 0;
}

td.vendorsright
{
    vertical-align:top;
    padding:10px 0 0 10px;
}

.tbhid
{
    display:none;
}

td.ml_left
{
    width:150px;
    vertical-align:top;
}
td.ml_right
{
    vertical-align:top;
}

span[font-size=" large"]
{
    font-size:36px;
}

.txtinput
{
    font-family:verdana, helvetica, arial, sans-serif;
    font-size:12px;
}

input.txtinput
{
    width:180px;
}
textarea.txtinput
{
    width:180px;
    height:100px;
}

.downloadhint
{
    margin-top:60px;
}