body, td, tr, th, p  { color: #006965; font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif; text-align: left }


.docterhead { color: #006965; font-size: 18px;  font-weight: bold }
.doctersubhead { color: #006965; font-size: 12px;  font-weight: bold }
.dokterbody { color: #006965; font-size: 12px; }

.dokterwhat { color: #006965; font-size: 9px;  }
.articledate  { color: #85c8be; font-size: 8px; }
.foto_onderschrift { color: #85c8be; font-size: 11px; font-style: italic }


a:link {
	color: #006965;
	text-decoration: none
}
a:visited {
	color: #006965;
	text-decoration: none
}
a:active {
	color: #FF3300;
	text-decoration: none
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.articleText, .articleCode, .articleSummary{ text-align: justify; }



h1, h2, .articleHead, .contentHead, .articleList_tophead, .tableHead { color: #006965; font-size: 20px; font-weight: bold; line-height: 25px; text-decoration: none; margin-bottom: 10px }

h3, h4, h5, h6, .articleSubHead, .contentSubHead, .articleList_topsubhead, h3, h4, .tableSubHead { color: #2e8b87; font-size: 14px; bold; line-height: 110%; margin-bottom: 10px }

.v09   { color: #006965; font-size: 9px;  }
.v10  { color: #006965; font-size: 10px;  }
.v11  { color: #006965; font-size: 11px;  }
.v12  { color: #006965; font-size: 12px;  }
.v13  { color: #006965; font-size: 13px;  }
.v14  { color: #006965; font-size: 14px;  }


.formButton	{  font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{  font-size: 10px; }
.checkLabel	{  font-size: 10px; font-weight: bold;}
.radioLabel	{  font-size: 10px; font-weight: bold;}
.formTextArea	{  font-size: 11px;	}
.inputText	{  font-size: 11px; font-weight: bold;}
.inputPass	{  font-size: 11px; font-weight: bold;}
.selectMenu	{  font-size: 11px; font-weight: bold;}
.selectList	{  font-size: 11px; font-weight: bold;}

/* search */
.formSearch {  font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	
	font-size: 10px;
	color: #4A5966;
	font-weight: normal;
	text-decoration: none;
}
.nav_table a:hover {
	text-decoration: underline;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	
	font-size: 10px;
	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
}

.articleList_toptext {
	
	font-size: 10px;
}

.articleList_listhead {
	
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	font-size: 11px;
}
#list_level li { margin: 0 0 1px 0; }
#list_level a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}
