*
{
    font-family: Arial, Helvetica, Verdana, sans-serif;
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid #d0d0d0;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a
{
    color: #00F;
    font-size: 13.5px;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:clicked
{
    color: #808080;
}

.attention
{
    color: Red;
}

button
{
    outline: 0px;
    height: 24px;
}

button::-moz-focus-inner
{
    border: 0px; 
} 

.submitButton
{
    height: 24px;
    font-size: 12px;
}

#pageWrapper
{
    margin: 20px;
}

#sidebar
{
    display: inline-block;
    font-size: 14px;
    float: left;
    width: 240px;
    height: 100%;
}

#sidebar a
{
    font-size: 13.5px;
}

#navigationWrapper
{
    margin-top: 10px;
    background-color: White;
    padding: 0px 20px 20px 20px;
    line-height: 1.2em;
}

.treeNavigation
{
    position: relative;
    display: inline-block;
    left: -15px;
}

#mainContentWrapper
{
    border-left: 1px solid #D0D0D0;
    min-width: 450px;
    margin-left: 250px;
    padding: 20px;
    padding-bottom: 10px;
    background-color: White;
    line-height: 1.2em;
}

#mainContentWithoutCopyrightWrapper
{
    font-size: 13.5px;
    min-height: 390px;
    background-color: inherit;
    line-height: inherit;
}

#copyright
{
    display: block;
    margin-top: 10px;
    font-size: 11px;
    color: Gray;
}

.copyrightLink
{
    font-size: 100%;
}

.ig
{
    display: inline-block;
    text-align: right;
}

.n
{
    color: #555;
    font-size: 75%;
}

