/**
(standard css)
**/
body {
    margin: 0;
    padding: 10px;
    font-family: Arial;
    font-size: 0.8em;
	color: #016CBE ;
}

a:link,a:active,a:visited,a:hover {
	color: #016CBE ;
	text-decoration: underline;
    font-weight: normal;
}

div#rubrieken_wrap {
    text-align: left;
}

span.rubriek{
        display:block;
        margin-bottom:10px !important;
}

h6.rubriek {
        margin-bottom: 0px !important;
    text-align: center;
    width: auto;
}

div#contentbox {
	width: 500px;
}
#content {
    background: #fff url("../images/Hil_hart_achtergrond2.gif") no-repeat fixed left top;
}

div.lijstitem_intro p {
    margin: 0px;
    padding-bottom: 0px;
    display: inline;
}

div.lijstitem_intro img {
    display: inline;
}

div#bottommedium {
	position: absolute;
	left: 40px;
	bottom: 0px;
    font-weight: bold;
}

.plaatsen_popup {
    border: 3px double #E9BD0D;
    background-color: #FFFAE6;
    padding: 4px;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 200px;
    height: 125px;
}

.plaatsen_popup_active {
	border: 3px double #E9BD0D;
    background-color: #FFFAE6;
    padding: 4px;
    
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 200px;
    height: 125px;
    display: block;
}

.plaatsen_popup {
    display: none;
}

font {
    font-size: 1em;
}

form {
    margin: 0;
    padding: 0;
}

table {
	font-size: 1.0em;
	empty-cells:show;
}

.foto_preview {
	border: 1px solid #FFFFFF;
}

.terugknop {
    text-align: right;
    margin-top:10px;
    width: 100%;
}

font.vsmall {
	font-size: 0.8em;
}

font.small {
	font-size: 0.9em;
}

font.normal {
	font-size: 1.0em;
}

font.large {
	font-size: 1.2em;
}


font.vlarge {
	font-size: 1.4em;
}


h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 0 0;
}

h6 a:link,h6 a:hover,h6 a:visited,h6 a:active {
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.0em;
	margin: 0 0 0 0;
}


/**(extra css)**************************************************************************************************/

.meerinfo {
    display:inline;
}

#kruimelspoor {
    padding: 15px 0 0 0;
}

#kruimelspoor h4 {
    font-size: 100%;
    background-color: #FEA813;
    color: #072E65;
    padding: 3px 10px 3px 10px;
    margin: 10px 0 4px 0;
    display: inline;
}

.paginakop {
    width: 100%;
    padding: 5px;
    text-align: right;
    font-size: 1.1em;
    color: #857C7A;
}

.homeitemkop {
    color: #10238C;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}

.homenieuwskop {
    font-size: 1.3em;
    font-weight: bold;
}

.highlight {
    background-color:yellow;
    font-weight:normal;
}

input.snelzoeken {
    border: none;
    font-size: 0.9em;
}

.terugknop {
    padding: 10px 0 4px 0;
}

.rubriekintro {
    width: 90%;
}   

ul.ul_lijst li .lijstitem_titel {
    font-weight: bold;
    text-decoration: none;
}
h6.rubriek {
    margin: 0 0 10px 0;
}