/*Structural elements */

body {
    font-family: Georgia, Palatino, Times New Roman, serif;
    background: #cccccc;
    color: #003300;
}


#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97%;
    padding: 0.5em 0.5em 0.5em 0.5em;
    background: #cccccc;
}

#preamble {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #cccccc;
}

#article {
    position: absolute;
    top: 120px;
    left: 150px;
    width: 96%
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    background: #cccccc;
    color: #000000;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 11pt;
    line-height: 1.25em;
}

#navbar {
    position: absolute;
    top: 120px;
    left: 5px;
    width: 124px;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
    background: #669999;
    border-style: solid;
    border-width: 2px;
    border-color: #336666;
}

#langbar {
    width: 150px;
    float: right;
    background: #ffffff;
    color: #333333;
    border-style: double;
    border-width: 4px;
    border-color: #999999;
    padding: 0.25em 0.25em 0.25em 0.25em;
    font-size: 10pt;
    line-height: 12pt;
}

#sidebar {
    width: 150px;
    float: right;
    background: #ffffff;
    color: #333333;
    border-style: double;
    border-width: 4px;
    border-color: #999999;
    padding: 0.25em 0.25em 0.25em 0.25em;
    font-size: 10pt;
    line-height: 12pt;
}

#rightpic {
    float: right;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#leftpic {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.langlink {
    background: #996666;
    color: #ffffff;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 3pt;
    margin-top: 0pt;
    margin-left: 0.25em;
}

.linklist {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 3pt;
    margin-top: 0pt;
    margin-left: 0.25em;
}

.listing {
    font-family: Courier New, Courier, Typewriter, monospace;
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 0pt;
    margin-top: 0pt;
    margin-left: 1cm;
    margin-right: 1cm;
}

.articleDate {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 10pt;
    text-decoration: italic;
    color: #333333;
}

a.linklist {
    background: #669999;
    color: #ffffff;
}

a.linklist:hover {
    background: #cccccc;
    color: #336666;
}

.photoborder {
    border-style: solid;
    border-width: 4px;
    border-color: #ffffff;
}

.title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 16pt;
    color: #cccccc;
}

a.startpage   {
     text-decoration : underline;
     font-size: 12 pt;
     line-height: 1.5em;
     font-family: Tahoma, sans-serif;
     color: #0099FF;
}

a.startpage:hover   {
     text-decoration : underline;
     line-height: 1.5em;
     font-size: 12 pt;
     font-family: Tahoma, sans-serif;
     color: #FFFFFF;
}

