html, body {
	/* background-color: transparent; */
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.8em;
}

p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
table {
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 2em;
	
}
ol { margin: 0px; padding: 0px; margin-left: 32px; }
ul { margin: 0px; padding: 0px; margin-left: 32px; }
li { margin-bottom: 0.3em;  }
ul li {
	/* list-style: url('images/bullet.gif') outside */
	list-style: bullet outside;
}
ol li {
	/* list-style: lower-alpha outside; */
	list-style: numeric outside;
}
blockquote { margin:0px; padding: 0px; margin-left: 32px; }
ul li div { margin: 0px; padding: 0px; }
ol li div { margin: 0px; padding: 0px; }

div .txtTop, body .txtTop, .txtTop {  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	overflow: auto;
}
div .txtLeft, body .txtLeft, .txtLeft{  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	overflow: auto;
}
div .txtCenter, body .txtCenter, .txtCenter {
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	overflow: auto;
}
div .txtRight, body .txtRight, .txtRight {
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;	
	margin-bottom: 0.5em;
	overflow: auto;
}
div .txtBottom, body .txtBottom, txtBottom {  /* body is for the editor, which gets the col style in the body on editing */
	position: relative;
	display:block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0.5em;
	overflow: auto;
}

/* ####################################################################################### */
/* STANDARD LINK COLORS  */
a:link, a:visited {
	color: #000000; 
	text-decoration:none;
}
a:hover, a:active {
	color: #000000; 
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS TOP CONTENT */
.txtTop a:link, .txtTop a:visited {
	color: #000000;
	text-decoration:none;
}
.txtTop a:hover, .txtTop a:active {
	color: #000000;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS LEFT COLUMN */
.txtLeft a:link, .txtLeft a:visited {
	color: #000000;
	text-decoration:none;
}
.txtLeft a:hover, .txtLeft a:active {
	color: #000000;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS CENTER COLUMN */
.txtCenter a:link, .txtCenter a:visited {
	color: #000000;
	text-decoration:none;
}
.txtCenter a:hover, .txtCenter a:active {
	color: #000000;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS RIGHT COLUMN */
.txtRight a:link, .txtRight a:visited {
	color: #000000;
	text-decoration:none;
}
.txtRight a:hover, .txtRight a:active {
	color: #000000;
	text-decoration:underline;
}
/* ####################################################################################### */
/* LINK COLORS BOTTOM CONTENT */
.txtBottom a:link, .txtBottom a:visited {
	color: #000000;
	text-decoration:none;
}
.txtBottom a:hover, .txtBottom a:active {
	color: #000000;
	text-decoration:underline;
}
.toplinks a:link, .toplinks a:visited {
	color: #000000; 
	text-decoration:none;
	font-size: 9px;
}
.toplinks a:hover, .toplinks a:active {
	color: #000000; 
	text-decoration:underline;
	font-size: 9px;
}
/* ####################################################################################### */
/* TEXT STYLES TOP CONTENT */
.txtTop p {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.txtTop h1 {
	font-size: 18px;
	color: #000000;
}
.txtTop h2 {
	font-size: 16px;
	color: #000000;
}
.txtTop h3 {
	font-size: 14px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES LEFT COLUMN */
.txtLeft p {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.txtLeft h1 {
	font-size: 18px;
	color: #000000;
}
.txtLeft h2 {
	font-size: 16px;
	color: #000000;
}
.txtLeft h3 {
	font-size: 14px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES CENTER COLUMN */
.txtCenter p {
	font-size: 12px;
	color: #000000;
	border: 0px solid red;
	text-align: left;
}
.txtCenter h1 {
	font-size: 18px;
	color: #000000;
}
.txtCenter h2 {
	font-size: 16px;
	color: #000000;
}
.txtCenter h3 {
	font-size: 14px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES RIGHT COLUMN */
.txtRight p {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.txtRight h1 {
	font-size: 18px;
	color: #000000;
}
.txtRight h2 {
	font-size: 16px;
	color: #000000;
}
.txtRight h3 {
	font-size: 14px;
	color: #000000;
}
/* ####################################################################################### */
/* TEXT STYLES BOTTOM CONTENT */
.txtBottom p {
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.txtBottom h1 {
	font-size: 18px;
	color: #000000;
}
.txtBottom h2 {
	font-size: 16px;
	color: #000000;
}
.txtBottom h3 {
	font-size: 14px;
	color: #000000;
}

/* ####################################################################################### */
/* PRINT TEXT  */
a.printLink:link, a.printLink:visited {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #2e2e2e;
	text-decoration: none;
}
a.printLink:hover, a.printLink:active {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #ff0000;
	text-decoration: underline;
}
a.mailLink:link, a.mailLink:visited {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #2e2e2e;
	text-decoration: none;
}
a.mailLink:hover, a.mailLink:active {
	display: inline-block; 
	margin-left: 5px; margin-right: 0px;
	color: #ff0000;
	text-decoration: underline;
}
#txtPrint {
	position: relative;
	margin: 10px;
	width: 600px;
	background: #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12px;
}
#txtPrint p {
	font-size: 12px;
	color: #000000;
}
#txtPrint h1 {
	font-size: 20px;
	color: #000000;
}
#txtPrint h2 {
	font-size: 18px;
	color: #000000;
}
#txtPrint h3 {
	font-size: 14px;
	color: #000000;
}
.tableCols {
	position:relative;
}
/* ####################################################################################### */
/* STYLES TWO COLUMNS TABLE - BE SURE TO SET THE FONT-SIZE */
.tableTwoCols {
	width: 100%;
	border: 0px solid black;
	font-size: 12px;
	border-collapse: collapse;
	border: none;
}
.tdTwoColsLeft {
	text-align: left;
	width: 50%;
	padding-right: 5px;
	line-height: 1.5em;
	border: hidden;
	vertical-align: top;
}
.tdTwoColsRight {
	text-align: left;
	width: 50%;
	padding-left: 5px;
	line-height: 1.5em;
	border: hidden;
	vertical-align: top;
}
/* ####################################################################################### */
/* STYLES THREE COLUMNS TABLE - BE SURE TO SET THE FONT-SIZE */
.tableThreeCols {
	width: 100%;
	border: 0px solid black;
	font-size: 12px;
	border-collapse: collapse;
	border: none;
}
.tdThreeColsLeft {
	text-align: left;
	width: 33%;
	padding-right: 5px;
	line-height: 1.5em;
	border: hidden;
	vertical-align: top;
}
.tdThreeColsCenter {
	text-align: left;
	width: 34%;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	border: hidden;
	vertical-align: top;
}
.tdThreeColsRight {
	text-align: left;
	width: 33%;
	padding-left: 5px;
	line-height: 1.5em;
	border: hidden;
	vertical-align: top;
}
/* ####################################################################################### */
/* NEWS MODULE  */
.newsItemContainer {
	position: relative;
}
.newsItemSeparator {	
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	border-top: 0px dashed #000000;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.newsItemTitle {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #252525;
	text-align: left;
}
.newsItemDate {
	position: relative;
	color: #252525;
	font-size: 10px;
	text-align: left;
	border-bottom: 0px solid #dddddd;
}
.newsItemContent p {
	font-size: 12px;
	color: #252525;
}
.newsItemImage {
	position: relative;
}
.newsItemAuthor {
	position: relative;
	font-size: 10px;
	color: #252525;
	text-align: left;
	line-height: 20px;
	height: 20px;
}
.newsPrevNextLinks {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
}
.newsPrevNextLinks a:link, .newsPrevNextLinks a:visited {
	color: #ff7502;
	text-decoration: none;
}
.newsPrevNextLinks a:hover, .newsPrevNextLinks a:active {
	color: #ff7502;
	text-decoration: underline;	
}	
.newsRssLink {
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
	color: #ff7502;
}

/* ####################################################################################### */
/* NEWS PREVIEW MODULE  */
.newsPreviewItemContainer {
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.newsPreviewItemSeparator {	
	position: relative;
	border-bottom: 0px dashed #000000;
	border-top: 0px dashed #000000;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.newsPreviewItemTitle {
	position: relative;
	font-weight: bold;
	color: #252525;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.newsPreviewItemDate {
	position: relative;
	color: #252525;
	font-size: 10px;
	text-align: left;
	margin-bottom: 5px;
	border-bottom: 0px solid #dddddd;
}
.newsPreviewItemSummary {
	position: relative;
	font-size: 12px;
	margin-bottom: 5px;
	color: #252525;	
	text-align: left;
}
.newsPreviewItemAuthor {
	position: relative;
	color: #252525;
	text-align: left;
	line-height: 20px;
	height: 20px;
}
.newsPreviewItemReadMore {
	position: relative;
	text-align: right;
	color: #ff7502;
}
.newsPreviewItemReadMore  {
	position: relative;
	text-align: right;
	color: #ff7502;
}
.txtRight .newsPreviewItemReadMore a {
	position: relative;
	text-align: right;
	color: #ff7502;
}
/* ####################################################################################### */
/* COLLAPSEABLE TEXT ITEM TITLES */
.txtCollapseTitle {
	position: relative;
	margin-top: 8px;
	padding-left: 0px;
	font-size: 14px;
	display: block;
}
.txtCollapseTitle a.closed:link, .txtCollapseTitle a.closed:visited {
	color: #474747;
	display: block;
	padding-left: 0px;
	background: #f5f5f5;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}
.txtCollapseTitle a.closed:hover, .txtCollapseTitle a.closed:active {
	color: #474747;
	display: block;
	padding-left: 0px;
	background: #f5f5f5;
	padding: 5px 0px 5px 10px;
	text-decoration: underline;	
}
.txtCollapseTitle a.open:link, .txtCollapseTitle a.open:visited {
	color: #474747;
	font-weight: bold;
	display: block;
	background: #cecece;
	padding: 5px 0px 5px 10px;
	margin-bottom: 5px;
	text-decoration: none;
}
.txtCollapseTitle a.open:hover, .txtCollapseTitle a.open:active {
	color: #474747;
	font-weight: bold;
	display: block;
	background: #cecece;
	padding: 5px 0px 5px 10px;
	margin-bottom: 5px; 
	text-decoration: underline;	
}
/* ####################################################################################### */
/* CONTACT FORM STYLES */

.contactForm {
	position: relative;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	width: 400px;
	padding-bottom: 10px;
}
.contactRow {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	min-height: 22px;
}
.contactRowLeft {
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 30%;
	border: 0px solid;
	text-align: left;	
}
.contactRowRight {
	position: relative;
	margin-left: 31%;
	padding: 0px 0px 0px 5px;
	text-align: left;	
}
.contactInput {	
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	padding: 2px;
	color: #252525;
	width: 240px;
	border:1px solid #dbdbdb;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F3F3F3; 
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F3F3F3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3F3',GradientType=0 ); /* ie */
}
.contactInput:focus, .contactInput:hover  {	
	font-size: 12px;
	padding: 2px;
	color: #474747;
	width: 240px;
	border:1px solid #dbdbdb;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F3F3F3; 
	
}
.contactSelect {
	position: relative;
	border: 1px solid #3f3f3f;
	background: #efefef;	
	font-size: 12px;
	padding: 2px;
	color: #818181;
}
.contactTextarea {
	border:1px solid #dbdbdb;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F3F3F3; 
	background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F3F3F3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3F3',GradientType=0 ); /* ie */
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	padding: 2px;
	color: #474747;
	width: 240px;
	height: 120px;
}
.contactTextarea:focus, .contactTextarea:hover  {
	border:1px solid #dbdbdb;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #F3F3F3; 
}
.contactSubmit {
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ff9f3c;
	background: #ff7502; 
	background: -moz-linear-gradient(top, #ff9f3c 0%, #ff7400 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9f3c), color-stop(100%,#ff7400)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f3c', endColorstr='#ff7400',GradientType=0 ); /* ie */
	
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	color: #ffffff;	
}
.contactSubmit:hover{
	background: #ff9f3c;
	background: -moz-linear-gradient(top, #ff7400 0%, #ff9f3c 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#ff9f3c)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff9f3c',GradientType=0 ); /* ie */
}

/* ####################################################################################### */
/* NEWSLETTER SIGNUP FORM STYLES */

.newslettersignupForm {
	position: relative;
	width: 400px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;	
}
.newslettersignupRow {
	position: relative;
	margin: 5px 0px 5px 0px;
	width: 100%;
	min-height: 22px;
}
.newslettersignupRowLeft {
	position: absolute;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 30%;
	border: 0px solid;
	text-align: left;	
}
.newslettersignupRowRight {
	position: relative;
	margin-left: 31%;
	padding: 0px 0px 0px 5px;
	text-align: left;	
}
.newslettersignupInput {
	border: 1px solid #474747;
	background: #cecece;	
	font-size: 12px;
	padding: 2px;
	color: #000000;
	width: 240px;
}
.newslettersignupSubmit {
	border: 1px solid #000000;
	background: #3c3c3c;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #ffffff;	
}
#lRelativeTextMenu a:link, #lRelativeTextMenu a:visited {
	text-decoration: none;
}
#lRelativeTextMenu a:hover, #lRelativeTextMenu a:active {
	text-decoration: underline;
} 
#lRelativeTextMenuToTop a:link, #lRelativeTextMenuToTop a:visited {
	font-size: 10px;
	text-decoration: none;
}
#lRelativeTextMenuToTop a:hover, #lRelativeTextMenuToTop a:active {
	font-size: 10px;
	text-decoration: underline;
}

/* EXTRA CSS VOOR CUSTOM DINGEN */

#lSocialLinks {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 150px;
	height: 22px;
	z-index: 500;
}
.facebookIcon {
	position: relative;
	vertical-align: middle;
	background-image: url(images/facebook_social_22x22.png); 
	height: 22px;
	width: 22px;
	float: right;
	margin-left: 10px;
	display:inline-block;
}
a.socialLink:hover span.facebookIcon, a.socialLink:active span.facebookIcon {
	background-position: 0px -22px;
}
.twitterIcon {
	position: relative;
	vertical-align: middle;
	background-image: url(images/twitter_social_22x22.png); 
	height: 22px;
	width: 22px;
	float: right;
	margin-left: 10px;
	display:inline-block;
}
a.socialLink:hover span.twitterIcon, a.socialLink:active span.twitterIcon {
	background-position: 0px -22px;
}
.linkedinIcon {
	position: relative;
	vertical-align: middle;
	background-image: url(images/linkedin_social_22x22.png); 
	height: 22px;
	width: 22px;
	float: right;
	margin-left: 10px;
	display:inline-block;
}
a.socialLink:hover span.linkedinIcon, a.socialLink:active span.linkedinIcon {
	background-position: 0px -22px;
}
.hyvesIcon {
	position: relative;
	vertical-align: middle;
	background-image: url(images/hyves_social_22x22.png); 
	height: 22px;
	width: 22px;
	float: right;
	display:inline-block;
}
a.socialLink:hover span.hyvesIcon, a.socialLink:active span.hyvesIcon {
	background-position: 0px -22px;
}

.teamContainer {
	position: relative;
	/*margin: 0px 10px;*/
}
.teamContainer img {
	position: relative;
	margin-right: 15px;
}
.teamContentBlock {
	position: relative;
	margin: 0px 10px;
}
.teamEmailIcon {
	position: relative;
	vertical-align: middle;
	background-image: url(images/email_social_22x22.png);
	background-repeat: no-repeat; 
	height: 22px;
	width: 22px;
	float: right;
	display:inline-block;
}
/*.teamTwitterIcon {
	position: relative;
	vertical-align: middle;
	background-image: url(images/twitter_social_22x22.png);
	background-repeat: no-repeat; 
	height: 22px;
	width: 22px;
	float: right;
	display:inline-block;
}*/
span.teamEmailIcon {
	position: relative;
	width: 180px;
	padding-left: 30px;
}
/*span.teamTwitterIcon {
	position: relative;
	width: 180px;
	padding-left: 30px;
}*/
.txtCenter .teamContentBlock a.teamSocialLink {
	display: inline-block;
	margin: 5px 0px;
	color: #626262;
	font-size: 14px;
	line-height:25px;
}
a.teamSocialLink:hover span.teamEmailIcon, a.teamSocialLink:active span.teamEmailIcon {
	background-position: 0px -22px;
	color: #626262;
}

a.teamSocialLink:hover span.teamTwitterIcon, a.teamSocialLink:active span.teamTwitterIcon {
	background-position: 0px -22px;
	color: #626262;
}
