/* CSS Document */
body {
	background-color:	#ffffff;
	padding:			0px;
	margin:				0px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			0.7em;
	color:				#000000;
}

#flashcontent {

	min-width:			240px;
	max-width:			570px;
	width: 				expression(document.body.clientWidth > 570? "570px": "auto" );

	_width:				auto;

	height:				auto;

	padding:			10px;

	border: 			none;
	background-color: 	#ffffff;
}

#headmenu, #submenu, #submenu2, #submenu3, #dossiermenu {

	display:			none;
}

.weetje {

	border:				2px solid black;
	padding:			5px;
	margin:			 	10px;
}

a {
	color:				#cd2525;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menuselected {

	float:				left;
	display:			block;
	height:				16px;
	_height:			22px;

	padding:			3px;
	margin-left:		3px;
	margin-right:		2px;
	margin-top:			5px;

	color:				#ffffff;
	text-decoration: 	none;
	font-weight: 		bold;

	background-color: 	#37363c;
}

a.menu:hover, a.menuselected {

	color:				#ffffff;
	text-decoration: 	none;
	font-weight: 		bold;

	background-color: 	#cd2525;
}

h1 {
	font-family:			Arial Black;
	font-size:				25px;
	font-weight: 			normal;
	letter-spacing:			-3px;
	color:					#cd2525;
}

h2 {
	font-family:			Arial Black;
	font-size:				22px;
	font-weight: 			normal;
	letter-spacing:			-1px;
	color:					#cd2525;
}

h3 {
	font-family:			Arial Black;
	font-weight: 			normal;
	font-size:				19px;
	letter-spacing:			0px;
	color:					#cd2525;
}

h4 {
	font-family:			verdana;
	font-weight:			bold;
	letter-spacing:			0px;
	color:					#cd2525;
}

h5 {
	font-family:			verdana;
	font-weight:			bold;
	font-size:				14px;
	color:					#000000;
	letter-spacing: 		normal;
}

h6 {
	font-family:			verdana;
	font-weight:			bold;
	color:					#cd2525;
	letter-spacing: 		0px;
	font-size:				1.1em;
}