body {
    font-family: times, serif;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #fff;
    text-align: center;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
}

#header {
    margin-top: 40px;
}

.box_outline {
    width: 95%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border: solid 3px #AAAAAA;
}

#box_inline_blue {
    width: 100%;
    height: 60px;
    background-color: #0000FF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

#box_inline_yellow {
    width: 100%;
    background-color: #F1B90E;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

#text_inline_blue {
    color: #00FF00;
    font-size: 31px;
    font-weight: normal;
    line-height: 1.8em;
}

#text_inline_blue_white {
    font-family: arial, sans-serif;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 2.0em;
}

#red {
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

#green {
    font-weight: normal;
}

#green_b {
    font-weight: bold;
}

#bold {
    font-weight: bold;
}

#small {
    font-size: 13px;
}

#big {
    font-size: 24px;
    font-weight: bold;
}

#image {
    width: 100%;
    border: 0px solid #aaa;
    text-align: center;
    padding: 20px 20px 20px 20px;
    margin-top: 16px;
    margin-bottom: 16px;
}

#galerie {
    margin: 10px 10px 10px 10px;
}

#text_white {
color: white;
    line-height: 1.0em !important;
}