/* CSS sourcecode of FSG website */
/* Version 03.01.2018 */

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FBFBFB;
    min-height: 100%;
}

h1, h2, h3, h4, h5, h6, p, td, th, li, div, dd, dt {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

h2 {
    margin: 20px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-size: 13px;
}

p, td, th, li, form, dd, dt, input, option, select, textarea, legend {
    font-size: 13px;
    line-height: 18px;
}

p.bodytext {
    margin: 0 0 15px 0;
}

td {
    vertical-align: top;
}

hr {
    height: 0;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #666666;
}

hr.clearer {
    margin-left: 0;
}

a img {
    border: none;
}

span.important {
    color: #FF0000;
}

p.align-center {
    text-align: center;
}

p.align-justify {
    text-align: justify;
}

#logobox {
    width: 981px;
    height: 76px;
    margin: 0;
    padding: 0;
}

#topbox, #bottombox {
    clear: both;
    width: 981px;
    height: 15px;
    margin: 0;
    padding: 0 0 0 0px;
    font-size: 10px;
    color: #ffffff;
    background-color: #282828;
}

#bottombox {
    margin-bottom: 64px;
}