﻿HTML {
    background: #FFD;
}

body {
    width: 900px;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 0;
    margin-bottom: 0
}

#PageHolder {
    display: inline-block;
    height: auto;
    width: 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 30px
}

.Legenda {
    position: fixed;
    top: 0;
    left: auto;
    width: 900px;
    color: yellow;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0 black;
    line-height: 30px;
    background: orange;
}

.KopGeborenL {
    width: 93px;
    padding-right: 5px;
    text-align: right;;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid blue;
    float: left
}

.KopGeborenR {
    width: 94px;
    padding-right: 5px;
    text-align: right;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid blue;
    float: left
}

.KopNaam {
    width: 344px;
    padding-left: 5px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid blue;
    float: left
}

.GeboorteL {
    width: 93px;
    padding-right: 5px;
    background: #F0FFF0;
    text-align: right;
    border-left: 1px solid black;
    border-right: 1px solid black;
    float: left
}

.GeboorteR {
    width: 94px;
    padding-right: 5px;
    text-align: right;
    background: #F0FFF0;
    border-right: 1px solid black;
    float: left
}

.IndexLine {
    width: 344px;
    padding-left: 5px;
    background: #F0F0FF;
    border-right: 1px solid black;
    float: left
}

#CloseLine {
    width: 900px;
    height: 0;
    border-top: 1px solid black;
    float: left;
}



a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: red
}