body, td { 
	font-family							:	Arial, Helvetica, sans-serif, Verdana;
	font-size							: 	12px; 
	color								:	#003a6f;
	line-height							:	17px;
	text-align							:	left;
	
}

body {
	background-color 					:	#ffffff;
	margin								: 	0px;
	behavior							:	url("csshover3.htc");
}

a {
	color								:	#003a6f;
	text-decoration						:	underline;
}

a:hover {
	text-decoration						:	none;
}

a.white {
	color								:	#ffffff;
	text-decoration						:	underline;
}

a.white:hover {
	text-decoration						:	none;
}

b {
	font-weight							:	bold;
}

i {
	font-style							: 	italic; 
}

hr { 
	height								:	1px;
	border								:	none;  

}

img { 
	border 								: 	0;
}

h1 {
	color								:	#003a6f;
	font-size							:	16px;
	font-weight							:	bold;
	margin-bottom						:	10px;
	line-height							:	16px;
}

h2 {
	font-size							:	14px;
	font-weight							:	bold;
	color								:	#003a6f;
	margin								:	0px;
}

h3 {
	font-size							:	10px;
	font-weight							:	bold;
	color								:	#003a6f;
	margin								:	0px;
}

#searchline {
	font-family							:	Arial, Helvetica, sans-serif, Verdana;
	font-size							:	13px;
	color								:	#ffffff;
	padding								:	0px 0px 30px 575px;
}

td.header {
	width								:	900px;
	height								:	75px;
	background							:	url(../images/header_top.jpg);
	background-position					:	top right;
}

td.mainmenu {
	width								:	900px;
	height								:	30px;
	background-color					:	#f9e6b2;
	border-bottom						:	1px solid #ffffff;
	padding								:	0px 0px 0px 5px
}


#mainmenu ul {
	margin								:	0px;
	padding								: 	0px;
	list-style-type						:	none;	
	display								:	inline;	
}

#mainmenu li {
	margin								: 	0px;
	padding								: 	0px;
	height								:	30px;
	float								: 	left;
	position							: 	relative;
	width								:	auto;
}

#mainmenu li.level0_active {
	background-color					:	#b2d6e2;
}

#mainmenu li.level0_inactive {
	background-color					:	#f9e6b2;
}


#mainmenu li.level0_inactive a:hover {
	background-color					:	#b2d6e2;
}

#mainmenu li ul {
	margin								:	30px 0px 0px 0px;
	display								:	none;
	position							: 	absolute;
	z-index								: 	1;
	width								:	200px;
}

#mainmenu li li {
	padding								: 	5px 5px 0px 15px;
	border-top							:	1px solid #ffffff;
	height								:	25px;
	width								:	220px;
}

#mainmenu li.level1_active {
	background-color					:	#b2d6e2;
	
}

#mainmenu li.level1_inactive {
	background-color					:	#f9e6b2;
}

#mainmenu li.level1_inactive a:hover {
	background-color					:	#b2d6e2;
}

#mainmenu li ul ul{
	margin								:	-7px 0px 0px 225px;
	visibility							:	hidden;
	z-index								: 	2;
}

#mainmenu li.level2_active {
	background-color					:	#b2d6e2;
	height								:	20px;
	padding								: 	0px 0px 0px 15px;
	
}

#mainmenu li.level2_inactive {
	background-color					:	#f9e6b2;
	height								:	20px;
	padding								: 	0px 0px 0px 15px;
}

#mainmenu li.level2_inactive a:hover {
	background-color					:	#b2d6e2;
}

#mainmenu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#mainmenu li:hover ul, #mainmenu li:hover ul ul, #mainmenu li.over ul, #mainmenu li.over ul ul { /* lists nested under hovered list items */
	display: block;
}

#mainmenu li li:hover ul, #mainmenu li li.over ul { /* lists nested under hovered list items */
	visibility:visible;
	display:block;
}


a.mainmenu_level0 {
	color								:	#003a6f;
	font-size							:	13px;
	font-weight							:	bold;
	text-decoration						:	none;
}

a.mainmenu_level1 {
	color								:	#003a6f;
	font-size							:	13px;
	font-weight							:	bold;
	text-decoration						:	none;
}

a.mainmenu_level2 {
	color								:	#003a6f;
	font-size							:	11px;
	font-weight							:	bold;
	text-decoration						:	none;
}

td.content {
	height								:	500px;
	padding								:	35px 15px 10px 19px;
	vertical-align						:	top;
}


td.box_header {
	height								:	33px;
	background-color					:	#cee5ec;
	border								:	1px solid #a6d0dd;
	padding								:	2px 5px 0px 10px;
	color								:	#006699;
	font-size							:	15px;
	font-weight							:	bold;
}

td.box_content {
	background-color					:	#e5f1f5;
	padding								:	10px;
	border-bottom						:	1px solid #a6d0dd;
	border-left							:	1px solid #a6d0dd;
	border-right						:	1px solid #a6d0dd;
	color								:	#006699;
}

td.footer_leftcorner {
	width								:	61px;
	height								:	30px;
	background-color 					:	#66b2cc;
	background-image					:	url(../images/footer_leftcorner.gif);
	background-position					:	left bottom;
	background-repeat					:	no-repeat;
}

td.footer {
	width								:	900px;
	height								:	30px;
	color								:	#ffffff;
	background-color					:	#66b2cc;
	padding								:	0px;
	font-size 							: 	9px;
}

input {
	width								: 	150px; 
	height								: 	16px;
	border								: 	1px solid #003a6f;
	font-family							:	Arial, Helvetica, sans-serif, Verdana;
	font-size							: 	11px; 
	color								: 	#003a6f;
	font-size 							: 	11px;
}

input.submit {
	background-color 					: 	#cccccc;
	border								: 	1px solid #003a6f;
	width								: 	80px; 
	height								: 	20px;
	font-size 							: 	12px;
	color								: 	#000000;
	cursor								:	pointer;
}

input.submit_small {
	border								: 	none;
	width								: 	30px; 
	height								: 	25px;
}

input.small {
	border								: 	none;
	background-color					: 	#d1e6f5
}

input.radio {
	border								: 	none;
	background-color 					: 	transparant;
	width								: 	12px; 
	height								: 	12px;
	font-weight 						: 	normal;
}

input.checkbox {
	border								: 	none;
	background-color 					: 	transparant;
	width								: 	12px; 
	height								: 	12px;
	font-weight 						: 	normal;
}

select {
	border								: 	1px solid #003a6f;
	background-color					: 	#ffffff;
	font-size 							: 	11px;
}

textarea { 
	border								:	1px solid #003a6f;
	color								: 	#000000;
	font-size 							: 	11px; 
}

#vakantiefrm input {
    padding: 2px 0;
}
