/* CSS Document  */

* {
	margin : 0;
	padding : 0;
}
html, body {
min-height : 100%;
	margin : 0;
	padding : 0;
}
body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #4e4e4e;
	background-color: #fff;
}

table.lijst th, table.lijst td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #4e4e4e;
	background-color: #fff;
	margin : 0;
	padding : 0;
	top:0%;
	left:0%;
}

hr.lijst {
	width: 620px;
	border: 0;
	height: 1px;
	color : #25749E;
	background-color: #25749E;
	margin : 0;
	padding : 0;
}


a {
	color : #25749E;
	text-decoration: none;
}
a:hover {
	color : #25749E;
	text-decoration : underline;
}

h1 {
	font-weight : normal;
	font-size : 150%;
	letter-spacing : -0.04em;
	line-height : 100%;
	letter-spacing : -0.04em;
	margin-top: 0.8em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-left: 10px;
}
h2 {
font-weight : normal;
font-size : 140%;
letter-spacing : -0.04em;
line-height : 100%;
margin : 0.7em 0 0.2em;
letter-spacing : -0.03em;
}
h3 {
font-size : 130%;
font-weight : normal;
letter-spacing : -0.04em;
line-height : 100%;
margin : 0.7em 0 0.2em;
letter-spacing : -0.02em;
}
h4 {
font-size : 120%;
font-weight : bold;
margin : 0.7em 0 0.2em;
letter-spacing : -0.02em;
}
h5 {
font-size : 110%;
font-weight : bold;
margin : 0.5em 0 0.2em;
letter-spacing : -0.02em;
}
h6 {
font-size : 100%;
font-weight : normal;
text-transform : uppercase;
margin : 0.5em 0 0.2em;
}
hr {
border: 0;
height: 1px;
color : #25749E;
background-color: #25749E;
}



/* Indeling agenda-lijst */
#container {
position:absolute;
	}

/* Indeling evenement-pagina */

#evenement_container {
position:absolute;
height: 200px;
	}
#evenement_foto {
position:absolute;
left:0px;
margin: 0px;

width: 200px;
height: 200px;
	}
#evenement_content {
top:0px;
margin-left: 220px;
	}
#evenement_info {
position:absolute;
top:200px;
text-align: justify;
margin: 0px;
width: 540px;
	}




/* nav-opmaak */
b#navi {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D8D8D8;
	color: #ce0000;
	background-color: #FFFFFF;
}
a#navi:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D8D8D8;
	color : #25749E;
	background-color: #FFFFFF;
}
a#navi:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D8D8D8;
	color : #25749E;
	background-color: #FFFFFF;
}
a#navi:hover {
	border: 1px solid #D8D8D8;
	color : #25749E;
	background-color: #FFFFFF;
}
a#navi:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #D8D8D8;
	color : #25749E;
	background-color: #FFFFFF;
}

/* datumkiezer */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background: #a3cbd5;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	background: #a3cbd5;
	font-weight: bold;
	}
