/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
body {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	}



/*alles met tekst*/	
h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 28px;
	margin: 0px 20px;
	padding: 5px 0px 80px 0px;
	text-align: center;
	line-height: 30px;
}
h2{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: 15px solid #FFCC33;
	margin: 10px 5px 3px 0px;
	padding: 2px;
	padding-right: 15px;
	color: #666666;
	float: left;
	clear: left;
	width: 200px;
}
h3 {
	font-size: 11px;
	margin: 12px 12px 0 0;
	color: #666666;
	text-align: left;
	float: left;
	clear: left;
	border: 1px solid #CC9933;
	padding: 3px 8px;
	}
h4 {
	padding: 3px 0 0;
	}

/* Blok met de inhoud*/
#inhoud {
	margin: 3px 20px 0px 272px;
	padding-bottom: 20px;
	padding-left: 60px;
	padding-right: 80px;
	border-top: 10px solid #4D7FB0;
	border-bottom: 10px solid #4D7FB0;
	height: 415px;
	border-left: none;
	background-color: #FFCC00;
	width: 570px;
	}
p{
	font-size: 10px;
	line-height: 14px;
	margin: 12px 0 0 0;
	text-align: justify;
	color: #666666;
		}
ul{
	margin: 0 0 0 16px;
	}
li{
	line-height: 14px;
	list-style-type: square;
	color: #666666;
	font-size: 10px;
}

/*menu */
.menu {
	display: block;
	position: absolute;
	top: 90px;
	left: 20px;
	padding: 0 0 0 0;
	font-size: 10px;
	border-top: 10px solid #4D7FB0;
	border-bottom: 10px solid #4D7FB0;
	height: 435px;
	width: 250px;
	background-color: #CCCCCC;
	}

.ned, .eng, .chin, .fra{
	display: none;
}



.ned a, .eng a, .chin a, .fra a{
	display: block;
	color: #666666;
	text-align: right;
	padding: 3px 22px;
	font-size:10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 2px solid #999999;
font-weight:100;
}

.chin a{
	font-size: 14px;
	font-weight: 300;}

.ned a:hover, .eng a:hover, .chin a:hover, .fra a:hover{
	border-right: 10px solid #FFCC33;
	background-color: #EFEFEF;
	border-bottom: 1px solid #FFCC33;
	color:#4D7FB0;
	padding-right: 14px;
}

a{
	text-decoration: none;
	color: #4D7FB0;
font-weight:bold;
	border: none;
	}

p a:hover{
	text-decoration:underline;}

em{
	font-weight: bold;
	font-style: normal;
	color: #666666;
}

/*invulformulier*/
.tekstveld{
border: none;
background-color:#EFEFEF;
width: 240px;
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.tekstveldlabel{
text-align: right;
}

.tekstveldlabelchin{
text-align:right;
font-size:14px;}

.knop{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4D7FB0;
	cursor:hand;
	}
.knopregel
	{
	text-align:right;}

.adresned, .adreseng, .adresfra, .adreschin{
	color:#4D7FB0;
	margin-left: 20px;
	margin-top: 5px;
	width: 250px;
	text-align:center;
	display:none;
	}

.adresned a, .adreseng a, .adresfra a, .adreschin a{
color: #4D7FB0;
}
.adres a:hover, .adreseng a:hover, .adresfra a:hover, .adreschin a:hover {
color: #FFCC00;
text-decoration:underline;
}


.taalkeuze{
	margin-top: 2px;
	padding: 5px 0px;
	margin-bottom: 30px;
}

.taalkeuze a{
	padding: 3px 8px;
	background-color:#4D7FB0;
	color: #FFFFFF;
	}
	
.taalkeuze a:hover{
	color: #4D7FB0;
	background: #FFCC00;}

.logo{
	height: 80px;
	margin-top: 5px;
	margin-left: 30px;}

.chinees{
	font-family: SimSun;
	font-size: 14px;
	line-height: 18px;
}