body {
	behavior:url("/style/csshover.htc");
}
* {
	font-family: arial;
	font-size: 9pt;
	vertical-align: top;
	color: #666666;
}

table.main_table {
	margin-right: auto;
	margin-left: auto;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	padding-bottom: 15px;
}

.intro {
	padding-bottom: 10px;
}

.subtitle {
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
}

.errorw {
	color: #777777;
	font-size:18pt;
}

a, .link, .link_red, .link_red_small, .button {
	font-size: 8pt;
	text-decoration: none;
	color: #777777;
	cursor: default;
}

a:hover, .link_over, .link_red_over, .link_red_small_over, .button_over {
	font-size: 8pt;
	text-decoration: underline;
	color: #777777;
	cursor: pointer;
	cursor: hand;
}

.link_red, .button {
	font-size: 9pt;
	color: #CC3333;
}

.link_red_small {
	font-size: 8pt;
	color: #CC3333;
}

.link_red_over, .button_over {
	font-size: 9pt;
	color: #CC3333;
}

.link_red_small_over {
	font-size: 8pt;
	color: #CC3333;
}

.button {
	font-weight: bold;
}

.icon_over {
	cursor: pointer;
	cursor: hand;
}

.button_over {
	font-weight: bold;
}

.nav_main {
	color: #FFFFEE;
	text-decoration: none;
	cursor: default;
}

.nav_main_over {
	color: #FFFFEE;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.nav_main_temp {
	color: #666666;
	text-decoration: none;
	cursor: default;
}

.nav_main_over_temp {
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.nav_sub, .nav_sub_sub {
	color: #FFFFEE;
	background-color: #DADADA;
}

.nav_sub_over, .nav_sub_sub_over {
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}

.nav_sub_sub {
	background-image: url(/img/arrow_menu_b.png);
	background-repeat: no-repeat;
	background-position: center right
}

.nav_sub_sub_over {
	background-image: url(/img/arrow_menu_b.png);
	background-repeat: no-repeat;
	background-position: center right
}

.nav_sub_sub_over_no_link {
	cursor: default;
	background-color: #FFFFFF;
	background-image: url(/img/arrow_menu_b.png);
	background-repeat: no-repeat;
	background-position: center right
}

.nav_sub_menu {
	border-bottom:1px solid #EAEAEA;
	color: #192D6D;
	padding:5px 10px 5px 10px;
}

.pro_name {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.pro_name_over {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.image {
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.subscript {
	font-style: italic;
}

.list {
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	padding: 0px 10px 0px 10px;
}

.row {
	vertical-align: middle;
}

.row_a, .row_b, .row_hover {
	height: 24px;
}

.row_a {
	background-color: #EAEAEA;
}

.row_b {
	background-color: #FFFFFF;
}

.row_hover {
	background-color: #CFD7F1;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 60%;
}

.pro_detail {
	font-weight: bold;
	padding-bottom: 1px;
	background-color: #EAEAEA;
	height: 23px;
	vertical-align: middle;
}

.pro_detail_val {
	padding-bottom: 1px;
	height: 23px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.table_head {
	height: 25 px;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 1px;
	color: #FFFFFF;
	background-color: #273F8B;
	bg_tabel_head.png
}


/** mooie nieuwe navigatie **/

#nav a {
	font-size: 10pt;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #4747A2;
	width: 15em;
}
ul#nav {
	width: 40em;
	margin-left: 82px;
	border: 0 none;
}

li { /* all list items */
	float: left;
	position: relative;
	height: 1em;
}

li.folder {
	font-weight: bold;
}
li {
	font-weight: normal;
}

/* Right-padding first-level */
#nav li {
	padding-right: 20px;
	font-weight: normal;
}
#nav li a {
	color: white;
}


#nav li ul.subnav_1 li {
	padding-right: 0;
}
#nav li ul.subnav_1 li a{
	color: #2F417B;

}

/* all sublists (multiple) */
li ul {
	display: none;
	position: absolute;
	left: 15em;
	width: 15em;
	background-color:#DDDDDD;
	top: 3;
}

/* exception for first sub-list */
ul.subnav_1 {
	left: 0;
	top: 1.2em;
}

ul li {
	color: white;
}
/* all subitems (multiple) */
li ul li {
	width: 15em;
	height: 2em;
	border: 1px solid #C7C7C7;
	color: #2F417B;
}



/* HOVERS */

	li li:hover {
		background-color: white;
	}

ul ul {
	display:none;
}

li:hover > ul {
	display:block;
}

li:hover ul.subnav_1 {
	display:block;
}

ul.subnav_1 li:hover ul.subnav_2 {	display:block;	}
ul.subnav_2 li:hover ul.subnav_3 {	display:block;	}
ul.subnav_3 li:hover ul.subnav_4 {	display:block;	}
ul.subnav_4 li:hover ul.subnav_5 {	display:block;	}
ul.subnav_5 li:hover ul.subnav_6 {	display:block;	}
ul.subnav_6 li:hover ul.subnav_7 {	display:block;	}
ul.subnav_7 li:hover ul.subnav_8 {	display:block;	}

