.rood {
	/*color: #fb2f0c;*/
	color: #c3502e;
}
td.rood {
	/*background-color: #fb2f0c;*/
	background-color: #c3502e;
}





/* Font family and font size tweaks */
@font-face {
    font-family: "Century Gothic";
    src: url("fonts/GOTHICBI.ttf");
    font-weight: bold;
    font-style: italic, oblique;
}
@font-face {
    font-family: "Century Gothic";
    src: url("fonts/GOTHICI.ttf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "Century Gothic";
    src: url("fonts/GOTHICB.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Century Gothic";
    src: url("fonts/GOTHIC.ttf");
}
body {
	/*font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #6f6f6f;
}
td, th {
	/*font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, Verdana, Arial, Helvetica, sans-serif;*/
	color: #6f6f6f;
	font-size: 12px;
}




.kop {
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, Verdana, Arial, Helvetica, sans-serif;
	color: #c3502e;
	font-size: 15px;
}
.kopje {
	font-family: "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, Verdana, Arial, Helvetica, sans-serif;
	color: #c3502e;
	font-size: 13px;
}
.copyright {
	font-size: 10px;
}
.copyright:hover {
	font-size: 10px;
}
.adres {
	font-size: 10px;
}
.adres:hover {
	font-size: 10px;
}
.route {
	font-size: 10px;
}
.adres:route {
	font-size: 10px;
}
.input {
	font-size: 15px;
}
.inputzoek {
	font-size: 15px;
}
.button {
	font-size: 13px;
}





div.page_section {
	margin: 0 auto;
	padding: 1em;
	position: relative;
	max-width: 1240px;
}
div.fullwidth {
	margin: 1em 1em;
	position: relative;
}


div#skel_header {
	background-color: white;
	/*border-bottom: 1px solid #e0e0e0;*/
	position: relative;
	/*
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.6);
	*/
}
	div#skel_header > div.header_inception {
		background-color: #c3502e;
		font-weight: bold;
		height: 36px;
		padding: 0 1em;
	}

	div#skel_header div.logo {
		position: absolute;
		top: 12px;
		left: 1em;
		z-index: 1;
	}

	div#skel_header > div.logo {
		top: 46px;
		left: 1em;
	}


	div#skel_header > div.main {
		-webkit-box-shadow: 0 2px 2px 0 #999;
		-moz-box-shadow: 0 2px 2px 0 #999;
		box-shadow: 0 2px 2px 0 #999;
		position: relative;
	}

		div#skel_header > div.main > div {
			padding: 1.5em;
		}

		div#skel_header > div.main > div.page_section > div.logo {
			/*top: 11px;
			left: 1em;*/
			top: 13px;
			left: 1.35em;
		}


	div#skel_header > div.banner {
		background: #e0e0e0 url(banner.jpg) no-repeat center;
		/*background: white url(banner-35jaar.jpg) no-repeat center;*/
		background-size: auto 100%;
		/*border-bottom: 1px solid #e0e0e0;*/
		/*height: 278px;*/
		height: 249px;
	}

div#skel_main {
	min-height: 33em;
}

div#skel_footer {
	background-color: #e0e0e0;
	color: #6f6f6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
}
	div#skel_footer > div {
		padding: 1em;
	}

	div#skel_footer > div.main {
		margin: 0 auto;
		width: 1240px;
	}

		div#skel_footer > div.main > div.page_section a {
			text-decoration: none;
		}

		div#skel_footer > div.main > table > tbody > tr > td {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #6f6f6f;
		}

	div#skel_footer > div.footer_inception {
		background-color: #6f6f6f;
		color: #e0e0e0;
		padding: 0;
	}
		div#skel_footer > div.footer_inception a {
			color: #e0e0e0;
		}
