body, div, span, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
}

img {
	border: 0;
}

a:link {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #009900;
	font-weight: bold;
}

input, button {
	font-size:9px;
}

legend {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

#header {
	background-image: url(img/top.jpg);
	text-align: right;
	vertical-align: top;
}

#menu {
	height: 25px;
	background-image: url(img/menu.jpg);
	text-align: center;
	font-size: 12px;
}

#menu a {
	color: #993300;
}

#menudivider {
	height: 25px;
	background-image: url(img/menudivider.jpg);
}

#content {
	padding: 5px;
	vertical-align: top;
}

#rubrieken {
	background-image: url(img/lefttile.jpg);
	padding: 5px;
	vertical-align: top;
}

#rubrieken a {
	text-decoration: none;
}

/* Titles */

#breadcrums {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

.rubriekentitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

/* Rubrieken levels */
.level0 {
	color: #000000;
	font-size: 11px;
}
.level1 {
	color: #669900;
	font-size: 11px;
}
.level2 {
	color: #000099;
	font-size: 10px;
}
.level3 {
	color: #660000;
	font-size: 9px;
}
.level4 {
	color: #CC00FF;
}
.level5 {
	color: #FF0033;
}

/* Rubriekenlijst */
#rubriekenlijst {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#rubriekenlijst span {
	display: block;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-bottom: 5px;
}

/* Artikellijst */
#artikellijst table{
	width: 535px;
	border: 0;
}
#artikellijst table td {
	border-bottom: 1px solid black;
	font-size: 10px;
}
#artikellijst span {
	display: block;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	padding-bottom: 5px;
}

h1 {
	font-size:22px;
}

