﻿body, p, th, td, div
{
    font: 10pt Verdana,Helvetica,Arial;
}
body
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
a img
{
    border: 0;
}

h1, h2, h3, h3
{
    font: 1.8em Trebuchet MS, Verdana, Arial, Helvetica;
    color: #687D8E;
    font-weight: bold;
}
h2
{
    font-size: 1.4em;
    font-style: italic;
}
h3
{
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: .2em;
}
h4
{
    font-size: 1em;
    font-style: italic;
    margin-bottom: .2em;
    display: block;
    border-bottom: 1px solid silver;
}
h1 a, h2 a, h3 a, h4 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, a, a:visited
{
    color: #687D8E;
}
a:visited
{
    text-decoration: none;
}

.ValidationSummary
{
    border: 3px solid red;
    background-color: White;
    margin: 5px;
    padding: 5px;
    font: 1em Verdana;
    color: black;
    font-weight: bold;
}

/* BUTTON as LINK START */
a.Button, #EditRegion a.Button
{
    border: 1px solid #bfbfbf;
    border-right-color: #908d8d;
    border-bottom-color: #908d8d;
    background: #e1e1e1 url(images/btn_bg_grey.png) left center repeat-x;
    padding: 2px 0.6em;
    width: auto;
    color: black;
    font-weight: normal !important;
    text-decoration: none !important;
}
a.Button:active
{
    border: 1px solid #908d8d;
    border-right-color: #afafaf;
    border-bottom-color: #afafaf;
}
a.Button:hover
{
    cursor: pointer;
}
/* BUTTON as LINK END */
h3 + p, h4 + p
{
    margin: 0;
}
pre
{
    margin: 0;
    padding: 0;
}
div.Center
{
    width: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
}
#CenteredPage
{
    width: 990px;
    margin: 0 auto 0 auto;
    text-align: left; /* Reset text alignment for Western languages. */
}
#HeadRegion
{
    display: block;
    clear: both;
    height: 30px;
}
#MainRegion
{
    display: block;
    clear: both;
}

#DomainLogo
{
    float: left;
    margin-top: 4px;
}
#MainNav
{
    margin-left: 20px;
    float: left;
}

#BreadCrumb
{
    float: left;
    font-size: 0.8em;
    clear: left;
    white-space: nowrap;
}
#Sponsors
{
    padding: 5px 0 0 30px;
    float: right;
}
#TextRegion
{
    margin-bottom: 20px;
}
#EditRegion
{
    clear: both;
    color: White;
    padding: 0;
    background-color: #849CAF;
    margin: 0px -10px 0px -10px;
    max-height: 250px;
    min-height: 100px;
    overflow: auto; /* require auto for cart */
}
#EditRegion a
{
    color: white;
}
#PreviewRegion
{
    clear: both;
    margin: 0px -10px 0px -10px;
    padding: 0; /* 50px 10px 50px; */
    overflow: visible;
}
#Disclaimer
{
    margin-top: 10px;
    clear: both;
    text-align: center;
    padding: 0 10px 0 10px;
    font: 1em Trebuchet MS, Verdana, Arial, Helvetica;
    color: #687D8E;
    border-top: 1px solid #687D8E;
}
@media print
{
    #MainNav, #BreadCrumb, #Sponsors
    {
        display: none;
    }
}

div.MainPage
{
    width: 984px;
    height: 464px;
    background-repeat: no-repeat;
    background-position: center;
}
div.MainPageDE
{
    background-image: url(../../Images/home_de.png);
}
div.MainPageEN
{
    background-image: url(../../Images/home_en.png);
}