/* algemeen */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 2px;
	padding: 2px;
	position: relative;
	top: 5px;
}

table
{
	margin: 0;
	padding: 0;
	border-width: 0;
}

h1 { font-size: medium; }
p, td, th, li { font-size: small; }
p, td, li { text-align: left; }

.titel
{
	font-size: x-large;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.achtergrond
{
	background-color: #eee;
}

.subtitel
{
	color: gray;
	font-size: x-small;
	margin-top: 0;
	font-weight: normal;
	white-space: normal;
}

.onderstreept { border-bottom: 1px solid gray; }
.remark { color: red; }
.vet
{
	font-weight: bold;
	font-size: smaller;
}
a:link, a:visited { color: #306; }
a:hover { color: #60C; }

/* copyright onderop */
#copyright
{
	color: gray;
	font-size: x-small;
	text-align: center;
	clear: both;
	padding: 10px 0 5px 0;
}

/* belbord met kruimelpad, knoppen en sub-categorieen */
#belbord
{
	margin-bottom: 20px;
}

div#belbord table
{
	background-image: url("../images/box_mtl_ctr.gif");
	background-repeat: repeat;
}

div#belbord td
{
	font-size: smaller;
	text-align: left;
	padding-left: 0;
	vertical-align: top;
}

div#belbord td.head { text-align: center; }
div#belbord td.label { background-color: white; }
div#belbord td.bel { vertical-align: middle; }

div#belbord td.top
{
	background-image: url("../images/box_mtl_topbg.gif");
	background-repeat: repeat-x;
}

div#belbord td.right
{
	background-image: url("../images/box_mtl_r.gif");
	background-repeat: repeat-y;
}

div#belbord td.bottom
{
	background-image: url("../images/box_mtl_botbg.gif");
	background-repeat: repeat-x;
}

div#belbord td.left
{
	background-image: url("../images/box_mtl_l.gif");
	background-repeat: repeat-y;
}

div#belbord td.top-i
{
	background-image: url("../images/box_mtl_top_inner.gif");
	background-repeat: repeat-x;
}

div#belbord td.right-i
{
	background-image: url("../images/box_mtl_r_inner.gif");
	background-repeat: repeat-y;
}

div#belbord td.bottom-i
{
	background-image: url("../images/box_mtl_bot_inner.gif");
	background-repeat: repeat-x;
}

div#belbord td.left-i
{
	background-image: url("../images/box_mtl_l_inner.gif");
	background-repeat: repeat-y;
}

div#belbord .titel
{
	font-size: larger;
	font-weight: bold;
	text-align: left;
}

div#belbord ul
{
	white-space: nowrap;
	display: inline;
	margin: 0;
	padding: 0;
}

div#belbord li
{
	font-size: medium;
	white-space: nowrap;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}

div#belbord li.actief { font-weight: bold; }

div#belbord .kruimelpad
{
	margin-bottom: 0;
	float: left;
}

div#belbord .knoppen
{
	text-align: right;
	margin-bottom: 0;
	float: right;
}

/* content */
#content
{
	margin: 0 0 20px 0;
	padding: 0 10px 2px 10px;
}

div#content td, div#content th { padding: 0 1px 0 1px; }
div#content td { vertical-align: top; }
div#content td.extrapad { padding: 0 0 0 5px; }

div#content th
{
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

div#content th a
{
	text-transform: inherit;
	text-decoration: none;
}

div#content .kleiner { font-size: smaller; }
div#content .centreer { text-align: center; }
div#content .links { text-align: left; }
div#content .rechts { text-align: right; }
div#content .zoekrij { font-size: smaller; }
div#content .nowrap { white-space: nowrap; }

div#content .streeplinks
{
	border-left: silver;
	border-width: 0 0 0 1pt;
	border-style: none none none solid;
}

div#content .streeplinksonder
{
	border-left: silver;
	border-bottom: gray;
	border-width: 0 0 1pt 1pt;
	border-style: none none solid solid;
}

div#content .streeponder
{
	border-bottom: gray;
	border-width: 0 0 1pt 0;
	border-style: none none solid none;
}

div#content .nieuweadvertentie
{
	margin-bottom: 0;
	font-size: smaller;
	float: left;
}

div#content .advertentieteller
{
	text-align: right;
	font-size: smaller;
	margin-bottom: 0;
	float: right;
}

div#content .blader-o { margin: 0 1px; }

div#content .bladerpijl { text-decoration: none; }

/* reactie */
#reactie
{
	margin-bottom: 20px;
	border-bottom: 1px solid gray;
}

div#reactie .reactie { }
