@charset "utf-8";
/* CSS Document */

.HiddenImage{
  display:none;
}
.TextImage{
	margin:10px 8px 10px 0px;
}
.pSmall{
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pTiny{
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
}
.pNormal{
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pBig{
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pKopje{
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pMenu{
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.imgPopup{
	margin: 4px 4px 4px 4px;
	border: 3px solid #FAC9CE;
}

body{
	background-color:#FFFFFF;
	color:#556AB0;
}
hr{
  border: none;
  color:#EF4A4E;
  background-color:#EF4A4E;
  height: 3px;
}

a:link { color: #489E3F; text-decoration: none; font-weight: bold; }
a:visited { color: #489E3F; text-decoration: none; font-weight: bold; }
a:hover { color: #EF4A4E; text-decoration: none; font-weight: bold; }
a:active { color: #489E3F; text-decoration: none; font-weight: bold; }
	
a:link #imgThumb { border: 3px solid #C1E4BC; }
a:visited #imgThumb { border: 3px solid #C1E4BC; }
a:hover #imgThumb { border: 3px solid #FAC9CE; }
a:active #imgThumb { border: 3px solid #C1E4BC; }

a:link #imgThumbTransparent { border-top: 0px; border-right: 0px;
					border-bottom: 3px solid #C1E4BC; border-left: 0px;}
a:visited #imgThumbTransparent { border-top: 0px; border-right: 0px;
					border-bottom: 3px solid #C1E4BC; border-left: 0px;}
a:hover #imgThumbTransparent { border-top: 0px; border-right: 0px;
					border-bottom: 3px solid #FAC9CE; border-left: 0px;}
a:active #imgThumbTransparent { border-top: 0px; border-right: 0px;
					border-bottom: 3px solid #C1E4BC; border-left: 0px;}

#divTop{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:900px;
  height:102px;
  background-image:url(background-2010/back01-top.jpg);
  background-repeat:no-repeat;
}
#divMenu{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:900px;
	height:23px;
	background-image:url(background-2010/back02-menu.jpg);
	background-repeat:no-repeat;
	text-align:left;  /*border:1px solid #000000;*/
}
#divContent{
  margin:0px 0px 0px 0px;
  padding:20px 0px 0px 0px;
  width:900px;
  height:487px;
  background-image:url(background-2010/back03-content.jpg);
  background-repeat:no-repeat;
  text-align:left;
}

#divLeft{
	float:left;
	margin:0px 0px 0px 70px;
	padding:0px 15px 0px 0px;
	width:160px;
	height:450px;  /*border:1px solid #000000;*/
}
#divCenter{
  float:left;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:420px;
  height:450px;
  /*border:1px solid #000000;*/
}
#divRight{
	float:right;
	margin:0px 70px 0px 0px;
	padding:0px 0px 0px 0px;
	width:160px;
	height:330px;  /*border:1px solid #000000;*/
}

.divMedewerker{
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  width:140;
  text-align:center;
  margin:0px 0px 0px 0px;
}

