/*///////////// LAYOUT ////////////////////*/

body { 
	background-color: #729298;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11;
	color: #668990;
}

#wrapper {
	width: 747px;
	_width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	position: relative;
}
#top { width: 747px; text-align: right; }
#content { width: 747px; }
#bottom { width: 747px; text-align: center; }




/*//////////////// TAALKEUZE ////////////////*/
.taalkeuze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668990;
	font-weight: bold;
	line-height: 10pt;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 10pt;
}
H2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668990;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}
H2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668990;
	font-weight: bold;
	line-height: 10pt;
}
H3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668990;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}
H3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #668990;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 10pt;
}
H4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
	line-height: 10pt;
}
H4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	line-height: 10pt;
}
.lijntje { color: #668990; }





/*//////////////// NAVIGATION //////////////*/
.nav:link, .nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #668990;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
}
.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
}
.navselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	font-weight: bold;
	line-height: 10pt;
	text-decoration: none;
}



/*//////////////// CONTENT /////////////////*/
.Tbl {
	border-color: #668990;
	border-style: dotted;
	border-width: thin;
	background-color: #E2E9ED;
}
.contentBG { background-image:url(../gifs/background-content.gif); }
.red2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
}
.link2:link, .link2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.link2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF; /*CEDADC;*/
	background-color: #CC0000;
	text-decoration: none;
}
.link3:link, .link3:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
}
.link3:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #668990; /*CEDADC;*/
	text-decoration: none;
}


/*/////////////// FOOTER ///////////////////*/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #CEDADC;
	font-size: xx-small;
	letter-spacing: inherit;
	font-weight: bold
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: xx-small;
}
.link:link, .link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
	text-decoration: underline;
}
.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF; /*CEDADC;*/
	text-decoration: none;
}




/*//////////////// FORM //////////////////*/

.input {
	width: 210px;
	background-color:#FFFFFF;
	border:1px dotted #668990;
}
.smallinput {
	width: 60px;
	background-color:#FFFFFF;
	border:1px dotted #668990;
}
.send {
	width: 80px;
	background-color:#A3B8BC;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 10px;
}
textarea
{
	width: 290px;
	height: 150px;
	background-color:#A3B8BC;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}