body {
	font-size: 14px;
	font-family: "Courier New";
	/* background-image: url(images/background.jpg); */
	background-repeat: repeat-y;
}
a {color: #404040;}
a:visited {color: #a04040;}
a:hover {color: #f0a0a0;}
.alignleft {text-align: left;}
.aligncenter {text-align: center;}
.alignright {text-align: right;}
.title {
	font-size: 20px;
	color: #1a1a66;
	font-weight: bold;
	text-align: center;
}
.container {
	width: 1140px;
	border: 2px solid #0a0a56;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
.headerarea {
	width: 1140px;
}
.mainarea {
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footerarea {
	width: 1140px;
}
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
/* header */
table.headertable {
	width: 100%;
	border-collapse: collapse;
	background-image: url(images/header.jpg);
}
table.headertable td {
	padding: 20px;
	text-align: center;
	vertical-align: middle;	
}
/*header and footer */
table.mainlinks {
	width: 100%;
	border-collapse: collapse;
}
table.mainlinks td {
	padding: 5px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #1a1a66;
	background: #2929a3; /* legacy brouwsers */
  	background: linear-gradient(to bottom right, #6a6aa6, #1919a3); /* modern browsers */
}
table.mainlinks a {color: #fefefe; text-decoration: none;}
table.mainlinks a:visited {color: #d0d0f0;}
table.mainlinks a:hover {color: #ff4040;}
/*footer */
table.footnote {
	width: 100%;
	border-collapse: collapse;
	background: #2929a3; /* legacy brouwsers */
   	background: linear-gradient(to bottom right, #6a6aa6, #1919a3); /* modern browsers */
}
table.footnote td {
	font-size: 14px;
	color: #f0f0f0;
	padding: 5px;
	text-align: center;
	vertical-align: middle;

}
table.footnote a {color: #f0f0f0; text-decoration: none;}
table.footnote a:visited {color: #d0d0f0;}
table.footnote a:hover {color: #a0a0f0;}
/* standard table */
table.standard {
	width: 100%;
	font-size: 14px;
	border-collapse: collapse;
}
table.standard td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
/* clock table */
table.clock {
	/*width: 120px;*/
	width:80%; 
    margin-left:10%; 
    margin-right:10%;
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid black;
	background: #e0e0e0;
}
table.clock td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
/* opmerking table */
table.quote {
	width: 70%;
	margin-left:15%; 
    margin-right:15%;
	font-size: 14px;
	border-collapse: collapse;
	border: 1px solid black;
	background: #fdfdfd;
}
table.quote td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
