@charset "windows-1252";
/* CSS Document */


/* LINKS */

.link-wit
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
}

a.link-wit:hover
{
	color: #187D99;
	text-decoration: none;
}


.link-stem
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 16px;
	text-decoration: none;
}

a.link-stem:hover
{
	color: #FDE554;
	text-decoration: none;
}

.link-navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
}

a.link-active:hover
{
	color: #3CF;
}

.link-default
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111;
	line-height: 16px;
	text-decoration: none;
}

a.link-default:hover
{
	color: #187D99;
	text-decoration: none;
}

.link-info
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111;
	line-height: 16px;
	text-decoration: underline;
}

a.link-info:hover
{
	color: #187D99;
	text-decoration: underline;
}


.link-info-bold
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #111;
	line-height: 16px;
	text-decoration: underline;
}

a.link-info-bold:hover
{
	color: #187D99;
	text-decoration: underline;
}

.link-default-b
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #111;
	line-height: 16px;
	text-decoration: none;
}

a.link-default-b:hover
{
	color: #187D99;
	text-decoration: none;
}


.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #457A2A;
}
.plattetekst {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111;
	line-height: 16px;
}
.tussenkop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #457A2A;
	line-height: 16px;
}

ul.tickList {
  list-style-image: url('../gfx/frontoffice/icons/tick.png');
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
	font-weight: normal;
	color: #111;
	line-height: 16px;
}
.kopgroot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #457A2A;
}
.kopwit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #457A2A;
}


#box{
	position: relative;
	float: left;
	width:200px;
	min-height: 100px;
	text-align: left;
	margin-right: 0px;
	margin-top: 20px;
	border-top: 1px solid #c3d5a9;
	border-right: 1px solid #c3d5a9;
	border-bottom: 1px solid #c3d5a9;
	border-left: 1px solid #c3d5a9;
	padding: 10px;
}

