﻿html
{
    height: 100%;
}

form
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: White;
    background-image: url(../Images/bg/bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

#main_area
{
    position: relative;
    margin: auto;
    padding: 0;
    width: 862px;
    height: 502px; /* temp */
    background-image: url(../Images/bg/bg_content.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

#left_area
{
    position: relative;
    float: left;
    margin: 148px 0 0 0;
    padding: 0 19px 0 19px;
    height: 500px; /*temp*/
    width: 201px; /*border: solid 1px black;*/
}

#navi_top
{
    position: relative;
    margin: 75px 0 0 0;
}

#navi_top table
{
    padding: 5px 0 5px 0;
    width: 201px;
}

#navi_top .activ
{
    background-color: #ededed;
}

#navi_top img
{
    margin-top: 4px;
}

#navi_top a
{
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    color: #868686;
    text-decoration: none;
    font-weight: bold;
}

#navi_bottom
{
    position: absolute;
    bottom: 0;
    left: 19px;
    width: 201px;
    height: 100px;
}

a
{
    font-family: Arial;
    font-size: 11px;
    color: #bcbbba;
}

#right_area
{
    position: relative;
    float: left;
    margin: 148px 0 0 26px;
    padding: 0;
    width: 434px; /*border: solid 1px black;*/
}

.hr_line
{
    position: relative;
    margin: 5px 0 5px 0;
    padding: 0;
    width: 100%;
    height: 1px;
    border-bottom: dotted 1px #5d5d5d;
}

#footer
{
    position: relative;
    margin: 75px 0 0 0;
    background-image: url(../Images/elements/footer.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 420px;
    height: 42px;
}

#head_div
{
    position: relative;
    height: 75px;
}

.head_default
{
    position: relative;
    width: 100%;
    height: 60px;
    background-image: url(../Images/head_index.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#impressum
{
    background-image: url(../Images/head_impressum.jpg);
}

#kontakt
{
    background-image: url(../Images/head_kontakt.jpg);
}

#wissenwertes
{
    background-image: url(../Images/head_wissenwertes.jpg);
}

#dienstleistungen
{
    background-image: url(../Images/head_dienstleistungen.jpg);
}

#content
{
    font-family: Arial;
    font-size: 12px;
    color: #5d5d5d;
}

#content td.kontakt_text
{
    width: 100px;
}

p
{
    font-family: Arial;
    font-size: 12px;
    color: #5d5d5d;
}

.anliegen_tb
{
    position: relative;
    margin: 5px 0 0 0;
    padding: 5px;
    width: 424px;
    height: 140px;
    background-color: #ededed;
}

#disclaimer
{
    color: #aaaaaa;
}

#disclaimer p
{
    font-size: 10px;
    color: #aaaaaa;
}

#disclaimer h1
{
    font-size: 11px;
    color: #aaaaaa;
}

#disclaimer h2
{
    font-size: 11px;
    color: #aaaaaa;
}