
/* CSS Document */
img {border-style: none; }
div, form {
	border:none;
	padding:0px;
	margin:0px;
} 
table {border-style: none}
abbr, acronym {border-bottom:1px dotted #8a8a8a;cursor:help}

a, a:link, a:visited {
	text-decoration:underline;
	color:#333333;
}
a:hover {
	text-decoration:none;
}
body {
	margin: 0px;
	font-family: "Trebuchet MS", Verdana,  Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}
h1 {
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color:#542989;
}
h2 {
	font-size:16px;
	font-weight:bold;
	line-height:16px;
	color:#522F91;
	padding:0px;
}
h3 {
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#00B5CB;
	margin:10px 0px;
}

h3 a, h3 a:link, h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	text-decoration:none;
	background-color: #CCCCCC;
}
p {
	margin: 0px;
	padding:0px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: -20px;
}
li a, li a:link, li a:visited {
	text-decoration:none;
	color:#333333;
}
li a:hover {
	text-decoration:none;
	background-color: #CCCCCC;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}

/* LAY-OUT */

#container {
	width:995px;
	text-align:left;
}
#header {
	width:995px;
	height:313px;
	background-color:#FFC423;
}

#welkom {
	width:995px;
	height:130px;
	background-color:#ffffff;
}
#pijl {
	float:left;
}
#pijltext {
	float:left;
	padding-top:50px;
}


#menu {
	width:995px;
	height:52px;
}
.menu_item {
	width: 199px;
	height: 152px;
	float:left;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	background-color:#542989;
	background-position:bottom;
}

.menu_item a, .menu_item a:visited {
	width: 195px;
	height: 152px;
	display:block;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:4px;
}

.menu_item a:hover {
	background-image:none;
	background-color:#FFFFFF;
	color:#FFC423;
}
.menu_item_txt {
	line-height:37px;
	padding-left:4px;
	text-decoration:none;
}
