body.landen {
    background-color: #FFFF80;
}

.landen_kop h1 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #0000FF;
    font-size: 200%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.landen_kop_l {
    overflow: auto;
    color: #008000;
    font-weight: bold;
    text-align: center;
}

.landen_kop_r {
    float: right;
    color: #0000FF;
    text-align: right;
}

.landen_table {
    width: 100%;
    border: 1px solid;
    border-color: grey;
}

.landen_table td {
    border: 1px solid;
    border-color: grey;
    padding: 4px;
}

body.land {
    background-color: #C0FAC8;
}

.land_kop h1 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #0000FF;
    font-size: 200%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.land_kop h2 {
    color: #0000FF;
    font-size: 200%;
    font-weight: bold;
}

.land_kop_l {
    float: left;
    color: #0000FF;
    text-align: left;
}

.land_kop_r {
    float: right;
    height: 42px;
    color: #0000FF;
    text-align: right;
}

.land_table {
    width: 100%;
    border: 1px solid;
    border-color: grey;
}

.land_table td, .land_table th {
    border: 1px solid;
    border-color: grey;
    padding: 4px;
}

.stat_kop {
    color:blue;
    height:65px;
    text-align:center;
    font-weight:bold;
    font-style:italic;
    font-size:xx-large;
}

.stat_cont {
    margin-left:10px;
}

.stat_column {
    width:33%;
    margin:1px;
    float:left;
}

body.albumpdf {
    background-color: #FFFF80;
}

.albumpdf {
    background-color: #c1c4c8;
    width: 500px;
    margin: 100px auto;    
}

.albumpdf h1 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #0000FF;
    font-size: 200%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.albumpdf form {
    padding-top: 20px;
}

.albumpdf form label {
    margin-left: 135px;
    width: 100px;
    height: 30px;
}

.albumpdf form select {
    background-color: #c1c4c8;
    width: auto;
    height: 30px;
}
.albumpdf form input {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 15px;
    width: 100px;
    height: 30px;
    background-color: #3274d6;
}
