body
{
  background: #e9e9e9;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  font-size: 8pt;
  margin: 0px;
  font-family: Verdana
}

A:link
{
  color:#37548D;
  text-decoration:none
}
A:visited
{
  color:#37548D;
  text-decoration:none
}
A:hover
{
  color:#09255B;
  text-decoration: underline
}

INPUT.BttnDisabled
{
	background-image: url(/graphics/buttons/buttondisabled.gif);
	border: 2px solid gray;
	color: gray;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	cursor: default;
	height: 25px;
	padding-top: 0px;
}

INPUT.Bttn
{
	background-image: url(/graphics/buttons/button.gif);
	border: 2px solid gray;
	color: gray;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	height: 25px;
	padding-top: 0px;
}


TABLE.HeaderTable
{
  border-bottom: black 0px solid;
}

TD.HeaderTableData
{
  height: 90px;
  /*background-color: #c1d6f2;*/
}

TD.ebTitle
{
  font-size: 18pt;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-left:0px;
  text-align: center;
}

INPUT
{
	border-right: gray 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: gray 1px solid;
	height: 25px;
	font-size: 15px;
	padding-top: 3px;
	background-color: transparent;
}

INPUT.radio
{
	border-right: black 0px solid;
	border-top: black 0px solid;
	border-left: black 0px solid;
	border-bottom: black 0px solid;
	height: 10pt;
	padding-top: 3px;
	background-color: transparent;
}


IMG.header
{
  filter: alpha(opacity=20);
  -moz-opacity: 0.20;
}

IMG.headerB
{
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
}



TABLE {font-size: 8pt}
UL {margin-bottom: 0px; margin-left: 25px}

TR.ebObject {}
TD.ebObjectNaam {background-color:#f0f0f0;font-size:13.5pt;font-weight:bold;font-family:Arial;padding:20px 0px 20px 20px}
TD.ebObjectNaamPreview {background-color:#f0f0f;font-size:11.5pt;font-weight:bold;font-family:Arial;padding:10px 0px 10px 10px} /* #e5f3ff */
TD.ebObjectNaam1 {background-color:#e0e090;font-size:13.5pt;font-weight:bold;font-family:Arial;padding-top:20px;padding-bottom:20px;padding-left:20px}
TD.ebObjectNaam2 {background-color:#e0e0e0;font-size:13.5pt;font-weight:bold;font-family:Arial;padding-bottom:20px;padding-left:20px}

TR.ebReltype {}
TD.ebReltypeNaam {padding-bottom:10px;width:200px;font-weight:bold;text-align:right;vertical-align:top}
TD.ebReltypeNaamPreview {padding-bottom:10px;width:200px;font-weight:bold;text-align:right;vertical-align:top}
TD.ebRelaties {padding-left:10px;width:440px;padding-bottom:10px;vertical-align:top}
TD.ebRelatiesPreview {padding-left:10px;width:440px;padding-bottom:10px;vertical-align:top}

/* ? TD.ebReltype {vertical-align:top;width:200px} */

TABLE.tableMain {border-left:2px solid gray;border-right:2px solid gray}

TABLE.ebImages {font-size:7pt;font-style:italic;margin-left:10px;display:inline;margin-bottom:10px;vertical-align:top;border:0px solid silver}

TD.ebImage {text-align:left;width:130px}
IMG.ebImage {border:1px solid gray;margin-bottom:3px}
DIV.ebImageText {}

TABLE.ebList {padding:0px;border:0px;margin:0px}
TD.ebListItem {padding-left:5px;padding-right:5px;vertical-align:top}

TD.topMenu {border-bottom:2px solid gray}

TD.sideMenu {width:148px;background:#d0d0d0;padding:15px;border-left:2px solid gray}

IMG.ebMenuButton {width:166px;height:13px;margin-bottom:12px;cursor:pointer;border-width:0px}

TR.ebFooter {vertical-align:bottom}
TD.ebFooter {text-align:center;padding-top:40px;padding-bottom:80px}

/* nieuw (20041030) */
TR.ebFooter {vertical-align:top}
TD.ebFooter {vertical-align:top}

H1 {font-family:Arial;font-size:11pt;font-weight:bold;padding-top:20px;}
DIV.ebKop {font-family:Arial;font-size:11pt;font-weight:bold}


TD.ebLinksPlaats {font-weight:bold;text-align:right}
TD.ebLinksCategorie {background-color:#669900;color:white;font-weight:bold}

TABLE.searchLexicon {font-size: 10pt}

/* Preview DIV shadow */

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}

