* {
    margin: 0px;
}

html, body {
    height: 100%;
    text-align:center;
    font-family: sans-serif;
    background: #c0c0c0;
    color: white;
}

p
{
    margin: 8px; /* change a.mail margin, too */
}

div.page {
    position: relative;
    width: 1000px;

    text-align:justify;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

div.foot
{
    height: 2em;
}

div.page > div
{
}

div.head
{
    cursor: default;
    padding: 10px;
    padding-top: 3.5em;
}

div.head > div.l1
{
    font-size: 130%;
}

div.head > div.l2
{
    font-style: italic;
    padding-left: 8em;
}

div.main
{
    width: 100%;
}

div.main > div
{
    padding: 10px;
}

div.menu
{
    position: absolute;
    left: 0px;
    top: 12em;
}

div.menu > div
{
    cursor: pointer;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    /*    1=oben, 2=rechts, 3=unten, 4=links interpretiert.*/
    padding: 0.2em 0.5em 0.2em 0.5em;
}

div.menu > div:hover
{
    background-color: #a0a0a0;
}

div.menu > div.space, div.space:hover
{
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    /*    1=oben, 2=rechts, 3=unten, 4=links interpretiert.*/
    padding: 0.2em 0.5em 0.2em 0.5em;
    height:0.5em;
    cursor: default;
    background-color: #c0c0c0;
}

div.here, div.here:hover
{
    background-color: #a0a0a0;
    cursor: default;
}

div.content
{
    position: absolute;
    top:  9em;
    left: 15em;
    right: 0px;
}

div.contentfoot
{
    margin-top: 1.0em;
    text-align: center;
}

div.galerieHead
{
    margin-bottom: 0.5em;
}

span.showGal
{
    cursor: pointer;
    font-size: 130%;
    font-variant: small-caps;
    background-color: #a0a0a0;
    padding: 0.1em 0.5em 0.2em 0.5em;
}

h1
{
    text-align: center;
    font-size: 130%;
    font-variant: small-caps;
}

h2
{
    text-align: left;
    font-size: 110%;
    font-variant: small-caps;
    margin-top: 0.7em;
    margin-bottom: 0.2em;
}


div.galerie
{
    visibility: hidden;
    z-index: 5;
    position: absolute;

    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    
    margin:auto;
    vertical-align: middle;
}

div.galerie-close
{
    position: absolute;
    top:4px;
    right:0%;
    cursor: pointer;
}

div.galerie > div
{
    text-align:center;
    vertical-align: middle;
}

span.cv-date
{
    height: 200px;;
    background-color: green;
}

div.cv-line
{
    display: table-row;
}

div.cv-line > div
{
    display: table-cell;
}

div.cv-line > div.cv-date
{
    width: 10em;
}

a.mail
{
    font-famiy: sans-serif;
    font-size: 95%;
    color:white;
    margin: 8px;
}

ul
{
    list-style-type: none;
    padding: 0px;
}
