BODY, td {
	font-family : Verdana, arial, sans-serif ;
	font-size : 8pt;
	margin: 0px;
}

a {
	text-decoration: none;
	font-size : 11pt;
	color: blue;
}

a:Hover {
	text-decoration: underline;
	color: red;
}
.tblPage
{
    width: 1000px;
    border-left: solid 1px #565656;
    border-right: solid 1px #565656;
}
.BtnZoek
{
    width: 150px;
    margin: 0px;
    padding: 2px;
    border-style: solid;
    border-width : 1px;
    font-weight: bold;
}
.TxtZoek
{
    border-style: solid;
    border-width : 1px;
    margin: 0px;
    padding: 2px;
    width: 144px;
    font-weight: bold;
 
}

.main
{
    border-left: solid 1px #565656;
	width:804px;
	padding: 10px;
	background-image: url('../images/new/mainBG.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	border-left: solid 1px #565656;
	background-color: #FFFFFF;
	
}
.menuItems
{
    background-image:url('../images/new/menuitemBG.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #d6d6d6;
}

.meldingHead
{
	background-color:black;
	color:White;
	font-weight:bold;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 3px;
	white-space: nowrap;
}

.meldingBody
{
	background-color:silver;
	color:black;
	border-bottom: solid 1px #d6d6d6;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
}

.reactieHead
{
	background-color: Black;
	color:White;
	font-weight:bold;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 2px;
	white-space: nowrap;
}

.reactieBody
{
	background-color:silver;
	color:black;
	border-bottom: solid 1px #565656;
	border-left: solid 1px #565656;
	border-right: solid 1px #565656;
	
}

.bedrijfsReactie
{
    border-style: dashed;
	border-width: 2px;
	border-color: white;
	background-color: #d6d6d6;
	display:block;
	padding: 10px;
}

.ReageerLink
{
	font-size: 10pt;
}


.bedrijfsReactie H2
{
	margin-top: 0px;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}
h2
{
	font-size: 11pt;
	font-weight: bold;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
}



