* { 
	margin: 0;
	padding: 0;
	border: 0;
}

html, body { 
	background: #f8e6c0;
	font-family: verdana, arial, sans-serif;
}

img { border: 0; } 
img.illustratie-li { padding-right: 10px; }  
img.illustratie-re { padding-left: 10px; } 

#topbalk { 
	width: 100%; 
	background: #e7b70b;
}

#header { 
	width: 1000px;
	margin: 0 auto;
	clear: both;
	background: #e7b70b;
	height: 150px;
}

img.header { position: relative; z-index: 10; margin-left: 0; } 
img.fotobalk { position: absolute; z-index: 5; margin-left: -60px; margin-top: 0px; } 
*+html img.fotobalk { position: absolute; z-index: 5; margin-left: -66px; margin-top: 0px; } 
*html img.fotobalk { position: absolute; z-index: 5; margin-left: -60px; margin-top: 0px; } 

#container { 
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

#menu { 
	width: 200px;
	height: 500px;
	float: left;
	background-color: #9c0822;
	border-right: 2px solid #9c0822; 
	padding-top: 10px; 
}
#menu-lang { 
	width: 200px;
	height: 650px;
	float: left;
	background-color: #9c0822;
	border-right: 2px solid #9c0822; 
	padding-top: 10px; 
}

ul.menu { 
	list-style: none outside;
	font-size: 13px;
	color: #fff;
	margin-left: 5px;
	line-height: 150%; 
}

ul.menu li { border-left: 4px solid #9c0822; padding-left: 2px; } 
ul.menu li:hover { border-left: 4px solid #e7b70b; padding-left: 2px; }

ul.menu li a:link {		color: #fff; text-decoration: none; }
ul.menu li a:visited {	color: #fff; text-decoration: none; }
ul.menu li a:hover {	color: #fff; text-decoration: none; }
ul.menu li a:active {	color: #f8e6c0; text-decoration: none; }

ul.submenu { 
	list-style: none outside;
	font-size: 13px;
	color: #fff;
	margin-left: 5px; /* afstand van de gele balk; moet hetzelfde zijn als margin-left in ul.menu */
	line-height: 145%;
} 

ul.submenu li { border-left: 4px solid #9c0822; padding-left: 10px; } /* afstand van de tekst */
ul.submenu li:hover { border-left: 4px solid #f8e6c0; padding-left: 10px; } 

ul.submenu li a:link {		color: #fff; text-decoration: none; }
ul.submenu li a:visited {	color: #fff; text-decoration: none; }
ul.submenu li a:hover {		color: #fff; text-decoration: none; }
ul.submenu li a:active {	color: #f8e6c0; text-decoration: none; }

#content { 
	width: 770px;
	height: 100%;
	margin-left: 200px;
	padding: 10px; 
	background-color: #f8e6c0;
}

h1 { font-size: 16px; font-weight: normal; color: #9c0822; display: none; } 
p {	font-size: 13px; color: #000; padding: 10px 0 0 0; line-height: 130%; }
.aandacht { font-variant: small-caps; } 
ul.normal {	font-size: 13px; color: #000; list-style: circle; padding: 10px 0 10px 20px;  } 
table {	font-size: 13px; color: #000; border: 0; } 
td { 	vertical-align: top; } 
.klein { font-size: 11px; } 

a:link {		color: #9c0822; text-decoration: none; }
a:visited {	color: #9c0822; text-decoration: none; }
a:hover {	color: #9c0822; text-decoration: underline; }
a:active {	color: #9c0822; text-decoration: none; }

fieldset {		border: 1px solid #9c0822; padding: 10px; } 
legend {		font-family: verdana, arial, sans-serif; font-size: 13px; color: #9c0822; padding: 0 5px 0 5px; } 
div.row { 	font-size: 13px; color: #000; padding: 2px 0 0 0; } 
label	{ 		width: 180px; float: left; }
input	{ 		border: 1px solid #9c0822; font-family: verdana, arial, sans-serif; font-size: 11px; background-color: #fff; }
textarea { 	border: 1px solid #9c0822; font-family: verdana, arial, sans-serif; font-size: 11px; } 
input[type="submit"] {	margin-left: 180px; padding: 2px; } 
input[type="reset"] {		padding: 2px; } 

div.fotos { width: 200px; float: right; clear: right; padding-left: 10px; }

#footer { 
	width: 1000px;
	margin: 0 auto;
	padding-top: 3px;
	height: 17px;
	clear: both;
	background-color: #9c0822;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer p {	font-size: 11px; color: #fff; padding: 0; } 
#footer a:link {		color: #fff; text-decoration: underline; }
#footer a:visited {	color: #fff; text-decoration: underline; }
#footer a:hover {	color: #fff; text-decoration: none; }
#footer a:active {	color: #fff; text-decoration: none; }
