#pagina {
}

#kop {
    height:100px;
    width: 100%;
    border-bottom:1px solid blue;
}

#kop_links {
	width:100px;
	margin-right: 10px;
	float: left;
}

#kop_midden {
    padding-top: 20px;
	overflow: auto;
    color:blue;
    font-weight:bold;
    font-style:italic;
    font-size:x-large;
    text-align: center;
}	

#kop_rechts {
	width: auto;
	float: right;
}	

#kop_rechts_b {
	height: 50px;
}	

#kop_rechts_o {
	height: 50px;
	text-align: end;
}	

#midden {
}

#info {
    width:160px;
    height:340px;
    float:left;
    text-align:center;
}
#datum {
    height:50px;
    color:#FF6600;
    border-bottom:1px solid blue;
}
#weer {
    height:200px;
    border-bottom:1px solid blue;
    font-family:Arial;
    font-size:0.95em;
}
#teller {
/*
    text-align:center;
*/
    vertical-align:middle;
    margin-top:10px;
    height:50px;
    border-bottom:1px solid blue;
    }
#mail {
    height:50px;
    text-align:center;
    }

#content {
    height:370px;
    overflow:auto;
    border-left:1px solid blue;
}

#content_links, #content_rechts {
    width:45%;
    margin:10px;
    float:left;
}

#voet {
    width:100%;
    height:120px;
    float:left;
    border-top:1px solid blue; 
}

#verjaardagen {
/*
    height:120px;
*/
    width:70%;
    margin:10px;
    font-size:small;
    overflow:auto;
    float:left;
}

#verjaardagen table {
    border: 1px solid;
    border-color: grey;
}

#verjaardagen td, #verjaardagen th {
    border: 1px solid;
    border-color: grey;
    padding: 4px;
}

#verjaardagen th {
    font-weight: bold;
}

.stats {
/*
    font-size:x-small;
*/
}

.stats h1 {
    margin-top: 8px;
    margin-bottom: 8px;
    color: #0000FF;
    font-size: 200%;
    font-weight: bold;
    font-style: italic;
    text-align: center;    
}

.stats table {
    width: 100%;
    border: 1px solid;
    border-color: grey;
    background-color: #BAD0BB;
}

.stats td, .stats th {
    border: 1px solid;
    border-color: grey;
    padding: 4px;
    font-size: medium;
}

.stats th {
    font-weight: bold;
}
