/*** ALGEMEEN ***/

body {
	background-color: #CCCCFF;
	margin: 20px 0px;
}

/*** TYPOGRAFIE ***/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000033;
	text-align: justify;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #CCCCFF;
}
.subtitel2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFFFF;
}
.onderschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9999CC;
}
.onderschriftFoto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #666699;
	font-style: italic;
}
.wit {
	color: #FFFFFF;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000033;
	text-align: justify;
	list-style-type: square;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000033;
	text-align: justify;
	list-style-type: square;
}

/*** NAVIGATIE ***/

a.intro:link {
	color: #9999CC;
	text-decoration: none;
}
a.intro:visited {
	color: #9999CC;
	text-decoration: none;
}
a.intro:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.langLink:link {
	color: #9999CC;
	text-decoration: none;
}
a.langLink:visited {
	color: #9999CC;
	text-decoration: none;
}
a.langLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*** LAYOUT ***/

.tdInhoud {
	background-attachment: scroll;
	background-image: url(../images/onderliggend_back.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
a:link {
	color: #CCCCFF;
	text-decoration: underline;
}
a:visited {
	color: #CCCCFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.plinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000033;
}

/*** FORMULIEREN ***/

.veld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 18px;
	width: 280px;
	border: 1px solid #CCCCFF;
	background-color: #CCCCFF;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCFF;
	height: 100px;
	width: 280px;
	border: 1px solid #CCCCFF;
}
.veldknop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCFF;
	height: 18px;
	border: 1px solid #000000;
}

a.langLink2
{
color:b4a2d5;
}
