﻿body, html, table, div, tr, td {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
}

body 
{
	padding: 0px;
	margin: 0px;
	background-color: White;
	font-size: 10pt;
	font-family: Verdana;
}

a:link
{
	font-family: Verdana;
	color: #003366;
	text-decoration: none;
}
a:visited
{
	font-family: Verdana;
	color: #003366;
	text-decoration: none;
}
a:hover
{
	font-family: Verdana;
	color: #003366;
	text-decoration: underline;
}
a:active
{
	font-family: Verdana;
	color: #003366;
	text-decoration: none;
}

div.topbanner_all 
{
	width: 100%;
	height: 40px;
	margin: 0 auto;
	float: left;
	background-color: #0099CC;
}

div.motherofall
{
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	float: left;
}

div.topbanner_black 
{
	background-color: Black;
	background-image: url(Brepols_Bootje_Publishers_mini_banner.png);
	background-position: left center;
	background-repeat: no-repeat;
	height: 26px;
	width: 100%;
}

div.topbanner_blue 
{
	height: 14px;
	width: 1000px;
	background-color: #0099CC;
	color: White;
	font-weight: 700;
	font-family: Verdana;
	font-size: 7pt;
	text-align: right;
}

div.textblock
{
	text-align: left;
	font-family: Verdana;
	font-size: 8pt;
}

div.infoblock
{
	font-family: Verdana;
	font-size: 8pt;
	color: #0099CC;
}


span.newstitle 
{
	font-weight: 700;
}
span.newsnote
{
	font-style: italic;
	color: #999999;
}

li.newsmessage
{
	margin-bottom: 12px;
}

a.topbanner_link:link
{
	font-family: Verdana;
	color: White;
	text-decoration: none;
}
a.topbanner_link:visited
{
	font-family: Verdana;
	color: White;
	text-decoration: none;
}
a.topbanner_link:hover
{
	font-family: Verdana;
	color: White;
	text-decoration: underline;
}
a.topbanner_link:active
{
	font-family: Verdana;
	color: White;
	text-decoration: none;
}



div.leftside 
{
	float: left;
	width: 235px;
	height: 377px;
	background-image: url(./bg_begijnhof.jpg);
}

div.contentpane
{
	width: 752px;
	height: auto;
	background-color: White;
	text-align: center;
}

div.pagefooter 
{
	height: 20px;
	color: #999999;
	font-size: 8pt;
	background-color: White;
	text-align: center;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
	margin-top: 20px;
	padding-top: 5px;
}

div.PageTitle
{
	text-align: left;
	/*font-variant: small-caps;*/
	font-size: 22px;
	/*height: 30px;*/
	color: #202020;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: Verdana;
}

h1
{
	text-align: left;
	font-size: 22px;
	color: #202020;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Verdana;

}

h2
{
	font-size: 16px;
	color: #202020;
	font-weight: 700;
	font-family: Verdana;
	margin-bottom: 24px;
	margin-top: 5px;
}

h3
{
	font-weight: 700;
	font-size: 12px;
}

table.breptable {
	border-width: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.breptable th.menuon {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #ccc;
	background-color: #0099CC;
	color: White;
}


table.breptable th.menuoff {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #ccc;
	background-color: silver;
	cursor: pointer;
}


table.breptable  td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #ccc;
	background-color: #fefefe;
	/*-moz-border-radius: ;*/
}


