/* Algemeen */
body {
	font-family: Trebuchet MS;
	font-size: 12px;
	background-image: url("../images/bg_gradient.jpg");
	background-attachment: fixed;
}

/* De Index teksten */
h1 {
	color: #b80000;
	font-size: 100pt;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #ffffff;
	font-size: 62pt;
	margin: 0;
}

h3 {
	color: #000000;
	font-size: 32pt;
}
/* Einde index teksten */

#kop1 {
	color: #b80000;
	font-size: 36px;
	font-weight: bold;
}

#kop2 {
	color: #ffffff;
	font-size: 36px;
}
/* Einde Algemeen */

/* Banner */
#banner {
	vertical-align: top;
	padding: 0;
	background-image: url("../images/bg_banner.jpg");
}
/* Einde Banner */

/* Het menu */
#list-menu  {
	vertical-align: top;
	width: 107px;
	font-size: 15px;
}

#list-menu ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#list-menu li {
	margin: 2px 0px 0px;
}

#list-menu a {
	display: block;
	width: 100px;
	height: 18px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #b80000;
	background: #b80000;
	text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #ffffff;
}

#list-menu a:hover {
	color: #b80000;
	background: #ffffff;
}

#list-menu td {
	vertical-align: top;
}

/* Einde Menu */
/* Main pagina */

#main {
	font-size: 12px;
	vertical-align: text-top;
	padding: 0px;
	margin-top: 2px;
	color: #000000;	
	height: 485px; 
	overflow: hidden;
	/*border:1px solid black;*/
	
}

#main td {
 	width: 640px;
 	height: 480px;
 	margin-top: 0px;
 	font-size: 12px;
 }

/*#maincell {
	width: 640px;
	height: 480px;
	border: 1px solid #b80000; 
	font-family: trebuchet ms;
	font-size: 12px;
	color: blue;
}
*/

#location {
	display: block;
	width: 60px;
	height: 18px;
	padding: 2px 2px 2px 2px;
	border: 1px solid #b80000;
	background: #b80000;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
}

#inhoud {
	align: center;
}

#table {
	width: 100%;
	height: 100%;
	/*border: 1px solid #b80000;*/
	margin: 0;
	padding: 0;

}
#contact {
	vertical-align: top;
	border: 1px dotted #b80000;
}
/* EINDE MAIN

AGENDA  */

#Jaar {
	color: #b80000;
	font-size: 30px;
	font-weight: bold;
}

#maand {
	color: #b80000;
	font-size: 24px;
	font-weight: bold;
}
/* EINDE AGENDA */

/* Hyperlinks */
#hl {
	color: #b80000;
	text-decoration: none;
}
