html
{
    height: 100%;
}

body
{
    background:    #FFFFFF;
    color:         black;
    font-size:     14px;
    font-family:   Arial;
    height:        100%;
    margin-top:    0px;
    margin-right:  0px;
    margin-bottom: 0px;
    margin-left:   10px;
    scrollbar-arrow-color:      #000000;
    scrollbar-face-color:       #FFFFFF;
    scrollbar-shadow-color:     #000000;
    scrollbar-highlight-color:  #FFFFFF;
    scrollbar-base-color:       #FFFFFF;
}

a             { color: black; text-decoration: none; }
a:link        { text-decoration: underline; }
a:visited     { text-decoration: underline; }
a:hover       { color: gray; font-weight: bold;}

h1            { font-size: 18px; }
h2            { font-size: 14px; }
h6            { font-size: 9px; text-decoration: underline; }

table         { width: 100%;}

.bold         { font-weight: bold; }

.navi_l       { height: 100%; width: 100%; vertical-align: top;}
.navi_s       { font-size: 10px; width: 100%; border-top: 1px solid black;}
.navi_selected{ font-weight: bold; }

.passepartout { height: 100%; width:100%; vertical-align: top;}

.p_left       { text-align: left; }
.p_top        { width: 100%; vertical-align: top; }
.p_under      { text-decoration: underline; }

.small_font   { font-size: 10px; }

.w60          { text-align: center; width: 60%; }
.h100         { height: 100%; }
.w100         { width: 100%; vertical-align: top;}
.w100c        { width: 100%; }

.lebenslauf_tab
{
    margin: 0px;
    padding: 0px;
}
.lebenslauf_t
{
    border-left:          1px solid black;
    border-top:           1px solid black;
    border-bottom:        1px solid black;
    font-weight:          bold;
    padding:              5px;
    vertical-align:       top;
}
.lebenslauf_c
{
    border-right:         1px solid black;
    border-top:           1px solid black;
    border-bottom:        1px solid black;
    padding:              5px;
    width:                100%;
}

