﻿a:link { color: #909090;  text-decoration: underline; }
a:visited { color: #909090; text-decoration: underline; }
a:active { color: #909090; text-decoration: underline; }
a:hover { color: #b0b0b0; text-decoration: underline; }
html
{
    height: 100%;
    overflow-y: scroll;
}
body 
{
    margin: 0px 0px 0px 0px;
    background-color: #999999;
    height: 100%;
    font-family:  Lucida Sans Unicode, Lucida Sans, Arial;
    font-size: 11px;
    color: #666666;
    
}
table.MainTable
{
    background-color: #ffffff;
    height: 100%;
    width: 900px;
    table-layout: fixed;
}
td.LogoCell
{
    height: 120px;
    max-height: 120px;
    text-align: left;
    vertical-align: top;
}
table.LogoCell
{
    height: 120px;
    width: 900px;
}
td.MenuCell
{
    height: 33px;
    vertical-align: middle;
    text-align: left;
}
div.MenuCell
{
    height: 33px;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
}
table.MenuCell
{
    height: 33px;
    
}
td.MenuItem
{
    padding-top: 2px;
    padding-right: 20px;
}
td.ContentCell
{
    /*height: 600px;*/
    height:auto;
    text-align: left;
    vertical-align: top;
    padding-left: 60px;
    padding-top: 40px;
}
td.ContentLeft
{
    vertical-align: top;
    text-align: left;
    width: 586px;
}
td.ContentRight
{
    vertical-align: top;
    text-align: left;
    padding-top: 0px;
}
img.ImgLogo
{
    position: relative;
    left: 30px;
    top: 48px;
}
img.Quote
{
    position: relative;
    left: 158px;
    top: 20px;
}
img.Statement
{
    position:relative;
    left: 352px;
    top: 3px;
}
.Headline
{
    /*font-family: Arial;*/
    letter-spacing: 0px;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #666666;
    margin-bottom: 6px;
}
.Subline
{
    margin-bottom: 2px;
    /*padding-left: 40px;*/
    font-size: 11px;
    color: #666666;
}
img.Icon
{
    position: relative;
    top: 13px;
    opacity:0.3;
    filter:alpha(opacity=30);
    margin-right: 5px;
}
img.Icon2
{
    position: relative;
    top: 12px;
    opacity:0.3;
    filter:alpha(opacity=30);
    margin-right: 5px;
}
img.IconWorks
{
    opacity:0.3;
    filter:alpha(opacity=30);
}
img.ActiveImg
{
    cursor: pointer;
}
td.Copyright
{
    height: 40px;
    vertical-align: middle;
    text-align: left;
    padding-left: 30px;
    font-size: 9px;
}
td.Customers
{
    vertical-align: top;
    text-align:left;
    padding-right: 40px;
}
div.AboutBox
{
    width: 180px;
    padding: 14px 20px 20px 20px;
    background-color: #f0f0f0;
    color: #666666;
    text-align: justify;
}
div.QuotesBox
{
    width: 180px;
    min-height: 400px;
    padding: 14px 20px 20px 20px;
    background-color: #f0f0f0;
    color: #666666;
    text-align: justify;
}
div.AdressBox
{
    width: 180px;
    height: 400px;
    padding: 14px 20px 20px 20px;
    background-color: #f0f0f0;
    color: #666666;
    text-align:left;
}
div.QuoteWriter
{
    text-align: right;
    font-size: 9px;
    margin-top: 4px;
}
img.Person
{
    border: solid 1px #666666;
    margin-right: 10px;
    margin-bottom: 20px;
}
td.PersonImg
{
}
td.PersonDetail
{
    vertical-align: top;
    text-align: left;
}
div.PersonName
{
    font-size: 13px;
    margin-bottom: 4px;
}
div.CategorieWorks
{
    font-size: 9px;
    margin-top: 6px;
}
div.WorkPreview
{
    padding: 4px 4px 4px 4px;
    border: solid 1px #999999;
    width: 138px;
    cursor: pointer;
    }
img.WorkPreviewInactive
{
    opacity:0.6;
    filter:alpha(opacity=60);
}
img.WorkPreviewActive
{
    opacity:1;
    filter:alpha(opacity=100);
}
td.WorkText
{
    text-align: left;
    vertical-align: top;
    
}
div.WorkText
{
    vertical-align: top;
    height: 70px;
    font-size: 9px;
    width: 160px;
}
div.HeadlineWorks
{
    font-size: 13px;
}
div.CustomerWorks
{
    font-size: 9px;
    vertical-align: top;
    height: 20px;
}

/* --------- INPUTBOX ----------- */
td.MEM_INPUTBOX_BORDER_VER
{
    background-color: #000000;
    height: 10px;
    opacity:0.4;
    filter:alpha(opacity=40);
}
td.MEM_INPUTBOX_BORDER_HOR
{
    background-color: #000000;
    width: 10px;
    opacity:0.4;
    filter:alpha(opacity=40);
}
td.MEM_INPUTBOX_CONTENT
{
    background-color: #ffffff;
    padding: 6px 6px 6px 6px;
    border: solid 1px #000000;
}
div.MEM_INPUTBOX_INACTIVE
{
    position: inherit;
    visibility: hidden;
    z-index: 99999;
    width: 0px;
    height: 0px;
}
div.MEM_INPUTBOX_ACTIVE
{
    visibility: visible;
    z-index: 99999;
    position: absolute;
}
td.MEM_INPUTBOX_BUTTONS
{
    background-color: #000000;
    padding: 4px 4px 4px 4px;
}
div.MEM_INPUTBOX_Close
{
    padding: 4px 2px 4px 2px;
    text-align: center;
    font-size: 11px;
    
}
span.MEM_INPUTBOX_Close
{
    margin: 2px 2px 2px 2px;
    background-color: #000000;
    border: solid 1px #ffffff;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
    cursor: pointer;
}
td.MEM_INPUTBOX_IFRAME
{
    background-color: #dbd8cc;
    border: solid 1px #000000;
}
iframe.MEM_INPUTBOX_IFRAME_ACTIVE
{
    width: 400px;
    height: 200px;
    padding: 0px 0px 0px 0px;
}
iframe.MEM_INPUTBOX_IFRAME_INACTIVE
{
    width: 0px;
    height: 0px;
    padding: 0px 0px 0px 0px;
}
/* --------- ENDE INPUTBOX ----------- */