﻿/* ---------- Common Settings ---------- */
* 
{
    font-family:        Arial;
    font-size:          small;
}
body
{
    background-color:   White;
    background:         black url("images/background-winter.jpg") fixed;
    margin:             8px 0px 0px 0px;
    padding-top:        0px;
}

/* ---------- Master Page Settings ---------- */
#header
{
    /* appearance */
    background-color:   #006400;                    /* darkgreen */
    border:             groove 2px Transparent;
    margin-bottom:      0px;

    /* position */
    margin:             0px 1% 0px 1%;
    width:              98%;
    height:             80px;
}
#breadcrumb
{
    /* appearance */
    background-color:   Silver;                    /* darkgreen */
    border:             groove 2px Transparent;

    /* position */
    margin:             0px 1% 0px 1%;
    width:              98%;
}
#navigation
{
    /* appearance */
    background-color:   Silver;
    border:             groove 2px Maroon;

    /* position */
    margin-left:        15px;
    margin-top:         15px;
    position:           absolute;
    padding-left:       1ex;
    width:              13em;
    min-height:         300px;
}
#content
{
    /* appearance */
    background-color:   #eee8aa;                    /* palegoldenrod */
    border:             outset 2px Transparent;

    /* position */
    margin:             8px 1% 0px 1%;
    padding:            1ex 1ex 1ex 16em;
    min-height:         450px;
}

/* ---------- Heading Settings ---------- */
H1
{
    /* appearance */
    color:              #ffc0cb;
    font-size:          18pt;
    font-weight:        bold;
    margin-bottom:      0px;

    /* position */
    text-align:         center;
}
H2
{
    font-weight:        bold;
    font-size:          12pt;
}

/* ---------- Navigation Settings ---------- */
#navigation ul
{
    margin-left:        0px;
    padding-left:       0px;
    list-style-type:    none;
}
#navigation ul.language li
{
    padding:            5px;
    float:              left;
}
#navigation ul.pages li
{
    border-bottom:      inset 1px Gray;
    margin-left:        0px;
    padding-left:       0px;
    text-indent:        1em;
}
#navigation ul.pages li li
{
    text-indent:        2em;
}
#navigation ul.pages li a
{
    color:              White;
    display:            block;
    font-weight:        bold;
    text-decoration:    none;
    width:              100%;
}
#navigation a:hover
{
    color:              #ffd700;                    /* Gold */
    background-color:   Navy;
}
#navigation a:visited
{
    color:              White;
}

/* ---------- Content Settings ---------- */
img.contentimage
{
    float:              right;
}
/* 
body
{
    font-size: 11pt;
    font-family: Arial;
    background-color: navy;
}
.title
{
    font-weight: bold;
    font-size: 18pt;
    color: #ffc0cb;
}
H2
{
    font-weight: bold;
    font-size: 12pt;
}
H3
{
    font-weight: bold;
    font-size: 10pt;
}
UL
{
    margin-left: 30px;
}
.navigation1
{
    padding-top: 15px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 12pt;
    color: white;
}
.navigation2
{
    font-weight: normal;
    font-size: 10pt;
    color: white;
}
.abb
{
    font-weight: bold;
    font-size: 9pt;
    margin-top: 0px;
}
p.small
{
    font-size: 8pt;
}
*/