body {
    background-color: #F8F8F8;
    color: #101010;
    margin-left: 10px;
    text-align: center;
    font-family: sans-serif,Helvetica,Arial;
    font-size: 11px;
}

p {
    font-size: 1.0em;
}

h1 {
    padding-top: 1em;
    color: #801010;
    text-align: center;
    font-size: 1.3em;
}

img.button {
    border: 0px;
}

ul.list {
    list-style-type: disc;
    font-weight: bold;
}

ul.sublist {
    list-style-type: circle;
    font-weight: normal;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

a {
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}

a:link {
    color: #808080;
}

a:visited {
    color: #808080;
}

a:hover {
    color: #801010;
}
a:active {
    color: #801010;
}

a.menu {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1em;
}
a.menu:link {
    color: #808080;
}
a.menu:visited {
    color: #808080;
}
a.menu:hover {
    color: #801010;
}
a.menu:active {
    color: #801010;
}

div.topbar {
    border: 2px;
    border-color: #F8F8F8;
    border-style: solid;
    width: 640px;
    height: 68px;
    background-color: #F8F8F8;
    position: fixed;
    top: -20px;
    z-index: 1;
}

div.languagebar {
    border: 2px;
    border-color: #F8F8F8;
    border-style: solid;
    width: 640px;
    height: 10px;
    background-color: #F8F8F8;
    position: fixed;
    top: 14px;
    z-index: 1;
    color: #808080;
    font-size: 0.7em;
}

div.navigation {
    border-top: 2px;
    border-right: 2px;
    border-left: 2px;
    border-bottom: 0px;
    border-color: #801010;
    border-style: solid;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 30px;
    width: 640px;
    height: 30px;
    z-index: 2;
    background-color:#F8F8F8;
}

div.button {
    position: absolute;
    top: 0px;
    z-index: 0;
    width: 20%;
    text-align: center;
}

div.menu {
    position: absolute;
    top: 2px;
    z-index: 1;
    width: 20%;
    text-align: center;
}

div.scrollable {
    position: relative;
    top: 38px;
    width: 644px;
    padding: 0px;
    border: 0px;
}

div.main {
    border-top: 0px;
    border-right: 2px;
    border-left: 2px;
    border-bottom: 2px;
    border-color: #801010;
    border-style: solid;
    padding: 15%;
    padding-top: 0em;
    padding-bottom: 1em;
    text-align: left;
}

div.bottommiddlebar{
    position: absolute;
    margin-top: 4px;
    text-align: center;
    color: #808080;
    left: 20%;
    width: 60%;
    font-size: 0.7em;
}

div.bottombar {
    border-top: 0px;
    border-right: 2px;
    border-left: 3px;
    border-bottom: 1px;
    border-color: #08F8F8;
    border-style: solid;
    width: 640px;
}

div.bottommenu {
    z-index: 1;
    position: absolute;
    text-align: center;
    margin-top: 2px;
    right: 0;
    width: 100px;
}

div.bottombutton {
    z-index: 0;
    position: absolute;
    text-align: right;
    left: 80%;
    width: 20%;
}

#button1 {
    left: 0px;
}

#button2 {
    left: 20%;
}

#button3 {
    left: 40%;
}

#button4 {
    left: 60%;
}

#button5 {
    left: 80%;
}

#button_bottomright {
}

p.address {
    padding-left: 10px;
}

td.sectiontitle {
    padding-top: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

table.table_cv {
    text-align: left;
    font-size: 1em;
}

td.table_cv {
    vertical-align: top;
}

