/* Algemene Site */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005BB7;
	text-align: center;
	background-color: #D2E9FF;
	scrollbar-base-color: #D2E9FF;
	scrollbar-highlight-color: #005BB7;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
}
table, td {
	font-size: 1em;
	border-collapse:collapse;
}
div#hoofding {
	background-image: url(../images/bg_titel.jpg);
	height: 75px;
}
/* Hoofdtitel */
div#hoofdtitel {
	height: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: white;
}
/* Scroller */
div#scroller {
	width: 500px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
}
/* Adres */
div#adres {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	color: #D2E9FF;
	text-align: center;
	font-size: 0.9em;
	background-color: #005BB7;
}
div#adres a { text-decoration:underline; }
div#adres a:link, div#adres a:active, div#adres a:visited { color: white; }
div#adres a:hover { color: red; }
/* navigatie */
div#navigatie {
	width: 700px;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: white;
}
div#navigatie table {
	width: 490px;
}
div#navigatie td {
	width: 70px;
	text-align: left;
}
div#navigatie a {
	display:block;
	width: 57px;
	height: 15px;
	padding-left: 15px;
	color: white;
	background-image: url(../images/bg_navigatie_bl.gif);
}
div#navigatie a:hover {
	color: #D2E9FF;
	background-image: url(../images/bg_navigatie_red.gif);
}
div#promoties th {
	font-size: 2em;
	font-weight:bold;
	text-align: center;
}
div#promoties td {
	text-align: center;
}
/* designed by */
div#designed {
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 0.9em;
	background-color: #005BB7;
}
div#designed a {
	color: #D2E9FF;
	text-decoration:none;
}
div#designed a:hover {
	color: white;
}

div#nedstat {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 20px;
}

/* Standaard link */
a { color: #005BB7; text-decoration:none; }
a:link { color: #005BB7; }
a:active { color: #005BB7; }
a:visited, a:active { color: #005BB7; }
a:hover { color: #ff0000; }

a.welkom {
	color: #005BB7;
	font-size: 2em;
	font-weight: bold;
	text-decoration:none;
}
a.welkom:link { color: #005BB7; }
a.welkom:active { color: #005BB7; }
a.welkom:visited, a.welkom:active { color: #005BB7; }
a.welkom:hover { color: #ff0000; }

