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

.bodytekst {
	font-size: 11pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.bodybold {
	font-size: 13pt;
	color: #FF6699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyboldklein {
	font-size: 13pt;
	color: #FF6699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyklein {
	font-size: 10pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.bodykleinwit {
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0em;
}
.onderschrift {
	font-size: 9pt;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: 1px solid #ccc;
}

a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}

.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 106px;
	height: 148px;
	float: left;
	background: #C2D3EE;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 14px;
}
.photos>a {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #729AD7;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.lightBlueBg {
  background-color: #EAF2F5;
}

